Hello,
I wann a send some arrays to an make webhook to use this varaibles in different sceanarios.
However, I get a 200 response when POST to an webhook. But when I check the output there arent the value.
I gues its a beginner noob mistake
Do I need a authentification?
use a response webhook to process the response.
In my scenario is no webhook trigger
I just wanna set some (random) variables from a sheet and use them in a different scenario.
I see the field in the input, but not in the output
When I make a GET request to this webhook, its empty
The trick here @TylonHH is to do the following:
[ANY MODULE]–>[HTTP Request to the Webhook]
in other Scenario:
[Your Webhook]-—>[Process with your modules and logic] ----> [Response Webhool with results]
click in case you need a paid personalized assistance
Maybe I didnt tell it clear.
I just wanna use webhooks URL with the http request modul. I wanna store and read data into it.
Isn’t that possible?
I solved it by using an airtable to store the variables cross scenarios
3 Likes