How to configure status code overrides
- On the request or sequence screen, click to open Advanced settings.
- Scroll to the Status Code Overrides section.
- Enter the HTTP status code you want to ignore (e.g. 404).
- Press Enter to add it.
When to use status code overrides
Status code overrides are useful when an API returns certain error responses that are expected in your workflow.Example: Ignoring 404 responses
Suppose you’re running a request for each record in your Airtable table to fetch order details for customers. Some customers may not have any orders yet. In this case, the API may return:- The request continues running
- Your automation will not pause
- The 404 responses still appear in run history for reference
Example: APIs that return 409 for duplicates
Some APIs return:How this interacts with error handling
Status code overrides affect what counts as an error. If a status code is overridden:- It will not count toward your consecutive error thresholds
- It will not stop runs
- It will not pause automations