Dotdigital Channels API

The Channels API from Dotdigital — 1 operation(s) for channels.

Operations 1

POST /channels/facebook/state Facebook Meta Data Service #

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/dotdigital-channels-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

dotdigital-channels-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: CPaaS Channels API
  version: 3.5.1
  description: 'Manage CPaaS SMS numbers and channels. Use this API to retrieve dedicated

    SMS phone numbers, shortcodes, and keywords associated with your account,

    and to generate Facebook Messenger metadata for attaching messenger IDs to

    CPaaS profiles.'
servers:
- url: https://{region}-api.dotdigital.com
  variables:
    region:
      default: r1
      enum:
      - r1
      - r2
      - r3
      description: The Dotdigital region id your account belongs to
security:
- sec0: []
tags:
- name: Channels
paths:
  /channels/facebook/state:
    post:
      summary: Facebook Meta Data Service
      description: Used to generate meta data to help attach Facebook messenger Ids to CPaaS profiles
      operationId: facebook-meta-data-service
      parameters:
      - name: apiSpaceId
        in: query
        description: The API space associated with the Facebook channel
        required: true
        schema:
          type: string
      requestBody:
        content:
          application/json:
            schema:
              type: object
              required:
              - profileId
              properties:
                profileId:
                  type: string
                  description: The profile id of the user you want the Facebook Messenger Id associated with
                data:
                  type: string
                  description: Optional additional data that can be added to the CPaaS profile
            examples:
              Typical usage:
                value:
                  profileId: dave@acme.com
      responses:
        '200':
          description: '200'
          content:
            text/plain:
              examples:
                Result:
                  value: '"ae1d3451d3bb705f1c9798cb566d99763165b26c370cea06864ac90cd91c25e21c1592a6e965f612ed578f449eb4c3YKQK9LktXekKjmkSbBiwtewd1vfZylgwlBtgNmYl/7KBlUugqZznzP9buXl0b/Ywowv0M6HohG+Ii34ifAhLnRHcg6EPRpoPMnbHP7ca/IK7bQfFc0Ct+KXA1mDV1SHVk"'
              schema:
                type: string
                examples:
                - ae1d3451d3bb705f1c9798cb566d99763165b26c370cea06864ac90cd91c25e21c1592a6e965f612ed578f449eb4c3YKQK9LktXekKjmkSbBiwtewd1vfZylgwlBtgNmYl/7KBlUugqZznzP9buXl0b/Ywowv0M6HohG+Ii34ifAhLnRHcg6EPRpoPMnbHP7ca/IK7bQfFc0Ct+KXA1mDV1SHVk
        '400':
          description: '400'
          content:
            application/json:
              examples:
                Result:
                  value: '{}'
              schema:
                type: object
                properties: {}
      deprecated: false
      tags:
      - Channels
components:
  securitySchemes:
    sec0:
      type: http
      scheme: basic
x-readme:
  samples-languages:
  - curl
  - csharp
  - java
  - node
  - php
  - python
  - ruby
  explorer-enabled: true
  proxy-enabled: true
  samples-enabled: true