VBOUT Automation API

The Automation API from VBOUT — 2 operation(s) for automation.

Operations 2

GET Automation/GetGuides GetGuides #
POST Automation/CreateAutomationFromGuide CreateAutomationFromGuide #

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/vbout-automation-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 email required.

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

OpenAPI Specification

vbout-automation-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: VBOUT EmailMarketing Automation API
  version: '1.0'
  description: VBOUT Features API documentation
servers:
- url: https://api.vbout.com/1
tags:
- name: Automation
paths:
  Automation/GetGuides:
    get:
      summary: GetGuides
      operationId: post-automation-getguides
      description: "**Authentication:** `Required`    \n  - - -  \n  \n**Response Formats:** `XML | JSON`"
      tags:
      - Automation
      responses:
        '200':
          description: Successful Operation
          content:
            application/json:
              schema:
                type: array
                items:
                  type: object
                  properties:
                    id:
                      type: string
                      example: '142'
                    name:
                      type: string
                      example: Facebook Comment Automation
                    description:
                      type: string
                      example: Turn Facebook comments to direct message automation, and convert engagement to emails and leads.
                    tags:
                      type: array
                      items:
                        type: string
                        example: Facebook
                      example:
                      - Facebook
                      - Social Automation
                    content:
                      type: object
                      properties:
                        emails:
                          type: array
                          items:
                            type: object
                            properties:
                              graphid:
                                type: string
                                example: b1931b5d-9ac7-42c5-8d72-14ad229999db
                              label:
                                type: string
                                example: Send Email
      x-codeSamples:
      - lang: cURL
        source: 'POST https://api.vbout.com/1/Automations/GetGuides?key={YOUR_API_ID}

          '
      deprecated: false
      parameters:
      - name: API KEY
        in: query
        description: list of guideIDs of the automation.<br>**Possible values:** (ID)
        required: true
        schema:
          type: integer
  Automation/CreateAutomationFromGuide:
    post:
      summary: CreateAutomationFromGuide
      operationId: post-automation-CreateAutomationFromGuide
      description: "**Authentication:** `Required`    \n  - - -  \n  \n**Response Formats:** `XML | JSON`"
      tags:
      - Automation
      responses:
        '200':
          description: Successful Operation
          content:
            application/json:
              schema:
                type: array
                items:
                  type: object
                  properties:
                    item:
                      type: string
                      example: Your automation has been created successfully.
                    recid:
                      type: string
                      example: '[id]'
      x-codeSamples:
      - lang: cURL
        source: 'POST https://api.vbout.com/1/Automations/CreateAutomationFromGuide?key={YOUR_API_ID}

          '
      deprecated: false