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"
}
FieldDescription
audiencelinked (default) - all linked and claimed users
content_typeThe 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.message records (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