Skip to main content

MessageBird (Source)

Introduction

The MessageBird source connector lets you connect to the MessageBird REST API using an API access key.

Status

This connector is currently in development:

  • Connection and credential validation are implemented.
  • Data extraction and streams are not yet available.

Setup

Prerequisites

  • A MessageBird account
  • A MessageBird API access key

Create an API access key

In MessageBird, generate or copy an API key (sometimes referred to as an AccessKey). You’ll use it to authenticate API requests.

Authentication

This connector authenticates with an API key sent in the Authorization header:

Authorization: AccessKey <YOUR_API_KEY>

During setup, the connector validates credentials by calling the MessageBird Balance endpoint:

  • GET https://rest.messagebird.com/balance

Configuration

FieldTypeRequiredDescription
api_keystringYesYour MessageBird API access key.

Streams

No streams are currently available. Extraction is not yet implemented for this connector.

Limitations

  • This connector cannot yet sync data (it will fail extraction while development is in progress).