๐Add contacts to a campaign via Flow Studio
Automatically sync leads from tools like HubSpot into your voice campaigns using Flow Studio. Perfect for keeping your contact lists up to dateโwithout manual uploads.
Last updated
Automatically sync leads from tools like HubSpot into your voice campaigns using Flow Studio. Perfect for keeping your contact lists up to dateโwithout manual uploads.
๐งฑ Step 1: Add the โAdd Contact To Campaignโ Node In Flow Studio, start by adding the Add Contact To Campaign node to your flow.
Open the Templates panel
Search for "Add Contacts To Campaign"
Drag and drop the node into your flow
This node allows you to send contacts into a voice campaign directly from your data source. In the next steps, youโll connect it to a list of leads from tools like HubSpot.

๐งฑ Step 2: What the โAdd Contact To Campaignโ Node Does This node sends each contact into a specific Dapta campaign.
You must provide:
โ Campaign name (already created in Dapta)
๐ Valid phone number
๐ Optional mapped fields (e.g., name, email, external ID)
๐ซ Contacts missing phone numbers or with invalid formatting will be skipped automatically.

๐ Step 3: Example Flow
Goal: Sync all new HubSpot leads created after yesterday into a campaign.
1๏ธโฃ Trigger โ Scheduled Task (e.g., daily at 8 AM)
2๏ธโฃ Search Record (HubSpot) โ Pulls new contacts using filters like createdate > yesterday
3๏ธโฃ Loop List โ Iterates through each matching contact
4๏ธโฃ Add Contact To Campaign โ Sends each contact to Dapta with mapped values:
Phone Number
{{contacts.item.properties.phone}}
Contact Name
{{contacts.item.properties.firstname}}
Contact Email
{{contacts.item.properties.email}}
External ID
{{contacts.item.properties.hs_object_id}}

Last updated