Push Contacts To List
Add to your appWorks with:
- 1+ see all
Push Contact to a List
This scenario enables you to add a contact to a list in any external application.
How It Works
-
Fetch Available Contact Lists:
- Start by making an API request to retrieve all available lists in the application.
- Select the specific list ID from the retrieved data.
-
Add Contact to List:
- Make another API request to add Contact to the selected list by passing contact data and selected list id.
- Integration.app will attempt to find a matching contact by its email and add it to the specified list.
- If a contact with that email is not found, a new contact will be created using the provided data and then added to the list.