Please Note:
The API URL endpoints: - Create Contact: https://api.gohighlevel.com/zapier/contact/add_update - Add/Update Opportunity: https://api.gohighlevel.com/zapier/contact/add_update_opportunity
Data Fields
Troubleshooting
Q1) I'm seeing duplicate contacts coming in from Manychat ? How do I sync HighLevel with Manychat
To avoid Manychat duplicate contacts in HighLevel, please watch the video below
Using External Request to update contact instead of duplicating contact
https://www.loom.com/share/1c05ad65de8d4bbdae71e0c557e79a4d
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}}
}