Events.com Agent Email Controller API

The agent-email-controller API from Events.com — 1 operation(s) for agent-email-controller.

Operations 1

POST /idp/api/v1/internal/error/mail #

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/eventscom-agent-email-controller-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

eventscom-agent-email-controller-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Eventscom Agent Email Controller API
  version: '1.0'
  description: 'Operations tagged agent-email-controller across 2 of this provider''s published API definitions: eventscom-agent-email-controller-api-openapi.yml, eventscom-datagol-platform-openapi.yml. Each path carries the servers of the definition it was published in.'
servers:
- url: https://datagol-be.events.com
  description: Generated server url
tags:
- name: agent-email-controller
paths:
  /idp/api/v1/internal/error/mail:
    post:
      tags:
      - agent-email-controller
      operationId: sendErrorEmail
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/ErrorDetailsFromAgentDTO'
        required: true
      responses:
        '400':
          description: Bad Request
          content:
            '*/*':
              schema:
                oneOf:
                - type: object
                - $ref: '#/components/schemas/SaasxlResponseDTOObject'
        '503':
          description: Service Unavailable
          content:
            '*/*':
              schema:
                $ref: '#/components/schemas/SaasxlResponseDTOObject'
        '403':
          description: Forbidden
          content:
            '*/*':
              schema:
                $ref: '#/components/schemas/SaasxlResponseDTOObject'
        '501':
          description: Not Implemented
          content:
            '*/*':
              schema:
                $ref: '#/components/schemas/SaasxlResponseDTOObject'
        '500':
          description: Internal Server Error
          content:
            '*/*':
              schema:
                $ref: '#/components/schemas/SaasxlResponseDTOObject'
        '200':
          description: OK
      security:
      - s_jwt: []
    servers:
    - url: https://datagol-be.events.com
      description: Generated server url
components:
  schemas:
    ErrorDetailsFromAgentDTO:
      type: object
      properties:
        message:
          type: string
        requestUrl:
          type: string
        httpMethod:
          type: string
        headers:
          type: string
        payload:
          type: string
        traceId:
          type: string
        stackTrace:
          type: string
        userEmail:
          type: string
    SaasxlResponseDTOObject:
      type: object
      properties:
        success:
          type: boolean
        version:
          type: string
        date:
          type: string
          format: date-time
        error:
          $ref: '#/components/schemas/ErrorMessage'
        data:
          type: object
    ErrorMessage:
      type: object
      properties:
        statusCode:
          type: integer
          format: int32
        requestId:
          type: string
        message:
          type: object
        details:
          type: object
        errorCodes:
          type: array
          items:
            type: string
  securitySchemes:
    s_jwt:
      type: http
      description: Jwt Token
      scheme: bearer
      bearerFormat: JWT
x-refined-from:
- eventscom-agent-email-controller-api-openapi.yml
- eventscom-datagol-platform-openapi.yml