Cross-Provider Workflow
HubSpot Contact Multi-List Sync
Version 1.0.0
Create a HubSpot contact, then sync to both Mailchimp and SendGrid lists.
Providers Orchestrated
Workflows
hubspot-contact-fan-out
Create a HubSpot contact, then sync to Mailchimp and SendGrid.
Creates a HubSpot contact, subscribes the same email to a Mailchimp audience, and upserts the contact into a SendGrid Marketing Contacts list, keeping all three platforms in sync from one CRM action.
1
create-contact
$sourceDescriptions.hubspotContactsApi.createContact
Create the contact record in HubSpot CRM.
2
sync-mailchimp
$sourceDescriptions.mailchimpMarketingApi.postListsIdMembers
Subscribe the contact to a Mailchimp audience list.
3
sync-sendgrid
$sourceDescriptions.sendgridContactsApi.UpdateContact
Upsert the contact into a SendGrid Marketing Contacts list.
Source API Descriptions
openapi
openapi
openapi