Mass Message Sending

JSON V2 protocol grants mass sending of Messages in a single request. The maximum number of Recipients in one request is 50,000.

Access details and URLs:

ParametersValue
Provider RoleServer
Client RoleClient
Batch-URL of the APIhttps://proxy.hyber.im/{client_id}/batch https://proxy.hyber.im/{client_id}/batch/sync
Broadcast-URL of the APIhttps://proxy.hyber.im/{client_id}/broadcast https://proxy.hyber.im/{client_id}/broadcast/sync
MethodPOST
HTTP AuthenticationBasic
Mandatory headerContent-Type: application/json
HTTP Login/PasswordTBA by GMS in technical plan

Batch request contains personalized Message text across all communication channels for each User.

Broadcast request contains general text and variables that holds personalized values and can be used for all query parameters.

Examples of mass Messages requests are described in the following sections: 

The platform returns a response on your request (Response to a Mass Messages request).