I am using a webhook to receive a url in make.com and would like to check the validity (existing url or not) using the HTTP “Make a Request” module, and then return the status code, e.g. 200 in the webhook response. If the url doesn’t exist, the HTTP module throws an error, the module stops and as a result there’s no webhook response sent back. If I add an ignore error handler there’s a status code 200 returned as response code, instead of the correct 404 (or 403 or similar depending on the error type). How can I make it work and make the scenario send the correct specific status code as webhook response in any case?
Related topics
| Topic | Replies | Views | Activity | |
|---|---|---|---|---|
| How to create proper 400, 401,... webhook responses? | 8 | 1460 | January 15, 2024 | |
| Validation failed for 1 parameter(s) error on web hook receipt | 2 | 34 | June 13, 2025 | |
| Webhook data error | 2 | 51 | May 16, 2025 | |
| The operation failed with an error. Error: 403 Forbidden | 2 | 125 | December 16, 2024 | |
| Webhook response & error handling | 2 | 123 | June 29, 2025 |