eLeads can be inserted by lead providers by creating an eLead Endpoint and sending a formatted payload to the endpoint. Below are examples of compatible payload formatting.
{
"i360core__First_Name__c": "Jane",
"i360core__Last_Name__c": "Smith",
"i360core__Street_Address__c": "133 W Chestnut St",
"i360core__City__c": "Columbus",
"i360core__State_Province__c": "OH",
"i360core__Zip_Postal_Code__c": "43215",
"i360core__Phone__c": "(666) 666-5555",
"i360core__Email__c": "test2@test.com",
"i360core__Source__c": "Internet",
"i360core__Lead_Source_Name__c": "Company Website",
"i360core__Interested_In__c": "Windows"
}{
"i360core__First_Name__c": "Demo",
"last-name": "User3",
"ALLCAPSFIELD": "test value",
"address": {
"street_address": "130 E Chestnut",
"city": "Columbus",
"subAddress": {
"city": "Different City",
"zip_code": "43215"
}
},
"test-array": ["test1", "test2"],
"unmappedField": "unmapped value",
"demo_field": "demo value",
"marketingCampaign": "test campaign 123"
}You can also send eLeads in using Query Parameters (HTTP): https://i360lightning.zendesk.com/hc/en-us/articles/24805352166295-eLead-Creation-via-Query-Parameters
In the example of Query Parameters, the sample payload would look like this:
i360core__First_Name__c=Kent& i360core__Last_Name__c=Clark& i360core__Phone__c=3213213213& Phone1Type=Mobile& i360core__City__c=Pleasant Grove& i360core__State_Province__c=UT& i360core__Zip_Postal_Code__c=84062& i360core__Street_Address__c=859 N 100 E& i360core__Email__c=test@amigo.com& i360core__Source__c=Lead Provider& i360core__Interested_In__c=Windows& i360core__Lead_Source_Name__c=Newspaper& i360core__Taken_By__c=Heather Turner& i360core__Appointment_Date_Time__c=2024-07-04T3:23:32& i360core__Appointment_End_Date_Time__c=2024-07-05T4:20:30
Comments
0 comments
Article is closed for comments.