Note: # and anything after is NOT needed, its just to allow multiple examples for the same path/method.
Authorization: Bearer ********************
{
"type": "chat",
"message": "Hi there! Sending a group chat message!",
"destination": [
"1123",
"1004"
]
}
curl --location --request POST 'https://awqacore01.crexendocloud.com/ns-api/v2/domains/sampleDomain/users/sampleUser/messagesessions//messagesHASHHACK1' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "chat",
"message": "Hi there! Sending a group chat message!",
"destination": [
"1123",
"1004"
]
}'
{
"code": 202,
"message": "Accepted"
}