Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. In Uptime Robot, go to My Settings page and select Add Alert Contact.

  2. Select "Web-Hook” for Alert Contact Type.

  3. Paste the URL you copied while adding the integration in Jira Service Management into URL to Notify.

  4. Select Create Alert Contact.

  5. In your monitor settings, select the webhook under Alert Contacts To Notify.

Sample payload

Expand
titleSample payload (in JSON format)
Code Block
{
  "alertDetails":"Keyword Does Not Exist",
  "alertType":"2",
  "monitorID":"776057671",
  "monitorURL":"http://opsgenie.com",
  "monitorFriendlyName":"friebndl"
}

...