#Its possible to send all flow variables in array via webhook like json ?

1 messages · Page 1 of 1 (latest)

shy glen
#

I have a middle size bot, and use to change it.. adding or changing variables.

But i need at the end a command to send all variables that exist to an url. (my n8n like zapier)

Is there any command to send all existing variables in json for example , that the customer filled in the flow ?

paper urchin
#

This post has been pushed to the community knowledgebase. Any replies in this thread will be synced to the community site.

fervent pecan
#

why not use the http request node?

shy glen
# fervent pecan 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