I’m trying to set-up the following flow:
Trigger
-
Incoming SMS message received in Twilio
-
Twilio sends webhook to FlowXO
Action
- FlowXO sends Twilio API request
In other words, I want to use FlowXO to help me auto-reply to incoming SMS messages.
Everything is working great, with one exception: FlowXO is replying to the Twilio webhook with a webhook postback message in a way that is triggering Twilio to send that message as a second SMS reply! And this second message is not showing up in the FlowXO interactions log.
So if I’m telling FlowXO to reply with:
“We got your message!”
What’s actually happening is:
“[200] success” < not in Infobip logs, but sent to Twilio from Infobip
“We got your message!” < in Infobip logs
Is there a workaround for this? Thanks!
-John