MessageBird
MessageBird is a cloud communications platform that allows seamless integration of SMS, Chat, and Voice functionalities into your website or application.
Actions
-
listScheduledMessages: List all scheduled SMS messages
-
viewVoiceMessage: Retrieve the information of an existing voice message. You need to provide the unique voice message ID that was returned upon creation.
-
sendSMS: Send SMS messages from a web application
-
getBalance: Retrieve your total balance and other balance information, such as currency and type of payment (prepaid, postpaid), from your account
-
listMessages: List all inbound and outbound SMS messages
-
viewSMS: Retrieve the information of an existing message. This message can be a sent or a received message
-
deleteContact: Delete an existing contact. You need to supply the unique ID that was returned upon creation.
-
sendVoiceMessage: Create a new voice message object. MessageBird returns the created voice message object with each request
-
listContacts: Retrieve the list of contacts
-
createContact: Create a new contact object. MessageBird returns the created contact object with each request.
-
updateContact: Update an existing contact. You need to supply the unique ID that was returned upon creation.
-
viewContact: Retrieve the information of an existing contact