Cross-Provider Workflow
HubSpot Contact to SendGrid List and Welcome
Version 1.0.0
Create a HubSpot contact, add to a SendGrid list, then welcome them.
Providers Orchestrated
Workflows
hubspot-contact-to-sendgrid-onboard
Create a HubSpot contact, upsert to SendGrid, then welcome email.
Creates a HubSpot contact, upserts the same email into a SendGrid Marketing Contacts list, then sends a welcome email through SendGrid Mail Send.
1
create-contact
$sourceDescriptions.hubspotContactsApi.createContact
Create the contact record in HubSpot CRM.
2
add-to-sendgrid
$sourceDescriptions.sendgridContactsApi.UpdateContact
Upsert the contact into a SendGrid Marketing Contacts list.
3
send-welcome
$sourceDescriptions.sendgridMailApi.SendMail
Send a welcome email to the new contact via SendGrid.
Source API Descriptions
openapi
openapi