notification_receiver_add
Adds one or more receivers to a draft notification request, generating a per-channel notification for each under the shared requestId. Call before sending.
Instructions
Adds one or more receivers to a draft notification request — each receiver becomes its own per-channel notification under the shared requestId (there is no separate receiverId; track receivers by the notificationIds this call returns). Use once per batch of receivers before calling notification_request_send. Requires: notification_request_create → requestId. Each receiver's shape depends on its provider (SMTP/SMS/NOTICEMAN/WFB) — see the schema for the fields each variant needs. Notification delivery provider: SMTP = Email delivery. | SMS = SMS text message delivery. | NOTICEMAN = EAD Factory's own certified notification channel (qualified electronic delivery). | NOTICEMAN_AND_WHATSAPP = Certified channel plus a WhatsApp copy. | NOTICEMAN_AND_WHATSAPP_AND_RCS = Certified channel plus WhatsApp and RCS copies. | NOTICEMAN_AND_RCS = Certified channel plus an RCS (Rich Communication Services) copy. | WFB = WhatsApp Business messaging, uncertified (no Noticeman qualified channel). | RCS = RCS (Rich Communication Services) messaging only, uncertified.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| receivers | Yes | ||
| requestId | Yes | UUID of the notification request. Obtain from notification_request_create. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| requestId | No | ||
| notificationIds | No |