Overview:
This guide provides detailed information on the expected JSON format for leads coming from Angi Ads and how the payloads are processed. It is intended as a technical reference for how the Angi Ads Integration is working.
Relevant Links:
Integration Settings:
Setting Name | type | Description |
Name | string | Allows you to configure multiple connections. |
Description | string | Allows you configure multiple connections. |
Project Type | drop down | All project created by this integration will have this project type assigned. |
Job Type | drop down | All jobs created by this integration will have this job type assigned. |
Project Tags | drop down | All projects created by this integration will have the selected tags included. |
Job Tags | drop down | All jobs created by this integration will have the selected tags included. |
Inbound Angi Ads Payload:
{
"FirstName": "Test",
"LastName": "User",
"PhoneNumber": "9161234567",
"PhoneDetails": {
"MaskedNumber": true,
"SmsEnabled": true,
"ExpireDateTime": "2025-06-05T03:56:08.829255Z"
},
"PostalAddress": {
"AddressFirstLine": "123 example street",
"City": "Oakland",
"State": "CA",
"PostalCode": "94607"
},
"Email": "email@gmail.com",
"Source": "Angie's List Quote Request",
"Description": "San Francisco - Find Moving Services - Moving In-",
"Category": "Moving Companies",
}
Angi Ads to Supermove, Specifics:
- PostalAddress - This object is mapped into the Supermove origin information.
- Source - Used to populate the Supermove referral_source.
Comments
0 comments
Please sign in to leave a comment.