Greetings, fellow power platformers!
This one step has me struggling for a day already...
So I have a webhook on Twilio that is listening for incoming SMS
and I have the flow to get the JSON parse (because the original type is
application/x-www-form-urlencoded)
compose 2 and compose 1 are getting me phone number and body of the text of the incoming SMS
which works out great:
But as soon as I add the 'send an email' step and test it out with sending an actual text message - nothing happens.
no triggered runs on the overview... :(
only when I use data that from the run prior to adding the send email step - the flow works
and I get the formatted email
but not when I send the SMS...
I've tried adding yes/no control condition
I've tried cleaning up the flow
Am i missing some component that would trigger the email, or is it something with the compose sections? Funny that the flow works with the previously received data...
What am I missing? please advice