Lead create payload
{
"LastName": "Lee",
"Company": "Acme",
"Email": "jamie@example.com",
"Phone": "+15555550123",
"LeadSource": "InstaChime"
}Destinations
Needs Salesforce sandbox testCreate Salesforce Lead records from InstaChime webhooks with the Salesforce REST sObject API.
{
"LastName": "Lee",
"Company": "Acme",
"Email": "jamie@example.com",
"Phone": "+15555550123",
"LeadSource": "InstaChime"
}