Saltar al contenido
Guías
Referencia de API
establenotification:create

Crear plantilla

POST/v1/notifications/templates

Autorización

bearerAuth
AutorizaciónBearer <token>

Token de acceso OAuth 2.0 emitido por Ecomiq Auth.

Ubicación: header

Cuerpo de la solicitud

application/json

Definiciones TypeScript

Usa esta definición en TypeScript.

Cuerpo de la respuesta

application/json

application/json

application/json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

curl -X POST "https://example.com/v1/notifications/templates" \  -H "Content-Type: application/json" \  -d '{    "group": "string",    "key": "string",    "name": "string",    "notification": "email",    "locale": "string",    "subjectTpl": "string",    "bodyTpl": "string",    "engine": null  }'
{  "data": 0,  "value": 0}