SMS messages with Twilio not sending

Your software
My Mautic version is: 4.4.10
My PHP version is: 7.4.33
My Database type and version is: mysql 5.7.42-46

Your problem
My problem is basically the same as in these posts:

These errors are showing in the log:
no errors shown in the logs

Steps I have tried to fix the problem:

  • publish/unpublish the campaign
  • add a publish date/time
  • use mautic:broadcast:send

Segment sms send does not work, because some exception gets triggered. The reason you do not see the exception is because the sending is wrapped in try catch block.

We need to fix the underlying issue and change the try catch block, until then only campaign sms send is working.

Regards, M.

I suppose I should have been more specific.

I have a campaign with two steps for testing sms. The first selects contacts and the second one sens a text message.

The contacts for testing were successfully selected for the campaign. But the send text message is saying pending and the text does not get sent.

What settings are required for the campaign to send a text message?

So is this a known issue/bug with a git issue?

I currently have the same problem (see Problem sending text messages/SMS)?

Please check the docs issue here: Update Twilio documentation · Issue #75 · mautic/user-documentation · GitHub

I guess it might be something to check. If you are trying to put the telephone number in the field, that is wrong. You have to set the messaging service ID now (obscured in the screenshot below).

Yeah its a known issue, not sure if its tracked on the githu though.