Broadcasts
Send the same content to many linked users.
Create a partner broadcast
POST /api/v1/broadcasts
{
"body": "Maintenance planifiée ce dimanche 22:00-23:00.",
"content_type": "text",
"audience": "linked",
"priority": "notification"
}
| Field | Description |
|---|---|
audience | linked (default) - all linked and claimed users |
content_type | The same supported types as individual messages |
media_* | Optional media for image or document broadcasts |
List broadcasts
GET /api/v1/broadcasts
Platform system broadcasts
POST /api/v1/system/broadcasts - reserved for the MorisBox platform partner for global announcements.
Behavior
- Fan-out creates individual
seed.messagerecords (or optimized shared media) - Each user sees the item in their partner hub / inbox
- Prefer broadcasts for campaigns; use individual sends for one-off transactions