Workato · Example Payload

Workato Developer Api Recipe Example

Automated workflow for connecting enterprise applications.

AgenticAPI ManagementAutomationB2BEmbedded iPaaSEnterpriseIntegrationiPaaSOrchestrationWorkflow

Workato Developer Api Recipe Example is an example object payload from Workato, with 11 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idnamedescriptionfolder_idrunningtrigger_applicationaction_applicationscreated_atupdated_atstopped_atstop_cause

Example Payload

Raw ↑
{
  "id": 246563,
  "name": "Sample Workato Recipe",
  "description": "Automated workflow for connecting enterprise applications.",
  "folder_id": 63,
  "running": true,
  "trigger_application": "sample-trigger_application",
  "action_applications": [
    "sample-action_applications_item"
  ],
  "created_at": "2026-01-15T10:00:00Z",
  "updated_at": "2026-04-20T14:30:00Z",
  "stopped_at": null,
  "stop_cause": "sample-stop_cause"
}