Benchmark Email Automation Creation API

Create and manage automation workflows

Operations 8

PATCH /Automation/{AutomationID} Update an Automation #
GET /Automation/{AutomationID} Get details of an Automation #
GET /Automation/{AutomationID}/Emails/{AutomationDetailID} Get details for an Automation Email #
PATCH /Automation/{AutomationID}/Emails/{AutomationDetailID} Update Email in Automation #
POST /Automation/ Create an Automation #
POST /Automation/{AutomationID}/Emails/{AutomationDetailID}/Content Create Email Content for an Automation #
PATCH /Automation/{AutomationID}/Emails/{AutomationDetailID}/Content Update Email Content for an Automation #
POST /Automation/{AutomationID}/Emails Add Email in Automation #

Work with this as data

Every API 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 apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • 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 API
curl "https://apis.io/api/v1/apis/benchmark-email-automation-creation-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

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.

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

OpenAPI Specification

benchmark-email-automation-creation-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Benchmark Email RESTful API v3.0 ABTest Creation Automation Creation API
  description: 'RESTful API for managing email marketing contacts, lists, campaigns, automations, reports, images, and webhooks within the Benchmark Email platform. To use the API, you need a Benchmark Email API token available at https://ui.benchmarkemail.com/Integrate#API. Rate limit: 500 calls per 2 minutes and 60,000 calls per day.'
  version: 3.0.0
  contact:
    name: Benchmark Email Developer Support
    url: https://developer.benchmarkemail.com/
  license:
    name: Proprietary
servers:
- url: https://clientapi.benchmarkemail.com
  description: Benchmark Email Client API
security:
- apiKeyAuth: []
tags:
- name: Automation Creation
  description: Create and manage automation workflows
paths:
  /Automation/{AutomationID}:
    patch:
      tags:
      - Automation Creation
      summary: ' Update an Automation'
      operationId: patch__automation__automationid
      parameters:
      - name: AutomationID
        in: path
        required: true
        schema:
          type: string
      responses:
        '200':
          description: Successful response
        '400':
          description: Bad request
        '401':
          description: Unauthorized
        '404':
          description: Not found
      description: 'Create an Automation

        <h4>URL Parameters</h4>

        <table>

        <thead>

        <tr>

        <th>Key</th>

        <th>Required</th>

        <th>Type</th>

        </tr>

        </thead>

        <tbody>

        <tr>

        <td>{{AutomationID}}</td>

        <td>Required</td>

        <td>Automation ID</a>

        </tr>

        </tbody>

        </table>

        <h4>Body Parameters (to be encoded as a JSON string)</h4>

        <table>

        <thead>

        <tr>

        <th>Key</th>

        <th>Required</th>

        <th>Type</th>

        </tr>

        </thead>

        <tbody>

        <tr>

        <td>Detail</td>

        <td>Required</td>

        <td>See for details on <a href=''http://www.benchmarkem'
      requestBody:
        content:
          application/json:
            schema:
              type: object
    get:
      tags:
      - Automation Creation
      summary: Get details of an Automation
      operationId: get__automation__automationid
      parameters:
      - name: AutomationID
        in: path
        required: true
        schema:
          type: string
      responses:
        '200':
          description: Successful response
        '400':
          description: Bad request
        '401':
          description: Unauthorized
        '404':
          description: Not found
      description: 'Get details of an Automation

        <h4>URL Parameters</h4>

        <table>

        <thead>

        <tr>

        <th>Key</th>

        <th>Required</th>

        <th>Description</th>

        </tr>

        </thead>

        <tbody>

        <tr>

        <td>{{AutomationID}}</td>

        <td>Required</td>

        <td>Automation ID</a>

        </tr>

        </tbody>

        </table>

        <h4>Response body parameters</h4>

        <table>

        <thead>

        <tr>

        <th>Key</th><th>Type</th><th>Description</th></tr>

        </thead>

        <tbody>

        <tr><td>Status</td><td>String</td><td>1 if success, -1 if error</td></tr>

        <tr><td>Data</td><td><a href=''htt'
  /Automation/{AutomationID}/Emails/{AutomationDetailID}:
    get:
      tags:
      - Automation Creation
      summary: Get details for an Automation Email
      operationId: get__automation__automationid__emails__automationdetailid
      parameters:
      - name: AutomationID
        in: path
        required: true
        schema:
          type: string
      - name: AutomationDetailID
        in: path
        required: true
        schema:
          type: string
      responses:
        '200':
          description: Successful response
        '400':
          description: Bad request
        '401':
          description: Unauthorized
        '404':
          description: Not found
      description: 'Create copy of an Automation email

        <h4>URL Parameters</h4>

        <table>

        <thead>

        <tr>

        <th>Key</th>

        <th>Required</th>

        <th>Description</th>

        </tr>

        </thead>

        <tbody>

        <tr>

        <td>{{AutomationID}}</td>

        <td>Required</td>

        <td>Automation ID</a>

        </tr>

        <tr>

        <td>{{AutomationDetailID}}</td>

        <td>Required</td>

        <td>Automation email ID</a>

        </tr>

        </tbody>

        </table>

        <h4>Response body parameters</h4>

        <table>

        <thead>

        <tr>

        <th>Key</th><th>Type</th><th>Description</th></tr>

        </thead>

        <tbody>

        <tr><td>'
    patch:
      tags:
      - Automation Creation
      summary: 'Update Email in Automation   '
      operationId: patch__automation__automationid__emails__automationdetailid
      parameters:
      - name: AutomationID
        in: path
        required: true
        schema:
          type: string
      - name: AutomationDetailID
        in: path
        required: true
        schema:
          type: string
      responses:
        '200':
          description: Successful response
        '400':
          description: Bad request
        '401':
          description: Unauthorized
        '404':
          description: Not found
      description: 'Create an Automation

        <h4>URL Parameters</h4>

        <table>

        <thead>

        <tr>

        <th>Key</th>

        <th>Required</th>

        <th>Description</th>

        </tr>

        </thead>

        <tbody>

        <tr>

        <td>{{AutomationID}}</td>

        <td>Required</td>

        <td>Automation ID</a>

        </tr>

        <tr>

        <td>{{AutomationDetailID}}</td>

        <td>Required</td>

        <td>Automation Email ID</a>

        </tr>

        </tbody>

        </table>

        <h4>Body Parameters (to be encoded as a JSON string)</h4>

        <table>

        <thead>

        <tr>

        <th>Key</th>

        <th>Required</th>

        <th>Description</th>

        </tr>

        </thead'
      requestBody:
        content:
          application/json:
            schema:
              type: object
  /Automation/:
    post:
      tags:
      - Automation Creation
      summary: Create an Automation
      operationId: post__automation
      parameters: []
      responses:
        '200':
          description: Successful response
        '400':
          description: Bad request
        '401':
          description: Unauthorized
        '404':
          description: Not found
      description: 'Create an Automation

        <h4>Body Parameters (to be encoded as a JSON string)</h4>

        <table>

        <thead>

        <tr>

        <th>Key</th>

        <th>Required</th>

        <th>Type</th>

        </tr>

        </thead>

        <tbody>

        <tr>

        <td>Detail</td>

        <td>Required</td>

        <td>See for details on <a href= ''http://www.benchmarkemail.com/models.htm#AutomationDetailData''>AutomationDetailData</a></td>

        </tr>

        </tbody>

        </table>

        <h4>Response body parameters</h4>

        <table>

        <thead>

        <tr>

        <th>Key</th><th>Type</th><th>Description</th></tr>

        </thead>

        <tbo'
      requestBody:
        content:
          application/json:
            schema:
              type: object
  /Automation/{AutomationID}/Emails/{AutomationDetailID}/Content:
    post:
      tags:
      - Automation Creation
      summary: Create Email Content for an Automation
      operationId: post__automation__automationid__emails__automationdetailid__content
      parameters:
      - name: AutomationID
        in: path
        required: true
        schema:
          type: string
      - name: AutomationDetailID
        in: path
        required: true
        schema:
          type: string
      responses:
        '200':
          description: Successful response
        '400':
          description: Bad request
        '401':
          description: Unauthorized
        '404':
          description: Not found
      description: 'Create email content for an Automation

        <h4>URL Parameters</h4>

        <table>

        <thead>

        <tr>

        <th>Key</th>

        <th>Required</th>

        <th>Description</th>

        </tr>

        </thead>

        <tbody>

        <tr>

        <td>{{AutomationID}}</td>

        <td>Required</td>

        <td>Automation ID</a>

        </tr>

        <tr>

        <td>{{AutomationDetailID}}</td>

        <td>Required</td>

        <td>Automation Email ID</a>

        </tr>

        </tbody>

        </table>

        <h4>Body Parameters (to be encoded as a JSON string)</h4>

        <table>

        <thead>

        <tr>

        <th>Key</th>

        <th>Required</th>

        <th>Type</th>

        </t'
      requestBody:
        content:
          application/json:
            schema:
              type: object
    patch:
      tags:
      - Automation Creation
      summary: Update Email Content for an Automation
      operationId: patch__automation__automationid__emails__automationdetailid__content
      parameters:
      - name: AutomationID
        in: path
        required: true
        schema:
          type: string
      - name: AutomationDetailID
        in: path
        required: true
        schema:
          type: string
      responses:
        '200':
          description: Successful response
        '400':
          description: Bad request
        '401':
          description: Unauthorized
        '404':
          description: Not found
      description: 'Update email content for an Automation

        <h4>URL Parameters</h4>

        <table>

        <thead>

        <tr>

        <th>Key</th>

        <th>Required</th>

        <th>Description</th>

        </tr>

        </thead>

        <tbody>

        <tr>

        <td>{{AutomationID}}</td>

        <td>Required</td>

        <td>Automation ID</a>

        </tr>

        <tr>

        <td>{{AutomationDetailID}}</td>

        <td>Required</td>

        <td>Automation Email ID</a>

        </tr>

        </tbody>

        </table>

        <h4>Body Parameters (to be encoded as a JSON string)</h4>

        <table>

        <thead>

        <tr>

        <th>Key</th>

        <th>Required</th>

        <th>Type</th>

        </t'
      requestBody:
        content:
          application/json:
            schema:
              type: object
  /Automation/{AutomationID}/Emails:
    post:
      tags:
      - Automation Creation
      summary: Add Email in Automation
      operationId: post__automation__automationid__emails
      parameters:
      - name: AutomationID
        in: path
        required: true
        schema:
          type: string
      responses:
        '200':
          description: Successful response
        '400':
          description: Bad request
        '401':
          description: Unauthorized
        '404':
          description: Not found
      description: 'Create an Automation

        <h4>URL Parameters</h4>

        <table>

        <thead>

        <tr>

        <th>Key</th>

        <th>Required</th>

        <th>Description</th>

        </tr>

        </thead>

        <tbody>

        <tr>

        <td>{{AutomationID}}</td>

        <td>Required</td>

        <td>Automation ID</a>

        </tr>

        </tbody>

        </table>

        <h4>Body Parameters (to be encoded as a JSON string)</h4>

        <table>

        <thead>

        <tr>

        <th>Key</th>

        <th>Required</th>

        <th>Type</th>

        </tr>

        </thead>

        <tbody>

        <tr>

        <td>Detail</td>

        <td>Required</td>

        <td>See for details on <a href=''http://www.benc'
      requestBody:
        content:
          application/json:
            schema:
              type: object
components:
  securitySchemes:
    apiKeyAuth:
      type: apiKey
      in: header
      name: AuthToken
      description: API token obtained from https://ui.benchmarkemail.com/Integrate#API