Send Bulk Chat Messages Asynchronously

This operation sends a chat message to one or more recipients asynchronously and returns a request ID, which allows you to check the status of the asynchronous request.

Service limit

A service limit constrains the number of recipients per batch and the message length that can be processed in a single request.

  • The Number of Users per Batch cannot exceed 100.
  • The Message Length cannot exceed 1000 characters.

Authorization and Permissions

  • An OpenAM or Auth0 token is required to send a chat message.
  • The user must have content creation permission, which can be granted by a Talk administrator.
Body Params

The Send Bulk Chat Messages Asynchronously request payload, consisting of an array of messages to send in bulk. Either personId or personNumber must be provided for each message, but not both.

messages
array of objects
required

An array of messages to send in bulk.

messages*
Headers
string
required

An OpenAm token for the user.

string

A UUID value to track the request, used for debugging and tracing.

string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Credentials
Bearer
JWT
URL
LoadingLoading…
Response
Choose an example:
application/json
application/problem+json