Message Bird

API platform for calls, customer service, two-factor authentication and notifications.

Go to site
Explore
/
Apps
/
Message Bird

Message Bird API Integrations

Build and run workflows using the Message Bird 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 MessageBird API, you can build a variety of applications and integrations that allow you to send and receive SMS messages. Here are some examples of what you can build:

  • A messaging app for sending and receiving SMS messages
  • An integration with your CRM system that sends SMS messages to customers
  • A system that sends out SMS alerts for events or appointments
  • A customer support system that allows customers to text in for help
  • And more!
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
import { axios } from "@pipedream/platform"
export default defineComponent({
  props: {
    message_bird: {
      type: "app",
      app: "message_bird",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://rest.messagebird.com/balance`,
      headers: {
        "Authorization": `AccessKey ${this.message_bird.$auth.access_key}`,
      },
    })
  },
})

Choose an API to Connect with Message Bird API

1
-
12
of
1000+
apps by most popular

Authentication

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

Once you sign in, the API key information are available in the Developer Settings, which is shown as Manage API Keys in the middle right of the Dashboard.