An ordered list of steps that define the logic of the Zap.
Type: objectProperties: 4Required: 4
IntegrationiPaaS
ExpandedZapStep is a JSON Structure definition published by Zapier, describing 4 properties, of which 4 are required. 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/zapier/refs/heads/main/json-structure/partner-api-expanded-zap-step-structure.json",
"name": "ExpandedZapStep",
"description": "An ordered list of steps that define the logic of the Zap.",
"type": "object",
"properties": {
"action": {
"description": "Action",
"oneOf": [
{
"$ref": "#/components/schemas/Action"
},
{
"type": "string"
}
],
"example": "example-value"
},
"authentication": {
"description": "Authentication",
"oneOf": [
{
"$ref": "#/components/schemas/Authentication"
},
{
"type": "string"
}
],
"example": "example-value"
},
"inputs": {
"readOnly": true,
"description": "The inputs for this specific Zap's step",
"example": "example-value"
},
"title": {
"type": "string",
"readOnly": true,
"description": "The custom title of a Zap Step. If a step has not been given a custom title by the user, then the value will be null.",
"example": "Example Name"
}
},
"required": [
"action",
"authentication",
"inputs",
"title"
]
}
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.