Cross-Provider Workflow
SendGrid Validate then Send Email
Version 1.0.0
Validate a recipient email, then send the message only if it is valid.
Providers Orchestrated
Workflows
validate-then-send
Validate a recipient email, then send the message if valid.
Validates a recipient email address with SendGrid and, on a valid verdict, sends the message to that address through SendGrid Mail Send.
1
validate-email
$sourceDescriptions.sendgridValidationApi.ValidateEmail
Validate the recipient email address with SendGrid.
2
send-email
$sourceDescriptions.sendgridMailApi.SendMail
Send the message to the validated recipient via SendGrid.
Source API Descriptions
openapi