--- title: 'MessageBird' description: '' --- # MessageBird undefined | Detail | Value | |---|---| | Category | Communication | | Base URL | `https://rest.messagebird.com` | | Authentication | API Key | | Endpoints | 6 | | Connector key | `messagebird` | ## Using MessageBird in a workflow 1. Go to **Connections** and click **New Connection**. 2. Pick **MessageBird** from the marketplace. 3. Enter your credentials (see Authentication above for what's expected). 4. In a workflow, drop an **API Call** node and select this connection. 5. Pick the operation you need from the Operation dropdown — see the table below. ## Available Endpoints | Endpoint | Summary | |---|---| | [GET ](./get_send_message_0) | Send Message | | [GET ](./get_list_contacts_1) | List Contacts | | [GET ](./get_create_verify_2) | Create Verify | | [GET ](./get_send_voice_message_3) | Send Voice Message | | [GET ](./get_get_balance_4) | Get Balance | | [GET ](./get_search_numbers_5) | Search Numbers | > Each endpoint has its own page with parameter details, an example > `API Call` node configuration, and the response shape.