Salesforce · Arazzo Workflow
Salesforce Marketing Cloud Send a Triggered Email
Version 1.0.0
Authenticate, fire a triggered email send, then poll the recipient's send status.
View Spec
View on GitHub
AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSalesArazzoWorkflows
Provider
Workflows
send-triggered-email
Trigger a Marketing Cloud email send and read its delivery status.
Acquires an access token, initiates a triggered email send to the supplied recipient using a triggered send definition key, then retrieves the send status for the recipient send id returned by the send request.
1
authenticate
getAccessToken
Obtain an OAuth 2.0 access token using the client credentials grant for server-to-server access to the Marketing Cloud REST API.
2
sendEmail
createEmailSend
Submit a triggered email send to the recipient using the supplied triggered send definition key and personalization attributes.
3
getSendStatus
getMessageStatus
Read the delivery status for the recipient using the recipient send id returned by the send request as the message key.
Source API Descriptions
openapi