POST /messages

Creates messages from a sender to a list of recipients into the Maven Messages system.

Implementation Notes:
- If both senderUserId and senderExternalUserId are sent in the request, senderUserId will take precedence.
- If both recipientUserIds and recipientExternalUserIds are defined, Maven will take the union of both arrays to determine the final recipient list. Max 50 recipients.
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
number
required

Maven user identifier to represent the message sender.

string
required

Unique external identifier for the message sender.

recipientUserIds
array of arrays
required

Array of Maven user identifiers for the message recipients.

recipientUserIds*
recipientExternalUserIds
array of arrays
required

Array of unique external identifiers for the message recipients.

recipientExternalUserIds*
string
required

Required. the body of the message. Max size 16KB.

Response

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json