adarshbalu / twilio_flutter

A Flutter package for Twilio API.
https://pub.dev/packages/twilio_flutter
MIT License
24 stars 23 forks source link

messagingServiceSid doesnt work #38

Closed rierajf closed 5 months ago

rierajf commented 5 months ago

Hi, Beautiful work ! I can send SMS, it's great !! Thanks. Although, use of messagingServiceSid doesn't seem to work. I received a SMS from the phone number (short) but not from the messagingService I configured in my Twilio console :-/

Normally, twilioNumber is not mandatory if we use messagingServiceSid :

curl 'https://api.twilio.com/2010-04-01/Accounts/[MyAccountSID]/Messages.json' -X POST \ --data-urlencode 'To=+33xxxxxxx' \ --data-urlencode 'MessagingServiceSid=[MyMessagingServiceId]' \ --data-urlencode 'Body=test' \ -u [MyAccountSID]:[AuthToken]

Thanks for your help JF

adarshbalu commented 5 months ago

Thanks, @rierajf will look into the issue.

adarshbalu commented 5 months ago

Fixed in #41

rierajf commented 4 months ago

The parameter messagingServiceSid is not know anymore now. This parameter replaces the twilioNumber.

The problem is not solved at all.

2024-06-17_21h25_46

Thanks for your help

adarshbalu commented 4 months ago

Hi @rierajf, there has been an update to the service. Please refer to the README.

The README will be updated soon with some more updates.