Skip to content
Advertisement

Tag: twilio-php

Transforming Twilio library request into Guzzle request

unfortunately our project runs on PHP 7.0 and we cannot upgrade it for now. And Twilio’s library uses PHP 7.2+ on the version that contains the trusthub API support. So I’m trying to do the request “Create EndUser of type: customer_profile_business_information” from this doc page using Guzzle instead of their library, and I’m following instructions from the curl example. Everything

Twilio Conversation Fatal error when trying to send message?

I am trying to do a group conversation following the twilio samples online. I have the conversation and the people are connected (I think) but when I go send a message I get the following error: Does anyone have any working samples of a working conversation in PHP? If you want I can post my full code (minus the keys

Advertisement