Send mass message to multiple users
Send mass message to multiple users
POST
Send mass message to multiple users
Authorizations
JWT Bearer token authentication. Use the /api/login endpoint to obtain a token.
Body
application/json
Array of athlete user IDs (NOT receiver_ids)
Example:
[123]Max 1000 characters
Example:
"Hello, how are you?"
Optional file as base64-encoded string or data URI (e.g. data:image/png;base64,...). Send null if no attachment.
Example:
null
Select all athletes
Available options:
true, false Example:
"false"
Exclude these athlete IDs when is_all_selected
Example:
[]Response
200
Mass message sent