GoogleCloudPlatform / dialogflow-integrations

Dialogflow integrations with multiple platforms including KIK, Skype, Spark, Twlio, Twitter and Viber
https://cloud.google.com/dialogflow/
Apache License 2.0
260 stars 512 forks source link

No outbound messages with Twilio text messaging service - Twilio Error code: 11200 #105

Open mdfarooq0815 opened 3 years ago

mdfarooq0815 commented 3 years ago

I carefully followed the instructions for Twilio (Text Messaging ) and been successful till the last step of successful deployment on gcloud. I also have the URL being generated by executing gcloud run command and pasted it in Twilio "When a message comes in" field.

Now when I send a message to my active Twilio number on which sms services are being enabled, I only receive incoming messages which I can see in Twilio logs but no outgoing messages. In fact I receive an error code on Twilio: 11200 which is timeout error and nothing of google cloud logs other than successful deployment.

image

Below is the snippet of successful deployment.

image

Does anyone knows what's going on or what I am doing wrong? I followed the instructions multiple times though.

altreze commented 3 years ago

@mdfarooq0815 I am facing the same issue