Mautic Integration with Twilio to send message to Whatsapp

Hello, i tried with whatsapp and get the error and without it didn’t work .

I checked why and found that for some reason my mautic installation did not capture the sms answers of text message when the user reply with something. Searching on google, I found that this issue

and check each change on each files. The majority of the changes its on mautic, but some files doesn’t have this changes. As this:

app/bundles/SmsBundle/Api/TwilioApi.php
app/bundles/SmsBundle/Test/Sms/TransportChainTest.php

does not have, this line, that call to the file you indicate i need change.

use Mautic\SmsBundle\Integration\Twilio\TwilioTransport;

with this, the change you indicate, now work. Also work when mautic get the answer of sms and/or whatsapp, and execute the instructions on a campaign! Now i can get also replied on whatsapp that execute campaign conditionals.

Very Thanks for your help! I think this work great now!

1 Like