Use this API page to submit cloud-event messages for asynchronous processing. Business Central stores the request, schedules a background task, and returns the response later through the response endpoint or webhook flow.
Endpoint
/api/origo/cloudEvent/v1.0/queues
What the page does
Accepts a CloudEvents request payload with type, source, subject, and data.
Creates a Cloud Event Message record for the current user.
Schedules background processing and returns the queued message reference.