Go to All Forums

Webhook Integration

I have configured an API for monitoring in Site24x7. I want the response from this API to be forwarded to a configured webhook (Google Chat) each time the polling occurs. How can I set up this integration?
Like (1) Reply
Replies (1)

Hi,

To forward the API response from a monitored API in Site24x7 to a webhook (e.g., Google Chat), you’ll need to use Site24x7’s Webhook Integration feature. However, Site24x7 does not forward the full API response by default, only alert information will be sent.
 
Site24x7 supports sending webhook notifications only when a monitor goes into trouble/down or comes back up, not for every polling interval.
To set this up,
  1. Go to Site24x7 portal → Admin > Third-party integrations > Add Integration > Webhook.
  2. Name your integration (e.g., Google Chat Integration).
  3. Paste your Google Chat webhook URL.
    • For Google Chat, it looks like:
      https://chat.googleapis.com/v1/spaces/AAA.../messages?key=...
  4. Customize the payload if needed. Use Site24x7 macros like $MONITORNAME, $STATUS, $REASON, etc.
  5. Click Save.
  6. Associate this integration to your API monitor (from the monitor’s edit page under Third-party Integrations).
Limitation: This will only send data when the monitor changes state (e.g., UP to DOWN)—not for every check.

Another way to do is using Rest Api transaction monitor
In the Step 1, Configure the API you want to monitor. Using the Parameter forwarding feature, capture the entire API response and use that to post in the Step 2
 
Kindly let us know if you need further help.
 
Regards,
Jenzo
Site24x7
Like (0) Reply

Was this post helpful?