Zapier · Schema

ZapTemplate

A Zap Template.

IntegrationiPaaS

Properties

Name Type Description
id integer The numeric identifier of this Zap Template
steps array The steps this Zap Template are composed of
title string The title of this Zap Template
slug string The shortened slug for this Zap Template
status object The status of this Zap Template * `draft` - draft * `published` - published
description_plain string The plain (rendered) description for this Zap Template
description_raw string The raw description for this Zap Template. May include styling syntax intended to be rendered
url string The URL for this Zap Template
description string The HTML description for this Zap Template. Intended to be rendered in a browser
create_url string The URL to access to create a Zap from this Zap Template
type string The type of this Zap Template
View JSON Schema on GitHub

JSON Schema

partner-api-zap-template-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ZapTemplate",
  "description": "A Zap Template.",
  "$id": "https://raw.githubusercontent.com/api-evangelist/zapier/refs/heads/main/json-schema/partner-api-zap-template-schema.json",
  "type": "object",
  "properties": {
    "id": {
      "type": "integer",
      "description": "The numeric identifier of this Zap Template",
      "example": 100
    },
    "steps": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/ZapTemplateStep"
      },
      "readOnly": true,
      "description": "The steps this Zap Template are composed of",
      "example": [
        {}
      ]
    },
    "title": {
      "type": "string",
      "description": "The title of this Zap Template",
      "example": "Example Name"
    },
    "slug": {
      "type": "string",
      "description": "The shortened slug for this Zap Template",
      "pattern": "^[-a-zA-Z0-9_]+$",
      "example": "example-value"
    },
    "status": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ZapTemplateStatusEnum"
        }
      ],
      "description": "The status of this Zap Template\n\n* `draft` - draft\n* `published` - published",
      "example": "active"
    },
    "description_plain": {
      "type": "string",
      "readOnly": true,
      "description": "The plain (rendered) description for this Zap Template",
      "example": "example-value"
    },
    "description_raw": {
      "type": "string",
      "description": "The raw description for this Zap Template. May include styling syntax intended to be rendered",
      "example": "example-value"
    },
    "url": {
      "type": "string",
      "format": "uri",
      "readOnly": true,
      "description": "The URL for this Zap Template",
      "example": "https://example.com/path/abc123"
    },
    "description": {
      "type": "string",
      "description": "The HTML description for this Zap Template. Intended to be rendered in a browser",
      "example": "Example description for this resource."
    },
    "create_url": {
      "type": "string",
      "format": "uri",
      "readOnly": true,
      "description": "The URL to access to create a Zap from this Zap Template",
      "example": "https://example.com/path/abc123"
    },
    "type": {
      "type": "string",
      "readOnly": true,
      "default": "guided_zap",
      "description": "The type of this Zap Template",
      "example": "guided_zap"
    }
  },
  "required": [
    "create_url",
    "description",
    "description_plain",
    "description_raw",
    "id",
    "slug",
    "status",
    "steps",
    "title",
    "type",
    "url"
  ]
}

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/partner-api-zap-template"
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.