Hey everyone,
I’m working with an API that often throws 4xx and 5xx status codes, even during maintenance.
Check out this screenshot for reference:
I’ve got some routers and email alerts set up, but I’m having an issue: even when the scenario doesn’t run as it should, Make system still thinks it’s a success- HTTP module is marked as success.
Running the payload again with Postman is a bit of a time sink. Any ideas on how to:
- Quickly re-run these failed scenarios? Using database to store JSON payloads?
- Get them flagged as errors or incomplete?
Details about the scenario:
- Trigger: Webhook
- Method: POST
- Payload: JSON
- Data: Parsed from a set
Source- Tilda.cc, target- invoicing system.
Any tips would be super appreciated. Thanks!