Skip to main content
POST
/
templates
/
commands
/
create
Create template
curl --request POST \
  --url https://api.example.com/templates/commands/create \
  --header 'Content-Type: application/json' \
  --data '
{
  "widgetType": "<string>",
  "showcase": "<string>",
  "properties": [
    {}
  ]
}
'
{
  "id": "<string>",
  "showcase": "<string>",
  "properties": [
    {}
  ],
  "recipientId": "<string>"
}

Body

application/json
widgetType
string
required
showcase
string
required
properties
object[]
required

Response

Template created successfully

id
string
required
showcase
string
required
properties
object[]
required
recipientId
string
required