Bandwidth

Enterprise Grade Voice, Messaging, and 911 Access

Go to site
Explore
/
Apps
/
Bandwidth

Bandwidth API Integrations

Build and run workflows using the Bandwidth API. Use 1000s of source-available triggers and actions across 1000+ apps. Or write custom code to integrate any app or API in seconds.

Overview

With the Bandwidth API, you can build a variety of applications and tools for managing your communication needs. Here are a few examples of what you can build:

  • A tool for monitoring your bandwidth usage
  • A tool for managing your contact lists
  • A tool for sending and receiving text messages
  • A tool for making and receiving phone calls
  • A tool for recording and storing call data
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
import { axios } from "@pipedream/platform"
export default defineComponent({
  props: {
    bandwidth: {
      type: "app",
      app: "bandwidth",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://dashboard.bandwidth.com/api/accounts/${this.bandwidth.$auth.accountId}/applications`,
      auth: {
        username: `${this.bandwidth.$auth.username}`,
        password: `${this.bandwidth.$auth.password}`,
      },
    })
  },
})

Choose an API to Connect with Bandwidth API

1
-
12
of
1000+
apps by most popular

Send SMS with Bandwidth.com API on New Requests from HTTP / Webhook API
HTTP / Webhook + Bandwidth
 
Try it
Send Message (Advanced) with Discord Webhook API on New Incoming SMS from Bandwidth.com API
Bandwidth + Discord Webhook
 
Try it
Add Multiple Rows with Google Sheets API on New Incoming SMS from Bandwidth.com API
Bandwidth + Google Sheets
 
Try it
Send SMS with Bandwidth.com API on New Item in Feed from RSS API
RSS + Bandwidth
 
Try it
Send SMS with Bandwidth.com API on New Message from Discord API
Discord + Bandwidth
 
Try it
New Incoming SMS from the Bandwidth API

Emits an event each time a message-received event is received at the source url

 
Try it
New Outgoing SMS from the Bandwidth API

Emits an event each time an outbound message status event is received at the source url

 
Try it
New Outgoing SMS from the Bandwidth API

Emits an event each time an outbound message status event is received at the source url

 
Try it
Send SMS with the Bandwidth API

Send an SMS message using Bandwidth's Messaging API

 
Try it

Authentication

Bandwidth uses API keys for authentication. When you connect your Bandwidth account, Pipedream securely stores the keys so you can easily authenticate to Bandwidth APIs in both code and no-code steps.

Bandwidth.com requires the user's username:password pair to be encoded as part of the header. (docs)
The accountId is used as part of the url to make API requests. Ex: https://dashboard.bandwidth.com/api/accounts/{accountId}/