Cross-Provider Workflow
Salesforce Contact to SendGrid List Create and Import
Version 1.0.0
Create a Salesforce contact, build a SendGrid list, then import to it.
Providers Orchestrated
Workflows
salesforce-contact-to-new-sendgrid-list
Create a Salesforce contact, create a SendGrid list, then upsert.
Inserts a Contact in Salesforce, creates a new SendGrid Marketing Contacts list, then upserts the contact into the new list using the returned list id.
1
create-sf-contact
$sourceDescriptions.salesforceRestApi.createRecord
Insert a new Contact record into Salesforce.
2
create-list
$sourceDescriptions.sendgridListsApi.CreateMarketingList
Provision a new SendGrid Marketing Contacts list.
3
import-contact
$sourceDescriptions.sendgridContactsApi.UpdateContact
Upsert the contact into the new SendGrid list.
Source API Descriptions
openapi
openapi
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.