#Its possible to send all flow variables in array via webhook like json ?
1 messages · Page 1 of 1 (latest)
This post has been pushed to the community knowledgebase. Any replies in this thread will be synced to the community site.
why not use the http request node?
yes, i use it
Tell me how I can send all the variables that exist in the flow in a single command.
I don't want to send and define each variable by hand in the json I'm going to send, but rather something like loop that builds variable: value
and send them all together.
That way every time I add or modify a variable in the bot, the https request still sends fine