notification_request_create
Start a certified notification flow by creating a notification request draft. Define providers, receivers, and content; set autosend for immediate sending or add more later.
Instructions
Creates a new notification request (draft) — the top-level container for receivers and attachments in a certified-notification flow. Use this first, before any other Notification-manager tool. No prerequisites. Set autosend: true to also send immediately on activation of the first receiver batch, or leave it false to add receivers/documents over several calls before calling notification_request_send yourself. Returns requestId and one notificationId per receiver already on the request (if any were included inline).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | ||
| content | No | ||
| autosend | No | ||
| language | Yes | ||
| metadata | No | ||
| requestId | No | UUID of the notification request. Obtain from notification_request_create. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| requestId | No | ||
| uploadLinks | No | ||
| notificationIds | No |