Messaging
Enqueue a custom message
Enqueue a custom organisation message with custom data.
post/api/v1/organizations/{organizationId}/messaging/enqueueCustomMessage
Path parameters
organizationIdstring required
The organisation namespace
Request body
Example request
{
"name": "<event name>"
}Response
OK