MessageBirdMessages

MessageBird Messages API

Sync permissioned messages data with MessageBird through Apideck's unified API. One integration, instant access to the governed data your team needs.

Supported Operations for MessageBird Messages

List, Create, Get operations available through our unified API

list
get
create
update
delete

Supported Fields

12 fields

Fields available for MessageBird Messages

idfromtobodytypedirectionstatusscheduled_atwebhook_urlreferencepricecreated_at

API Model Preview

Sample response structure for messages

{
  "id": "12345",
  "from": "string",
  "to": "string",
  "body": "string",
  "type": "standard",
  "direction": "string",
  "status": "active",
  "scheduled_at": "2024-01-15T10:30:00.000Z",
  "webhook_url": "https://example.com",
  "reference": "string",
  "price": 100,
  "created_at": "2024-01-15T10:30:00.000Z"
}

Quick Start Example

Start syncing MessageBird messages in minutes

Node.js
import { Apideck } from '@apideck/unify'

const apideck = new Apideck({
  apiKey: process.env.APIDECK_API_KEY,
  appId: 'YOUR_APP_ID',
  consumerId: 'YOUR_CONSUMER_ID'
})

// List messages from MessageBird
const result = await apideck.sms.messages.list({
  serviceId: 'messagebird'
})

for await (const page of result) {
  console.log(page)
}
// Returns unified messages data

Other connectors with Messages support

We build and maintain connectors, so you don't have to. View our full list of SMS connectors.
Missing a connector? We're able to add new connectors.

Includes 2,500 free API calls

MessageBird SDKs

Build MessageBird integrations in your favorite language with our official SDKs.

Launch accounting integrations in weeks, not months

Sign Up