Cross-Provider Workflow
Salesforce Contact to ActiveCampaign Add and Tag
Version 1.0.0
Create a Salesforce contact, add them to ActiveCampaign, then tag them.
Providers Orchestrated
Workflows
salesforce-contact-to-activecampaign-tag
Create a Salesforce contact, add to ActiveCampaign, then tag.
Inserts a Contact record in Salesforce, creates the matching contact in ActiveCampaign, then associates a tag with the new ActiveCampaign contact for segmentation.
1
create-sf-contact
$sourceDescriptions.salesforceRestApi.createRecord
Insert a new Contact record into Salesforce.
2
create-ac-contact
$sourceDescriptions.activecampaignApi.create-a-new-contact
Create the matching contact in ActiveCampaign.
3
tag-contact
$sourceDescriptions.activecampaignApi.create-contact-tag
Apply a segmentation tag to the ActiveCampaign contact.
Source API Descriptions
openapi