Skip to main content
POST
Broadcast a push notification to organization members (admin only)

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

ID da organização

Body

application/json
message
string
required
user_ids
string[]

IDs dos destinatários. Vazio = todos os membros

title
string | null
data
object | null

Response

Broadcast dispatched

totalRecipients
integer
devicesNotified
integer
recipientsWithoutDevices
string[]