Its possible to send all flow variables in array via webhook like json ?
Its possible to send all flow variables in array via webhook like json ?
At a glance
The community member has a middle-sized bot and needs a command to send all existing variables in JSON format to a URL, similar to Zapier or n8n. Another community member suggests using the HTTP request node, and the original poster responds that they are using it but wants a way to send all variables in a single command without having to define each one manually. The original poster then mentions that they found the solution, which was to send the request as a POST instead of a GET.
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