Push Contacts To List

Add to your app

Works with:

  • HubSpot
  • Salesforce
  • Mailchimp
  • Outreach
  • Salesloft
  • 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

  1. 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.
  2. 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.