TelnyxMessages

Telnyx Messages API

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

Supported Operations for Telnyx Messages

Create, Get operations available through our unified API

list
get
create
update
delete

Supported Fields

11 fields

Fields available for Telnyx Messages

idfromtosubjectbodytypenumber_of_unitsdirectionsent_atwebhook_urlmessaging_service_id

API Model Preview

Sample response structure for messages

{
  "id": "12345",
  "from": "string",
  "to": "string",
  "subject": "string",
  "body": "string",
  "type": "standard",
  "number_of_units": 10,
  "direction": "string",
  "sent_at": "2024-01-15T10:30:00.000Z",
  "webhook_url": "https://example.com",
  "messaging_service_id": "12345"
}

Quick Start Example

Start syncing Telnyx 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 Telnyx
const result = await apideck.sms.messages.list({
  serviceId: 'telnyx'
})

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

Telnyx SDKs

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

Launch accounting integrations in weeks, not months

Sign Up