Skip to main content

All Questions

0 votes
1 answer
49 views

Add Twilio phone number to WHATSAPP by cloud API

Through a Twilio account, I purchase a number and add it to WABA by CLOUD API as follows: curl --location 'https://graph.facebook.com/WABA_ID/phone_numbers' \ --header 'Content-Type: application/json' ...
Hodaya Shalom's user avatar
-3 votes
1 answer
29 views

How did twilio achieve setting this feature of sending bulk messages from a users number

Twilio has "Bring Your Own Number" policy where a user can register his number to twilio and can send whatsapp text messages on Whatsapp to his contacts programically. How did twilio achieve ...
Len Mendonca's user avatar
-1 votes
1 answer
95 views

Whatsapp API Business Verification

I'm a software developer, trying to create a football tracking application for one of my client. The aim of this application is to send signals when conditions are met. These signals are sent with ...
Oken's user avatar
  • 19
0 votes
2 answers
255 views

Where can i see received SMS that I sent from Facebook?

I can't find where it sent the SMS to and how can I get the verification code from Twilio, any help?
MisterDeveloper's user avatar
1 vote
0 answers
348 views

Get message text when using Twilio template (with content variables) for WhatsApp API

I'm using a Twilio template that has variables to send a message on WhatsApp, but I want to store the message text in my own tables. However, because it's a template there is no defined "body&...
Marcus Laszlo Stromeyer's user avatar
0 votes
1 answer
184 views

How to access a WhatsApp template on Twilio using Python?

I have created multiple WhatsApp templates, but I am unsure of how to access them from the Twilio backend. Is there a way to access these templates?
Usman Afridi's user avatar