SendGrid · Arazzo Workflow
SendGrid Dynamic Template Send
Version 1.0.0
Create a dynamic transactional template, add a version, and send mail using it.
Provider
Workflows
dynamic-template-send
Create a dynamic template and version, then send mail using it.
Creates a dynamic transactional template, adds an active version with subject and HTML content, and sends a templated email with dynamic data.
1
createTemplate
CreateTemplate
Create a new dynamic transactional template.
2
createVersion
CreateTemplateVersion
Add an active version to the template carrying the subject and HTML content that will be rendered when the template is sent.
3
sendMail
SendMail
Send a message that renders the new template, passing per-recipient dynamic_template_data. A successful send is accepted with a 202 status.
Source API Descriptions
openapi