Cross-Provider Workflow
Salesforce to HubSpot Contact Mirror
Version 1.0.0
Query a Salesforce contact, then mirror it into HubSpot CRM.
Providers Orchestrated
Workflows
salesforce-to-hubspot-mirror
Query a Salesforce contact, then create it in HubSpot.
Runs a SOQL query against Salesforce to find a contact by email, then creates a mirrored contact record in HubSpot carrying the same email and name properties.
1
query-salesforce
$sourceDescriptions.salesforceRestApi.executeQuery
Query Salesforce for the source contact by email.
2
create-hubspot-contact
$sourceDescriptions.hubspotContactsApi.createContact
Mirror the contact into HubSpot CRM.
Source API Descriptions
openapi