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 | |
---|---|---|---|---|
Webhook response module mistakes | 3 | 351 | March 20, 2024 | |
Webhook response module sends out code 200 but no data | 5 | 62 | March 27, 2025 | |
How should I return an error from a JS cloud function so that the error message is usefully available? | 8 | 204 | October 4, 2024 | |
Validate JWT received via Webhook | 1 | 283 | December 7, 2023 | |
Validation failed for 1 parameter(s) error on web hook receipt | 1 | 14 | March 15, 2025 |