v1
latestOpenAPI 3.0.02026-07-24212113249.1 KBEmail
Create an email template
post/email-template
Headers
organizationstring required
The URL of the end user web application
Request body
Example request
{
"templates": {
"key": "sample name",
"value": "sample value"
}
}Response
Created email template.
Example response
{
"id": "61886612d37f875060b4749c",
"template_name": "confirmation-of-password"
}