Untitled

 avatar
unknown
json
a year ago
512 B
7
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