Actions (57)
Conversations · 15
- Create Conversation WebhookPOST /conversations/webhooks
Create a webhook for conversation events.
documented - Create WebhookPOST /webhooks
Create a webhook for conversation events.
documented - List ConversationsGET /conversations
List conversations.
documented - List ConversationsGET /conversations
List conversations.
documented - List Messages in ConversationGET /conversations/{conversationId}/messages
List messages within a conversation.
documented - Send MessagePOST /conversations/{conversationId}/messages
Send a message within a conversation.
documented - Send Message in ConversationPOST /conversations/{conversationId}/messages
Send a message within an existing conversation.
documented - Start ConversationPOST /conversations/start
Start a new conversation with a contact.
documented - Start ConversationPOST /conversations/start
Start a new conversation with a contact.
documented - Update WebhookPUT /webhooks/{webhookId}
Update a webhook.
documented - View ConversationGET /conversations/{conversationId}
Get a single conversation by ID.
documented - View ConversationGET /conversations/{conversationId}
Get a single conversation by ID.
documented - View Conversation WebhookGET /conversations/webhooks/{webhookId}
Get a conversation webhook by ID.
documented - View Message in ConversationGET /conversations/{conversationId}/messages/{messageId}
Get a specific message within a conversation.
documented - View WebhookGET /webhooks/{webhookId}
View a webhook by ID.
documented
Contacts · 13
- Add Identifier to ContactPOST /contacts/{id}/identifiers
Add an identifier to a contact.
documented - Create ContactPOST /contacts
Create a new contact.
documented - Delete ContactDELETE /contacts/{id}
Delete a contact and its profiles.
documented - Delete IdentifierDELETE /contacts/{id}/identifiers/{identifier_id}
Delete an identifier from a contact.
documented - Import ContactsPOST /import/contacts
Upload a CSV of contacts.
documented - List ContactsGET /contacts
List all contacts.
documented - List IdentifiersGET /contacts/{id}/identifiers
List identifiers of a contact.
documented - Merge ContactsPOST /ops/contacts/merge
Merge two contacts into one.
documented - Track Import StatusGET /import/contacts/{import_id}/status
Track the status of a contact import.
documented - Update ContactPATCH /contacts/{id}
Update a contact.
documented - Update or Create ContactPUT /contacts/{id}
Update or create a contact by identifiers.
documented - View ContactGET /contacts/{id}
View a contact by ID.
documented - View IdentifierGET /contacts/{id}/identifiers/{identifier_id}
Get a specific identifier for a contact.
documented
Numbers · 9
- Create PoolPOST /v1/pools
Create a number pool.
documented - Delete PoolDELETE /v1/pools/{poolName}
Delete a number pool.
documented - List NumbersGET /numbers?country={countryCode}
List available numbers with optional country filter.
documented - List Pool NumbersGET /v1/pools/{poolName}/numbers
List numbers in a pool.
documented - List PoolsGET /v1/pools
List number pools.
documented - Purchase NumberPOST /numbers
Acquire a number from the Numbers API (where applicable).
documented - Update PoolPUT /v1/pools/{poolName}
Update a number pool.
documented - View NumberGET /numbers/{numberId}
Fetch details for a specific number.
documented - View PoolGET /v1/pools/{poolName}
View a number pool.
documented
SMS · 5
- Delete MessageDELETE /messages/{messageId}
Delete a specific SMS message.
documented - List MessagesGET /messages
List inbound and outbound SMS messages.
documented - List Scheduled MessagesGET /messages?status=scheduled
List SMS messages that are scheduled for future delivery.
documented - Send SMSPOST /messages
Send an SMS message via the MessageBird REST API.
documented - View MessageGET /messages/{messageId}
Retrieve details of a specific SMS message.
documented
Webhooks · 5
- Create WebhookPOST /webhooks
Create a new webhook for events.
documented - Delete WebhookDELETE /webhooks/{webhookId}
Delete a webhook.
documented - List WebhooksGET /webhooks
List configured webhooks for events.
documented - Update WebhookPUT /webhooks/{webhookId}
Update a webhook.
documented - View WebhookGET /webhooks/{webhookId}
Get a webhook by its ID.
documented