Zapier · Schema

ZapTemplateStep

One step in a Zap Template.

IntegrationiPaaS

Properties

Name Type Description
id integernull The numeric identifier of this step, if specified
uuid string UUID identifier of this step
title string The name of this step
slug string The shortened slug for this step
description string The description of this step
image string The image URL for this step
hex_color string The primary (hex) color for this step
images object The images (at various sizes) for this step
api string The API used in this step
url string The URL for this step
label stringnull The label for this step
View JSON Schema on GitHub

JSON Schema

zapier-zaptemplatestep-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ZapTemplateStep",
  "title": "ZapTemplateStep",
  "type": "object",
  "description": "One step in a Zap Template.",
  "properties": {
    "id": {
      "type": [
        "integer",
        "null"
      ],
      "readOnly": true,
      "description": "The numeric identifier of this step, if specified",
      "example": 100
    },
    "uuid": {
      "type": "string",
      "format": "uuid",
      "description": "UUID identifier of this step",
      "example": "550e8400-e29b-41d4-a716-446655440000"
    },
    "title": {
      "type": "string",
      "description": "The name of this step",
      "example": "Example Name"
    },
    "slug": {
      "type": "string",
      "description": "The shortened slug for this step",
      "pattern": "^[-a-zA-Z0-9_]+$",
      "example": "example-value"
    },
    "description": {
      "type": "string",
      "description": "The description of this step",
      "example": "Example description for this resource."
    },
    "image": {
      "type": "string",
      "description": "The image URL for this step",
      "example": "example-value"
    },
    "hex_color": {
      "type": "string",
      "description": "The primary (hex) color for this step",
      "example": "example-value"
    },
    "images": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ZapTemplateStepImages"
        }
      ],
      "description": "The images (at various sizes) for this step",
      "example": "example-value"
    },
    "api": {
      "type": "string",
      "readOnly": true,
      "description": "The API used in this step",
      "example": "example-value"
    },
    "url": {
      "type": "string",
      "format": "uri",
      "readOnly": true,
      "description": "The URL for this step",
      "example": "https://example.com/path/abc123"
    },
    "label": {
      "type": [
        "string",
        "null"
      ],
      "readOnly": true,
      "description": "The label for this step",
      "example": "Example Name"
    }
  },
  "required": [
    "api",
    "description",
    "hex_color",
    "id",
    "image",
    "images",
    "label",
    "slug",
    "title",
    "url",
    "uuid"
  ]
}

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.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/zapier-zaptemplatestep"
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 email required.

A second provider on the same verified email joins the account you already have.