Workato · Schema
Recipe
A Workato recipe representing an automated workflow.
AgenticAPI ManagementAutomationB2BEmbedded iPaaSEnterpriseIntegrationiPaaSOrchestrationWorkflows
Properties
| Name | Type | Description |
|---|---|---|
| id | integer | Unique identifier of the recipe. |
| name | string | Display name of the recipe. |
| description | string | Human-readable description of what the recipe does. |
| folder_id | integer | ID of the folder containing this recipe. |
| running | boolean | Whether the recipe is currently active and processing events. |
| trigger_application | string | The connector used for the recipe's trigger. |
| action_applications | array | List of connectors used in the recipe's actions. |
| created_at | string | Timestamp when the recipe was created. |
| updated_at | string | Timestamp when the recipe was last updated. |
| stopped_at | string | Timestamp when the recipe was last stopped. |
| stop_cause | string | Reason the recipe was stopped, if applicable. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/workato/refs/heads/main/json-schema/workato-developer-api-recipe-schema.json",
"title": "Recipe",
"description": "A Workato recipe representing an automated workflow.",
"type": "object",
"properties": {
"id": {
"type": "integer",
"description": "Unique identifier of the recipe."
},
"name": {
"type": "string",
"description": "Display name of the recipe."
},
"description": {
"type": "string",
"description": "Human-readable description of what the recipe does."
},
"folder_id": {
"type": "integer",
"description": "ID of the folder containing this recipe."
},
"running": {
"type": "boolean",
"description": "Whether the recipe is currently active and processing events."
},
"trigger_application": {
"type": "string",
"description": "The connector used for the recipe's trigger."
},
"action_applications": {
"type": "array",
"items": {
"type": "string"
},
"description": "List of connectors used in the recipe's actions."
},
"created_at": {
"type": "string",
"format": "date-time",
"description": "Timestamp when the recipe was created."
},
"updated_at": {
"type": "string",
"format": "date-time",
"description": "Timestamp when the recipe was last updated."
},
"stopped_at": {
"type": "string",
"format": "date-time",
"description": "Timestamp when the recipe was last stopped."
},
"stop_cause": {
"type": "string",
"description": "Reason the recipe was stopped, if applicable."
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/workato-developer-api-recipe"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.