Recipe is a JSON Structure definition published by Workato, describing 11 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/workato/refs/heads/main/json-structure/workato-developer-api-recipe-structure.json",
"name": "Recipe",
"description": "A Workato recipe representing an automated workflow.",
"type": "object",
"properties": {
"id": {
"type": "int32",
"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": "int32",
"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": "datetime",
"description": "Timestamp when the recipe was created."
},
"updated_at": {
"type": "datetime",
"description": "Timestamp when the recipe was last updated."
},
"stopped_at": {
"type": "datetime",
"description": "Timestamp when the recipe was last stopped."
},
"stop_cause": {
"type": "string",
"description": "Reason the recipe was stopped, if applicable."
}
}
}
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.