Questions tagged [messagebird]

Messagebird provides APIs and tools for seamless customer communication for businesses across the globe. There are helper libraries for the paid and are available on Github

Documentation

SDK

40 questions
0
votes
1 answer

Firebase Function writing undefined to Firestore

I am new, let me know if anymore information is needed! I am trying to integrate MessageBird with Firestore. It is writing everything to the database okay except for the "to" field which takes a phone number. I am logging the number and it is being…
0
votes
0 answers

MessageBird reportUrl not triggered

I am trying to send a conversation message, I able to receive the message but I didn't get the report, I configured reportUrl, but the report doesn't arrive, why? I checked into /var/www/apache2/access.log, I got below: 35.246.41.39 - -…
Don2
  • 313
  • 3
  • 12
0
votes
1 answer

Send Whatsapp from Message bird in ASP.net

We have an application in VB.Net which currently send a pdf via automatic email on certain event done in application. Now we want to send the PDF in whatsapp via messagebird api. Below is a sample from messagebird Dim WhatsAppClient As Client =…
Vikky
  • 752
  • 3
  • 15
  • 35
0
votes
2 answers

Messagebird SMS authentication/ OTP for mobile app with node js and flutter

I'm trying to send SMS OTP via MessageBird services with nodejs and flutter application. I tried the configuration and calls that doing on this video (official from MessageBird) but I cannot understand what is going on with ID that I'm getting back…
0
votes
1 answer

MessageBird sms not sending (php)

I have been trying to send SMS messages with PHP using MessageBird. Currently I'm getting no error messages but I'm not receiving the messages on my phone, but I can see my free SMS credits being deducted.
rwbc1601
  • 15
  • 4
0
votes
1 answer

MessageBird WhatsApp: Can't move from sandbox mode

We have developed an application to send notification through WhatsApp using MessageBird integration. In Facebook - WhatsApp Management painel our account is in "Sandbox mode" which means that we can only send up to 10 messages/day to only 2…
0
votes
1 answer

How to build a logic in which I can send only 1000 sms per day and the limit reset in 24 hrs

I implemented MessageBird WhatsApp Integration. but my problem is how to build a logic where I can calculate the remaining sms limit and reset it after 24hrs. total limit is 1000 per day in 24 hrs if I send 500 sms at 2 pm and the remaining 500 at…
Apoorva
  • 11
0
votes
1 answer

Messagebird SMS webhook - confusing?

I am evaluating MB I am not impressed with the support - who have not yet replied - so I am going to ask the question here. My issues is logically very simple. I have a simple IOT device that uses SMS to receive commands and replies with a ststus. …
pj.
  • 459
  • 3
  • 6
0
votes
1 answer

Converting PHP var_dump array to JSON

been looking for a solution. Couldn't find one so my last resort is of course here. I am using an API from MessageBird. The intention of the code is to spit out a message list. My Code: require_once(__DIR__ .…
user3724476
  • 4,720
  • 3
  • 15
  • 20
0
votes
1 answer

MessageBird originator handling

I am a bit confused conerning the services of the SMS Provider MessageBird; their API permits to include an "Originator", which is used as the sender of the SMS. On one hand, the documentation https://developers.messagebird.com/ states that in some…
Codor
  • 17,447
  • 9
  • 29
  • 56
1 2
3