AurionAI Docs

Render Notification Template

Render a template with Jinja2. Uses sample data merged with provided variables.

POST
/api/v2/notification-templates/render

Render a template with Jinja2. Uses sample data merged with provided variables.

Authorization

AuthorizationBearer <token>

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

curl -X POST "https://loading/api/v2/notification-templates/render" \  -H "Content-Type: application/json" \  -d '{    "body_html": "string",    "subject": "string"  }'
{
  "property1": "string",
  "property2": "string"
}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}