Verdocs - Developer Documentation
ReferenceRest APIAPI DocumentationNotifications

Create notification template

POST
/v2/notifications/templates

Request Body

application/json

Body Parameters

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X POST "https://api.verdocs.com/v2/notifications/templates" \  -H "Content-Type: application/json" \  -d '{    "type": "sms",    "event_name": "string"  }'
{}
{
  "status": "ERROR",
  "error": "string"
}
{
  "status": "ERROR",
  "error": "string"
}
{
  "status": "ERROR",
  "error": "string"
}
{
  "status": "ERROR",
  "error": "string"
}