v2

latestOpenAPI 3.0.32026-07-21141927.6 KB
Template

sendPreview

Send a preview notification (both email and in-app) to the requesting user. Used to test notification templates before saving.

post/v1/notification/templates/send-preview

Request body

context_idsobject

Optional context IDs for variable replacement

Example request

{
  "template": {
    "_manifest": [
      "123e4567-e89b-12d3-a456-426614174000"
    ]
  }
}

Response

Preview notification sent successfully

successboolean required

Whether this notification was sent successfully

{"stackTrail":"components:schemas:SendPreviewResponse:items:properties:data","oasType":"schema","type":"unknown","description":"Result data"}