How do I send notifications in the API gateway tool?

How can I generate a notification when any API method receives a response other than 200 in the gateway tool? Email sending or request to webhook

You can create a global Traffic Monitoring > Monitor Performance policy to send an email if the fault count is greater than zero.


This will trigger an email regardless of whether the fault was a policy violation or an exception returned from the native API call.
HTH,
Theo

PS - Email alerts are not available in Free Forever tenants. Also, you may get multiple alerts based on the interval and whether you select Only Once or Every Time.

Thank you for your support

To send notifications using the API Gateway tool, you’ll typically set up an endpoint that triggers a notification service like AWS SNS (Simple Notification Service) or another messaging system. Configure your API Gateway to handle requests, then integrate it with your notification service to send messages. This setup allows you to send notifications based on user actions or events. If you’re studying ICT40120, understanding API integration is crucial for building effective communication systems.