Publish or correlate messages
Decide which API to use for sending messages. Publish with buffering or correlate with synchronous feedback. All parameters of the API are supported and can be set dynamically, if required.
Send messages in BPMN processes without writing code. This connector calls the PublishMessage RPC or the Zeebe API to send messages buffered by Zeebe. In the case of correlation, it calls the correlate message REST API to get the ID of the process instance that received the message without buffering. The element template enables you to select the publish message (with buffer) or correlate message (with result) mode and configure all API parameters in Modeler. For correlation, the connector raises an incident with a detailed error message containing the 404 status "not found" response from the API call if the message could not be correlated.