messagebird-nodejs
messagebird-nodejs copied to clipboard
The open source Node.js client for MessageBird's REST API
Cannot specify shortCode in the request, you can on CURL but not node api ``` curl -X POST https://rest.messagebird.com/messages \ -H 'Authorization: AccessKey key' \ -d "recipients=1234" \ -d "originator=MessageBird"...
Hey, can anyone help me how to integrate voice calling Message Bird API in Node Js? I am able to do send text messages as well as text voice messages...
Hey! Do you already have in your roadmap implementing the new Numbers API? If so, do you have an ETA?
It's possible to lookup a contact via phone number (msisdn) using the messagebird api by providing the query string value msisdn= to the contact end point. Would be great to...
The Lookup API can be used to parse and normalize phone numbers but it fails (with `TypeError [ERR_UNESCAPED_CHARACTERS]: Request path contains unescaped characters`) when the number contains spaces. Developers would...
Hey guys, I can't seem to get the webhook verification working. The docs seem to be out of date and the variables as I needed to manually construct the headers,...