Create Email Template By Etid
POST
/email
EMAIL TEMPLATES
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/email' \
--header 'Content-Type: application/json' \
--data-raw '{
"oetid": "string",
"betid": "string",
"oid": "string",
"template_name": "string",
"template_type": "RESET_PASSWORD",
"subject": "string",
"body": "string",
"is_active": true,
"description": "string"
}'
Response Response Example
200 - Example 1
null
Request
Body Params application/json
Responses
Modified at 2025-05-26 05:13:41