Cross-Provider Workflow
Salesforce Lead to SendGrid Welcome Email
Version 1.0.0
Create a Salesforce lead, then send a welcome email through SendGrid.
Providers Orchestrated
Workflows
salesforce-lead-to-welcome-email
Create a Salesforce lead, then send a SendGrid welcome email.
Inserts a new Lead record into Salesforce, captures the returned record id, and sends a welcome email to the lead's email address through SendGrid.
1
create-lead
$sourceDescriptions.salesforceRestApi.createRecord
Insert a new Lead record into Salesforce.
2
send-welcome
$sourceDescriptions.sendgridMailApi.SendMail
Send a welcome email to the new lead via SendGrid.
Source API Descriptions
openapi