Workato · Example Payload

Workato Event Streams Consume Response Example

AgenticAPI ManagementAutomationB2BEmbedded iPaaSEnterpriseIntegrationiPaaSOrchestrationWorkflow

Workato Event Streams Consume Response Example is an example object payload from Workato, with 1 top-level field. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

messages

Example Payload

Raw ↑
{
  "messages": [
    {
      "payload": "hello"
    },
    {
      "payload": "world"
    }
  ]
}