Workato · Schema

PublishResponse

Response from a successful single message publish.

AgenticAPI ManagementAutomationB2BEmbedded iPaaSEnterpriseIntegrationiPaaSOrchestrationWorkflow

Properties

Name Type Description
message_id string Unique identifier assigned to the published message.
View JSON Schema on GitHub

JSON Schema

workato-event-streams-publish-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/workato/refs/heads/main/json-schema/workato-event-streams-publish-response-schema.json",
  "title": "PublishResponse",
  "description": "Response from a successful single message publish.",
  "type": "object",
  "properties": {
    "message_id": {
      "type": "string",
      "description": "Unique identifier assigned to the published message."
    }
  }
}