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
4
votes
0 answers

Link in message bird message never deliverd

Hi i would know how make my links work in my SMS with MessageBird I send messages like this: message = "Hello http://foxfinder.fr/documents/"+@document.id.to_s+".pdf" client = MessageBird::Client.new('KEY') …
Antoine Wako
  • 145
  • 1
  • 17
3
votes
1 answer

Open MessageBird widget chat from JS code

I'm using messagebird omnichannel widget for my website. And put the snippet code already. The widget runs great BTW. I did saw toggleChat function, but it can only hide the chat window. How can I force-open the chat widget from javascript code ?
2
votes
1 answer

Uploading a file to Message Bird API

Currently, I'm trying to integrate the message bird API into my automated app (https://developers.messagebird.com/). I'm trying to upload files using the message bird API, as the documentation says I'm using this endpoint:…
david.hrra
  • 43
  • 1
  • 4
2
votes
2 answers

How to integrate Zoho CRM with Messagebird

I am trying to authenticate to messagebird using a custom function of zoho CRM. I am trying the following script: //HEADER API_Key = "***"; I am hiding the API Key HeaderMap =…
2
votes
1 answer

MessageBird SDK: Template Messages/HSMs

I am trying to build a custom connector for the Rasa chatbot framework and MessageBird messaging service, specifically for Whatsapp Business channel. I have taken a look into Python SDK for MessageBird, and I don't see WhatsApp template messages (or…
dromo
  • 21
  • 2
1
vote
0 answers

Supabase cli start with phone authentication provider

I'm trying to get a locally started Supabase instance to support phone authentication. I started Supabase using the CLI: supabase start I didn't find anything phone/sms/otp related in the CLI config documentation:…
Ranil Wijeyratne
  • 626
  • 7
  • 19
1
vote
1 answer

MessageBird - message not found

I've been trying to follow the docs at MessageBird to test out sending a verification SMS. But when I execute the curl command, the returned response is as expected…
Sam
  • 13
  • 2
1
vote
0 answers

How to read every field of a web response of messagebird

Here is the response i receive after send every successful sms. Output of php code print_r($MessageResult); is give below. MessageBird\Objects\Message Object ( [id:protected] => op34f300d57a4217xc9d48be7b890fd4 [href:protected] =>…
sumonci
  • 11
  • 1
1
vote
0 answers

Request is always invalid when using MessageBird RequestSigner

I'm not sure what I've done wrong. But the requestSigner.isMatch always returns invalid request. I've used this https://github.com/messagebird/java-rest-api/blob/master/examples/src/main/java/ExampleRequestSignatureValidation.java as my reference…
mengmeng
  • 1,266
  • 2
  • 22
  • 46
1
vote
0 answers

MessageBird Omnichannel Widget - Single Page Web App - Errors

I'm using an online ordering solution (white label solution) that only allows code edits via Google Tag Manager. I want to display a chat widget on the solution. Currently using LiveChat but want to change to MessageBird. Having problems with…
1
vote
0 answers

MessageBird API : How can I know that the message I have sent has been read by the receiver or not?

I am using WhatsApp Business API and in conversation, I want to know the message I have sent has been read or not by the receiver. I have got response as 'sent', 'delivered' and other but not the 'read'. I also have checked on my number (WhatsApp…
Mahesh Yadav
  • 2,416
  • 20
  • 23
1
vote
1 answer

How to replay conversation through nodeJs using messagebird WhatsApp Business API?

How to test? get started from this url: https://developers.messagebird.com/docs/whatsapp/getting-started/ var messagebird = require('messagebird')(); my code messagebird.conversations.reply(data.id, { 'type': 'image', 'content': { …
Farid Blaster
  • 974
  • 1
  • 9
  • 23
1
vote
1 answer

MessageBird: How to read a response from consumer

I am evaluating MessageBird service. I got a Virtual Mobile Number. I am able to send message to dummy numbers (until i get approval for sending messages to real USA number) Unknown: My problem is about reading the messages received by a VMN.…
Here to Learn.
  • 677
  • 2
  • 10
  • 31
1
vote
1 answer

Parsing JSON incoming to a Webhook

I'm trying to build a webhook that receives JSON being POSTed from a third party service, Messagebird. In their documentation they have an example of an outgoing query: GET http://your-own.url/script ?id=e8077d803532c0b5937c639b60216938 …
hackerman
  • 1,221
  • 3
  • 17
  • 38
0
votes
1 answer

Angular fetching data (http - messagebird)

I am trying to fetch the conversations from my messagebird api, I tried in postman and all is good but when I'm trying to get from my angular project, that gives me an error, this is my code: export class AppComponent { constructor(private…
Dimoreno
  • 227
  • 3
  • 15
1
2 3