Home > other >  How to track Twilio SMS reply message with NoCode
How to track Twilio SMS reply message with NoCode

Time:09-08

I have a question about Twilio API and built-in functions. Is here a posibility to get a webhook each time, when a Client replies to my programmable Twilio message? I have found a built-in possibility to get a webhook after Error sending, but can't find webhook for my SMS replies. https://www.twilio.com/docs/sms/tutorials/how-to-receive-and-reply - I found this article for different languages, but there is no cURL version for my needs. I want to forward these replies to Make (formerly Integromat) to process it with NoCode. Thanks.

CodePudding user response:

It looks to me as though you can set that connection up in Make. You need to configure the Watch Messages trigger and then you can use it to process the message within Make.

  • Related