IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
  • 1.  How do I send notifications in the API gateway tool?

    Posted 10/11/24 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 10/11/24 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 10/23/24 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 10/24/24 06:19 AM

    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