Data Output from an incoming webhook

(Mukund Bhagavan) #1

I have an incoming webhook with the query string phone for phone number

https://flowxo.com/hooks/a/b3br94qz?phone=%2B14151234567

How do I make that output available to subsequent tasks? I tried using {{phone}} but that didn’t work.

Is there a fully qualified format for this output data?

(John Jackson) #2

Phone should show up as an output, but only if you have a phone parameter in the query when you first test the webhook.

If you didn’t, please delete the webhook, test again with phone, and you should see phone as an output in your next action then.

Good luck!

(Mukund Bhagavan) #3

That worked. Thanks!