Manychat to Platform Integration

Modified on Wed, 10 Sep at 4:54 AM

The steps in this article are for Advanced Integration and for informational purposes only. 

While our support team does not currently service or support either our API or ManyChat Integration due to their complexities, we have many tools and groups to help you get started and connected! For assistance with APIs only.

We also hold a Developer Council Zoom Call once a month (second to last Friday)


Data Fields

{

“email”: “john@deo.com”,

“phone”: “+18887324197”,

“firstName”: “John”,

“lastName”: “Deo”,

“tags”: [

“commodo sed aliquip”,

“ut exercitation sunt”

]

}


Troubleshooting

Q1) I'm seeing duplicate contacts coming in from Manychat ? How do I sync Platform with Manychat



Headers:  

AUTHORIZATION = Bearer APIKEY

Content-Type = application/json



body:

{
"first_name": {{first_name|fallback:""|to_json:true}},
"last_name": {{last_name|fallback:""|to_json:true}},
"email": {{email|fallback:""|to_json:true}},
"phone": {{phone|fallback:""|to_json:true}}
}




Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article