webMethods

 View Only
Expand all | Collapse all

How do I send notifications in the API gateway tool?

  • 1.  How do I send notifications in the API gateway tool?

    Posted Fri October 11, 2024 02:50 AM

    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


    #API-Gateway
    #webMethods
    #API-Management


  • 2.  RE: How do I send notifications in the API gateway tool?

    Posted Fri October 11, 2024 08:44 PM

    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.


    #webMethods
    #API-Management
    #API-Gateway


  • 3.  RE: How do I send notifications in the API gateway tool?

    Posted Wed October 23, 2024 12:24 AM

    Thank you for your support


    #API-Gateway
    #webMethods
    #API-Management


  • 4.  RE: How do I send notifications in the API gateway tool?

    Posted 30 days ago

    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.


    #API-Gateway
    #webMethods
    #API-Management