Supported Operations for Plivo Messages

List, Create, Get operations available through our unified API

list
get
create
update
delete

Supported Fields

9 fields

Fields available for Plivo Messages

idfromtotypenumber_of_unitsdirectionstatussent_atprice

API Model Preview

Sample response structure for messages

{
  "id": "12345",
  "from": "string",
  "to": "string",
  "type": "standard",
  "number_of_units": 10,
  "direction": "string",
  "status": "active",
  "sent_at": "2024-01-15T10:30:00.000Z",
  "price": 100
}

Quick Start Example

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

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

Plivo SDKs

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

Launch accounting integrations in weeks, not months

Sign Up