Skip to main content
POST
/
templates
Create Template
curl --request POST \
  --url https://api.sternrockcapital.com/templates \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>",
  "tag": "email",
  "template": "<string>"
}
'
{
  "message": "<string>"
}

Body

application/json

Template creation payload

name
string
tag
enum<string>
Available options:
email,
text-message
template
string

Response

template created successfully