Workato · Example Payload

Workato Recipe Example

Automated workflow for connecting enterprise applications.

AgenticAPI ManagementAutomationB2BEmbedded iPaaSEnterpriseIntegrationiPaaSOrchestrationWorkflow

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

Top-level fields

idnamedescriptionfolder_idrunningtrigger_applicationaction_applicationscodeconfigstop_causecreated_atupdated_atstopped_atlast_run_atjob_succeeded_countjob_failed_countversion_no

Example Payload

Raw ↑
{
  "id": 977257,
  "name": "Sample Workato Recipe",
  "description": "Automated workflow for connecting enterprise applications.",
  "folder_id": 64,
  "running": true,
  "trigger_application": "sample-trigger_application",
  "action_applications": [
    "sample-action_applications_item"
  ],
  "code": "sample-code",
  "config": "sample-config",
  "stop_cause": "task_limit",
  "created_at": "2026-01-15T10:00:00Z",
  "updated_at": "2026-04-20T14:30:00Z",
  "stopped_at": null,
  "last_run_at": "2026-04-15T10:30:00Z",
  "job_succeeded_count": 15,
  "job_failed_count": 85,
  "version_no": 3
}