Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
784 views
in Technique[技术] by (71.8m points)

twilio - Is there a way to get the response to a message sent with programmable messaging without using webhooks

For security reasons my application of the twilio programmable messaging API can't receive webhooks. Is there a way to make a some other API call (like a GET) to see if there is a response to the message we sent?

question from:https://stackoverflow.com/questions/65925639/is-there-a-way-to-get-the-response-to-a-message-sent-with-programmable-messaging

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)

Reference this blog, that is one approach. Using Amazon SQS.

Handling High Volume Inbound SMS and Webhooks with Twilio Functions and Amazon SQS

This can also be handy if you don’t have a public webhook URL you can configure with Twilio, and would rather process these messages by polling SQS from the comfort of your own internal servers.

You could also post the inbound SMS to an Airtable base, and pull it from that SB table. Lots of options.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...