Create an email template
reach_createAnEmailTemplateV1Create reusable email templates with HTML content for future campaigns. Provide profile UUID and template body to get a template UUID for campaign references.
Instructions
Create an email template in a profile.
The template holds the HTML body a campaign reuses, so it can be created before any
campaign exists. Only the template metadata comes back - keep the returned uuid to
reference it as the template_uuid of a campaign.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | Name the template is listed under. Not shown to the recipients. | |
| profileUuid | Yes | Profile uuid parameter | |
| template_content | Yes | The email body as HTML. It is sanitised before it is stored, so the saved template can differ from what was sent - inline any styles the email clients need and keep the markup self-contained. |