Is it possible to customize response when rate limit is exceed in tyk gateway oss

I want to send custom response when a user hit the rate limit or when the qouta limit is hit, is there a way to do this with tyk gateway oss.

If I am not wrong, rate limits should return 429 status code. So you could use error templates to customize it.

An alternative, would be to build a custom version of the gateway and edit the response to your desired message