Cross-Provider Workflow
Salesforce Lead to HubSpot List and Email
Version 1.0.0
Create a Salesforce lead, mirror to HubSpot, add to a list, then email.
Providers Orchestrated
Workflows
salesforce-lead-to-hubspot-list-email
Create a Salesforce lead, mirror to HubSpot, list-add, then email.
Inserts a Lead in Salesforce, creates the matching HubSpot contact, adds that contact to a HubSpot CRM list, and sends a transactional welcome email.
1
create-lead
$sourceDescriptions.salesforceRestApi.createRecord
Insert a new Lead record into Salesforce.
2
create-hubspot-contact
$sourceDescriptions.hubspotContactsApi.createContact
Mirror the lead into HubSpot as a contact.
3
add-to-list
$sourceDescriptions.hubspotListsApi.addListMembers
Add the HubSpot contact to a CRM list.
4
send-welcome
$sourceDescriptions.hubspotMarketingEmailApi.sendTransactionalEmail
Send a transactional welcome email through HubSpot.
Source API Descriptions
openapi
openapi
openapi
openapi