Cross-Provider Workflow
HubSpot Form Contact to ActiveCampaign List Subscribe
Version 1.0.0
Create a HubSpot contact, add to ActiveCampaign, then subscribe to a list.
Providers Orchestrated
Workflows
hubspot-form-to-activecampaign-list
Create a HubSpot contact, add to ActiveCampaign, then list-subscribe.
Creates a HubSpot contact from a form submission, creates the matching ActiveCampaign contact, then subscribes that contact to an ActiveCampaign list by setting its list status to active.
1
create-hubspot-contact
$sourceDescriptions.hubspotContactsApi.createContact
Create the form contact in HubSpot CRM.
2
create-ac-contact
$sourceDescriptions.activecampaignApi.create-a-new-contact
Create the matching contact in ActiveCampaign.
3
subscribe-to-list
$sourceDescriptions.activecampaignApi.update-list-status-for-contact
Subscribe the ActiveCampaign contact to a list.
Source API Descriptions
openapi