CreateZapRequestStep is a JSON Structure definition published by Zapier, describing 4 properties, of which 3 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-create-zap-request-step-structure.json",
"name": "CreateZapRequestStep",
"description": "CreateZapRequestStep schema from Partner API",
"type": "object",
"properties": {
"action": {
"type": "string",
"description": "The ID of the Action to be associated with this step",
"example": "example-value"
},
"inputs": {
"type": "object",
"additionalProperties": {},
"description": "The inputs for the Action associated with this step",
"example": {}
},
"authentication": {
"type": "string",
"description": "The authentication, if required, for this Action to run",
"example": "example-value"
},
"alias": {
"type": "string",
"description": "Optional alias for this step to be referenced by later steps (snake_case, max 64 chars)",
"maxLength": 64,
"pattern": "^[a-z][a-z0-9_]*$",
"example": "example-value"
}
},
"required": [
"action",
"authentication",
"inputs"
]
}
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.