Skip to content

API: Notification

Quellverzeichnis: api/routes/notification/ — gehört zum Modul notification

Alle Endpunkte sind mandanten-isoliert und validieren ihre Eingaben.

Methode Pfad Datei
GET /v1/conversations conversations.ts
POST /v1/conversations conversations.ts
GET /v1/conversations/:id conversations.ts
POST /v1/conversations/:id/assign conversations.ts
POST /v1/conversations/:id/close conversations.ts
POST /v1/conversations/:id/messages conversations.ts
POST /v1/conversations/:id/reopen conversations.ts
GET /v1/notifications notifications.ts
GET /v1/notifications/:id notifications.ts
POST /v1/notifications/:id/bounce notifications.ts
POST /v1/notifications/:id/delivered notifications.ts
POST /v1/notifications/:id/dispatch notifications.ts
POST /v1/notifications/:id/read notifications.ts
POST /v1/notifications/:id/retry notifications.ts
GET /v1/notifications/opt-out opt-out.ts
POST /v1/notifications/opt-out opt-out.ts
GET /v1/notifications/opt-out/check opt-out.ts
GET /v1/notifications/queue/retry notifications.ts
POST /v1/notifications/send notifications.ts
GET /v1/notifications/templates templates.ts
POST /v1/notifications/templates templates.ts
GET /v1/notifications/templates/:id templates.ts
PATCH /v1/notifications/templates/:id templates.ts
POST /v1/notifications/templates/:id/archive templates.ts
POST /v1/notifications/templates/:id/publish templates.ts
POST /v1/notifications/templates/:id/versions templates.ts

Zurück zur API-Übersicht oder zur Startseite.