Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
880 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 Answer

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.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

2.1m questions

2.1m answers

60 comments

56.8k users

...