Restart Webhook Trigger Scenario in Make.com
After fixing an error in the scenario, restarting the scenario to do its job is often convenient. Some scenarios are as easy to restart as clicking Run once, but what when the scenario starts with a webhook?
How to restart a Make.com scenario with a webhook trigger?
Step 1: Get a failed webhook URL payload
In your Make.com dashboard, go to
WebhooksOn the list, click on the webhook you want to restart (the naming convention is very convenient now)
Copy and save the
Webhook URLfrom the opened tabSwitch tab to
LOGSAnd click on
Detailsfor the exact webhook call you want to trigger againCopy everything from
Body

Step 2: Send a request to your webhook URL
Option 1 — Use Postman
Open Postman (or any other similar tool).
Select
POSTas a request typePaste your webhook URL into the URL field
Open
BodytabCheck
rawoption and selectJSONfrom the dropdownPaste your "Body" object into the text field\
Send webhook

Option 2 — Use CURL
Just paste into your terminal:
e.g.




