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>"
}'
This response does not have an example.

Body

application/json

Template creation payload

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

Response

template created successfully