Cross-Provider Workflow
SendGrid Engagement to HubSpot CRM Update
Version 1.0.0
Search SendGrid contacts, find the HubSpot contact, then update it.
Providers Orchestrated
Workflows
sendgrid-engagement-to-hubspot
Search SendGrid contacts, find the HubSpot contact, then update it.
Runs an SGQL search against SendGrid Marketing Contacts to evaluate engagement, searches HubSpot for the matching contact, and updates a CRM engagement property reflecting the email activity.
1
search-sendgrid
$sourceDescriptions.sendgridContactsApi.SearchContact
Search SendGrid Marketing Contacts by email.
2
find-hubspot-contact
$sourceDescriptions.hubspotContactsApi.searchContacts
Search HubSpot for the matching contact by email.
3
update-engagement
$sourceDescriptions.hubspotContactsApi.updateContact
Update the HubSpot contact with the engagement stage.
Source API Descriptions
openapi