Workato · JSON Structure

Workato Event Streams Publish Response Structure

Response from a successful single message publish.

Type: object Properties: 1
AgenticAPI ManagementAutomationB2BEmbedded iPaaSEnterpriseIntegrationiPaaSOrchestrationWorkflow

PublishResponse is a JSON Structure definition published by Workato, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

message_id

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

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