Can I automate the creation of webhooks in Make?

I want to achieve for a new user in wordpress register to create a new scenario (same like existing) but this scenario have as trigger a webhook and i want to create a new unique webhook in this new scenario .

@Vasilios_Stavridis_G

Welcome to make community
Yes you can achieve this in make

When you clone the scenario you can add new webhook.

1 Like

The question asked was “Can I automate the creation of webhooks?

You mentioned the manual creation of webhooks, but did not address the original question regarding the automation for creation of webhooks. Can this be done?

Yes, It is possible to automate the creation of webhooks in Make. You can use the create hook API endpoint. Please follow the make API documentation for creating webhook:
https://www.make.com/en/api-documentation/hooks-post

After creating the webhook, you can clone that specific scenario with your new webhook using the clone scenario endpoint: https://www.make.com/en/api-documentation/scenarios-scenarioId-clone-post

If you need further assistance, feel free to DM me.

1 Like

Thank you a lot for the all of the replies !

2 Likes