Benchmark Email Email Email Rss Creation API

Email Email Rss Creation

Operations 10

GET /Emails/{ID} Get Details of Email #
PATCH /Emails/{ID} Update the email #
GET /Emails/{ID}/ABSplit Get Details for the AB Split #
POST /Emails/ Create Email #
GET /Emails/{ID}/RecipientCount Get the recipient count for the email #
POST /Emails/{ID}/Schedule /{{ID}}/Schedule | Send Email #
POST /Emails/{ID}/RSSSchedule Schedule RSS Emails #
POST /Emails/{ID}/Test Send Email Test #
GET /Emails/{ID}/Spam SpamCheck #
GET /Emails/CommunityCategory GET Community Category #

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-email-email-rss-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-email-email-rss-creation-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Benchmark Email RESTful API v3.0 ABTest Creation Email  Email Rss 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: Email  Email Rss Creation
  description: Email  Email Rss Creation
paths:
  /Emails/{ID}:
    get:
      tags:
      - Email  Email Rss Creation
      summary: Get Details of Email
      operationId: get__emails__id
      parameters:
      - name: ID
        in: path
        required: true
        schema:
          type: string
      responses:
        '200':
          description: Successful response
        '400':
          description: Bad request
        '401':
          description: Unauthorized
        '404':
          description: Not found
      description: '<h4>Get Details of Email</h4>

        <h4>URL Parameters</h4>

        <table>

        <thead>

        <tr>

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

        </thead>

        <tbody>

        <tr><td>{{ID}}</td><td>required</td><td>string</td><td>IDs of the EMail</td></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 successful, -1 if error</td></tr>

        <tr><td>Error</td><'
    patch:
      tags:
      - Email  Email Rss Creation
      summary: Update the email
      operationId: patch__emails__id
      parameters:
      - name: ID
        in: path
        required: true
        schema:
          type: string
      responses:
        '200':
          description: Successful response
        '400':
          description: Bad request
        '401':
          description: Unauthorized
        '404':
          description: Not found
      description: '<h4>Update the email</h4>

        <h4>URL Parameters</h4>

        <table>

        <thead>

        <tr>

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

        </thead>

        <tbody>

        <tr><td>{{ID}}</td><td>required</td><td>string</td><td>ID of the email</td></tr>

        </tbody>

        </table>


        <h4>Body Parameters (To be passed as a JSON string)</h4>

        <table>

        <thead>

        <tr>

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

        </thead>

        <tbody>

        <tr><td>Detail</td><td>required</td><td><a href="http://www.be'
  /Emails/{ID}/ABSplit:
    get:
      tags:
      - Email  Email Rss Creation
      summary: Get Details for the AB Split
      operationId: get__emails__id__absplit
      parameters:
      - name: ID
        in: path
        required: true
        schema:
          type: string
      responses:
        '200':
          description: Successful response
        '400':
          description: Bad request
        '401':
          description: Unauthorized
        '404':
          description: Not found
      description: '<h4>Get a list of contacts</h4>

        <h4>URL Parameters</h4>

        <table>

        <thead>

        <tr>

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

        </thead>

        <tbody>

        <tr><td>{{ID}}</td><td>required</td><td>string</td><td>ID of the email</td></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 successful, -1 if error</td></tr>

        <tr><td>Data</td><'
  /Emails/:
    post:
      tags:
      - Email  Email Rss Creation
      summary: Create Email
      operationId: post__emails
      parameters: []
      responses:
        '200':
          description: Successful response
        '400':
          description: Bad request
        '401':
          description: Unauthorized
        '404':
          description: Not found
      description: '<h4>Create Email</h4>


        <h4>Body Parameters (To be passed as a JSON string)</h4>

        <table>

        <thead>

        <tr>

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

        </thead>

        <tbody>

        <tr><td>Detail</td><td>required</td><td><a href="http://www.benchmarkemail.com/models.htm#EmailData">EmailData</a></td><td>Email Details</td></tr>

        </tbody>

        </table>


        <h4>Response body parameters</h4>

        <table>

        <thead>

        <tr>

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

        </thead>

        <tbody>

        <tr><'
      requestBody:
        content:
          application/json:
            schema:
              type: object
  /Emails/{ID}/RecipientCount:
    get:
      tags:
      - Email  Email Rss Creation
      summary: Get the recipient count for the email
      operationId: get__emails__id__recipientcount
      parameters:
      - name: ID
        in: path
        required: true
        schema:
          type: string
      responses:
        '200':
          description: Successful response
        '400':
          description: Bad request
        '401':
          description: Unauthorized
        '404':
          description: Not found
      description: '<h4>Get a list of contacts</h4>

        <h4>URL Parameters</h4>

        <table>

        <thead>

        <tr>

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

        </thead>

        <tbody>

        <tr><td>{{ID}}</td><td>required</td><td>string</td><td>ID of the Email</td></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 = Successful, -1 Error</td></tr>

        <tr><td>Count</td><td>'
  /Emails/{ID}/Schedule:
    post:
      tags:
      - Email  Email Rss Creation
      summary: /{{ID}}/Schedule | Send Email
      operationId: post__emails__id__schedule
      parameters:
      - name: ID
        in: path
        required: true
        schema:
          type: string
      responses:
        '200':
          description: Successful response
        '400':
          description: Bad request
        '401':
          description: Unauthorized
        '404':
          description: Not found
      description: '<h4>Schedule the email</h4>

        <h4>URL Parameters</h4>

        <table>

        <thead>

        <tr>

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

        </thead>

        <tbody>

        <tr><td>{{ID}}</td><td>required</td><td>string</td><td>ID of the email</td></tr>

        </tbody>

        </table>


        <h4>Body Parameters (To be passed as a JSON string)</h4>

        <table>

        <thead>

        <tr>

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

        </thead>

        <tbody>

        <tr><td>ScheduleDate</td><td>required</td><td>string</td><td'
  /Emails/{ID}/RSSSchedule:
    post:
      tags:
      - Email  Email Rss Creation
      summary: Schedule RSS Emails
      operationId: post__emails__id__rssschedule
      parameters:
      - name: ID
        in: path
        required: true
        schema:
          type: string
      responses:
        '200':
          description: Successful response
        '400':
          description: Bad request
        '401':
          description: Unauthorized
        '404':
          description: Not found
      description: '<h4>Get a list of contacts</h4>

        <h4>URL Parameters</h4>

        <table>

        <thead>

        <tr>

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

        </thead>

        <tbody>

        <tr><td>{{ID}}</td><td>required</td><td>string</td><td>ID of the email</td></tr>

        </tbody>

        </table>


        <h4>Body Parameters (To be passed as a JSON string)</h4>

        <table>

        <thead>

        <tr>

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

        </thead>

        <tbody>

        <tr><td>Schedule</td><td>required</td><td>string</td><td'
  /Emails/{ID}/Test:
    post:
      tags:
      - Email  Email Rss Creation
      summary: Send Email Test
      operationId: post__emails__id__test
      parameters:
      - name: ID
        in: path
        required: true
        schema:
          type: string
      responses:
        '200':
          description: Successful response
        '400':
          description: Bad request
        '401':
          description: Unauthorized
        '404':
          description: Not found
      description: '<h4>Get a list of contacts</h4>

        <h4>URL Parameters</h4>

        <table>

        <thead>

        <tr>

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

        </thead>

        <tbody>

        <tr><td>{{ID}}</td><td>required</td><td>string</td><td>ID of the email</td></tr>

        </tbody>

        </table>


        <h4>Body Parameters (To be passed as a JSON string)</h4>

        <table>

        <thead>

        <tr>

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

        </thead>

        <tbody>

        <tr><td>Emails</td><td>required</td><td>string</td><td>C'
  /Emails/{ID}/Spam:
    get:
      tags:
      - Email  Email Rss Creation
      summary: SpamCheck
      operationId: get__emails__id__spam
      parameters:
      - name: ID
        in: path
        required: true
        schema:
          type: string
      responses:
        '200':
          description: Successful response
        '400':
          description: Bad request
        '401':
          description: Unauthorized
        '404':
          description: Not found
      description: '<h4>SpamCheck</h4>

        <h4>URL Parameters</h4>

        <table>

        <thead>

        <tr>

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

        </thead>

        <tbody>

        <tr><td>{{ID}}</td><td>required</td><td>string</td><td>ID of the email</td></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 successful, -1 if error</td></tr>

        <tr><td>Error</td><td><a href="'
  /Emails/CommunityCategory:
    get:
      tags:
      - Email  Email Rss Creation
      summary: GET Community Category
      operationId: get__emails_communitycategory
      parameters: []
      responses:
        '200':
          description: Successful response
        '400':
          description: Bad request
        '401':
          description: Unauthorized
        '404':
          description: Not found
      description: '<h4>Get a list of contacts</h4>


        <h4>Response body parameters</h4>

        <table>

        <thead>

        <tr>

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

        </thead>

        <tbody>

        <tr><td>Data</td><td><a href="http://www.benchmarkemail.com/models.htm#ClientGenericList">GenericList</a></td><td>Community Category Data</td></tr>

        </tbody>

        </table>'
components:
  securitySchemes:
    apiKeyAuth:
      type: apiKey
      in: header
      name: AuthToken
      description: API token obtained from https://ui.benchmarkemail.com/Integrate#API