Lead insert payload
{
"data": [
{
"Last_Name": "Lee",
"Company": "Acme",
"Email": "jamie@example.com",
"Phone": "+15555550123",
"Lead_Source": "InstaChime"
}
]
}Destinations
Needs Zoho CRM testInsert or upsert Zoho CRM Lead records from InstaChime webhooks.
{
"data": [
{
"Last_Name": "Lee",
"Company": "Acme",
"Email": "jamie@example.com",
"Phone": "+15555550123",
"Lead_Source": "InstaChime"
}
]
}