v1

latestSwagger 2.0MIT2026-07-1310778293.3 KB
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

dataobject required

Custom data in a map. You may use JSON content

namestring required

The name of the message (organisation specific)

Example request

{
  "name": "<event name>"
}

Response

OK