Create an email template
reach_createAnEmailTemplateV1Create an email template with HTML body and store it in a profile for reuse in campaigns. Returns a UUID to link as the campaign's template_uuid.
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. |