Docupilot · Schema

EmailDelivery

Document GenerationPDF GenerationDocument AutomationTemplate EngineE-SignatureWorkflow-Automation

Properties

Name Type Description
id integer
failure_email_recipients string
account integer
attachments array
name string
type string
success_callback_url string
success_callback_payload object
success_callback_headers object
last_used_on string
from_email string
to_email array
cc array
bcc array
headers object
subject string
body string
enable_optional_recipients boolean
View JSON Schema on GitHub

JSON Schema

app-EmailDelivery.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "EmailDelivery",
  "description": "",
  "type": "object",
  "properties": {
    "id": {
      "type": "integer",
      "readOnly": true
    },
    "failure_email_recipients": {
      "type": "string",
      "nullable": true,
      "maxLength": 255
    },
    "account": {
      "type": "integer",
      "nullable": true
    },
    "attachments": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/File"
      },
      "readOnly": true
    },
    "name": {
      "type": "string",
      "maxLength": 255
    },
    "type": {
      "enum": [
        "webhook",
        "azure_blob_storage",
        "box_drive",
        "signature",
        "docu_sign",
        "sign_now",
        "zoho_crm",
        "dropbox",
        "google_drive",
        "podio",
        "one_drive",
        "sharepoint",
        "eversign",
        "hellosign",
        "aws_s3",
        "signable",
        "yousign",
        "email",
        "sftp"
      ],
      "type": "string"
    },
    "success_callback_url": {
      "type": "string",
      "nullable": true,
      "maxLength": 255
    },
    "success_callback_payload": {
      "type": "object",
      "additionalProperties": {},
      "nullable": true
    },
    "success_callback_headers": {
      "type": "object",
      "additionalProperties": {},
      "nullable": true
    },
    "last_used_on": {
      "type": "string",
      "format": "date-time",
      "nullable": true
    },
    "from_email": {
      "type": "string",
      "nullable": true,
      "maxLength": 255
    },
    "to_email": {
      "type": "array",
      "items": {
        "type": "string",
        "maxLength": 200
      }
    },
    "cc": {
      "type": "array",
      "items": {
        "type": "string",
        "maxLength": 200
      }
    },
    "bcc": {
      "type": "array",
      "items": {
        "type": "string",
        "maxLength": 200
      }
    },
    "headers": {
      "type": "object",
      "additionalProperties": {},
      "nullable": true
    },
    "subject": {
      "type": "string",
      "maxLength": 255
    },
    "body": {
      "type": "string"
    },
    "enable_optional_recipients": {
      "type": "boolean"
    }
  },
  "required": [
    "account",
    "attachments",
    "id",
    "name",
    "to_email"
  ]
}

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/app-EmailDelivery"
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.