Back to Marketing
Integrations
Configure webhooks and external integrations
ManyChat Integration
Inactive
Configure this URL in your ManyChat webhook settings
Used to verify webhook requests from ManyChat
Webhook Event Format
ManyChat should send webhook events in this format:
{
"provider": "manychat",
"event": "dm_sent",
"data": {
"type": "DM_SENT",
"campaignId": "campaign_id_here",
"externalUserId": "instagram_user_id",
"name": "John Doe",
"email": "john@example.com",
"metadata": {
"platform": "instagram",
"keyword": "INTERVIEW"
}
}
}