Dear Make Community,
I would like to create a new scenario with a new webhook as the first module.
When I download the blueprint of an existing scenario and then create a new webhook I don’t know how to assign the data of the new webhook to the existing new module in the new scenario. Any ideas?
Hello @Andrzej_Bereznicki,
I am not sure I 100% understand your concern, but I’ll try. Perhaps it would help if you explained more, maybe with some screenshots?
When you import, you need to create a new Webhook, but the mappings for that module are already mapped to the downstream modules. They just aren’t “aware” of the structure of the Webhook’s data until it runs once. Whether you do this Run Once or not, the scenario should still work assuming the payload going to the webhook is the exact same.
1 Like
Thanks for your answer.
Answering the second part of your message. So if I download the blueprint of scenario “#1” with the first webhook module “x1” in it and create scenario “#2”. Will this webhook have the same data assigned as from scenario “#1”?
So it will be inactive?
Ofc, I’ll explain the topic more clearly.
Let’s say I download the blueprint of the following scenario:
Next I create a new webhook using make API.
and how next?
It’s a brand new webhook so the scenario only knows as much about it as what’s in the payload it receives when it’s called.
I think you have the right idea and you should just test your newly-screated scenario and see if it works. Each scenario will have two different webhook addresses.