Untitled
Anonymous
json
04/10/2024 10:24 AM
684 B
16
Indexable
{
"status": "active",
"email": "{{1.subscriber.email}}",
"source": "manychat",
"first_name": "{{1.subscriber.first_name}}",
"last_name": "{{1.subscriber.last_name}}",
"custom_fields": {
"manychatContactCreationDatetime": "{{formatDate(1.subscriber.subscribed; "dddd MM YYYY HH:mm:ssA")}}",
"manychatCampaignOptInDatetime": "{{formatDate(1.subscriber.custom_fields.`Acne Giveaway >> Free Download >> Opt-in DateTime`; "dddd MM YYYY HH:mm:ssA")}}",
"manychatId": "{{1.subscriber.id}}"
}
}Editor is loading...
Leave a Comment