Questions tagged [twilio-php]

Use to identify questions related to use of, or problems with, Twilio's PHP Helper Library.

Use the tag for questions about use of any API or service via the PHP Helper Library.

Twilio refers to a set of web services, APIs and tools provided by the company of the same name, used to send and receive text/picture messages, make and receive phone calls, and embed VoIP calling into web and native mobile applications.

Related tags

  • Use to identify questions related to use of, or problems with, Twilio's APIs.
  • Use to identify questions related to use of, or problems with, Twilio's Click-to-Call service or API.

Documentation

715 questions
-1
votes
1 answer

Using Twilio how test Sms Sending from php on US number?

I want to implement an SMS messaging system (using Twilio account) on my PHP web application using a US Number. So how can I test using a US number?
Dipesh More
  • 109
  • 1
  • 14
-1
votes
1 answer

how do i get messages count?

I am using Twilio PHP library. I would like to get the total count of messages available in an account. I use the following code: $client = new Services_Twilio($AccountSid, $AuthToken); $messages = $client->account->messages ; echo…
arun kumar
  • 703
  • 2
  • 13
  • 33
-2
votes
1 answer

How to do a callback with user's number when user replies STOP via SMS using Twilio?

I would like to know how to get user's number or some data to update the database to be opted-out in my server using callback from Twilio when user replies STOP via SMS. I'm using PHP. How can I solve this issue?
Ivan
  • 1,221
  • 2
  • 21
  • 43
-2
votes
1 answer

Using twilio https://www.twilio.com/ Android App To App Calling is possible?

Using twilio [https://www.twilio.com/] Android VoIP App To App Calling is possible ? like as "Whats app calling", "Ringo Calling", "Tango Calling" please advice me if other options for VoIP Calling app to app, i already used Sinch app to app…
user786786
  • 47
  • 1
  • 9
-2
votes
3 answers

Need to place variable into dynamic URI

I need to place my variable $theCompany into the end of a URI for a VoiceURI on Twilio. As you can see below I've managed to create the variable but I can't figure how to put it into the URI. When we submit the page the VoiceURI field in Twilio is…
user3666207
  • 29
  • 1
  • 8
-3
votes
1 answer

How to send a WhatsApp message with buttons using Twilio in Laravel?

I am using Twilio with Laravel to build a chatbot. And I want to attach buttons with each message to like a quick reply.
-3
votes
1 answer

Send a bulk SMS using Twilio PHP library to 2,000+ numbers

I have an integration with Twilio's PHP library to bulk send SMS messages. This is all working fine with 5-10 numbers, however, I keep getting a 504 timeout error after 60 seconds when sending to hundreds of numbers. I have created a simple form…
sc2015
  • 123
  • 13
-3
votes
1 answer

How would I get recorded calls by phone number on twilio?

I was wondering how I would go about getting all the recordings for a specific phone number. So say I click the page with phone number 423-1234-1323 and I want to be able to list all the recordings on that page and play them from that page. How…
1 2 3
47
48