Starting August 17th, 2021, Freshping Webhooks went through an overhaul that may have affected existing Webhooks (V1). We suggest that you reconfigure your existing Webhooks and check if the problem has been resolved.


Please find the Webhook payload for your reference:


{
  "text": "Test Check (https://testcheck.com) is DOWN.",
  "check_id": "1",
  "check_name": "Test Check",
  "check_url": "https://testcheck.com",
  "request_timeout": "30",
  "request_location": "US East (N. Virginia)",
  "request_datetime": "2021-08-16 20:00:11 +00",
  "response_status_code": "503",
  "response_summary": "HTTP ERROR 503",
  "response_state": "Reporting Error",
  "response_time": "20"
  "event_data": {
    "org_name": "test org",
    "event_created_on": "2021-08-16 20:00:11.598692+00:00",
    "event_id": 5001,
    "org_id": 1,
    "webhook_type": "AL",
    "webhook_id": 1
  },
}