Skip to main content

WebsiteNotificationsEnvelope

okbooleanrequired

Possible values: [true]

request_idstringrequired
Example: req_01HXYZABC123
data objectrequired
links object[]required
  • Array [
  • idstringrequired
    websitestringrequired
    notification_channelstringrequired
    website_urlstringnullable
    channel_namestringnullable
    channel_apprise_urlstringnullable
    channel_userstringnullable
    events objectrequired
    JOB_COMPLETEDbooleanrequired
    JOB_FAILEDbooleanrequired
    SEO_SCORE_BELOWnumbernullablerequired
    STRESS_SCORE_BELOWnumbernullablerequired
    WCAG_SCORE_BELOWnumbernullablerequired
    SECURITY_SCORE_BELOWnumbernullablerequired
    created_atdate-timerequired
    updated_atdate-timerequired
  • ]
  • property name*any
    WebsiteNotificationsEnvelope
    {
    "ok": true,
    "request_id": "req_01HXYZABC123",
    "data": {
    "links": [
    {
    "id": "string",
    "website": "string",
    "notification_channel": "string",
    "website_url": "string",
    "channel_name": "string",
    "channel_apprise_url": "string",
    "channel_user": "string",
    "events": {
    "JOB_COMPLETED": true,
    "JOB_FAILED": true,
    "SEO_SCORE_BELOW": 0,
    "STRESS_SCORE_BELOW": 0,
    "WCAG_SCORE_BELOW": 0,
    "SECURITY_SCORE_BELOW": 0
    },
    "created_at": "2024-07-29T15:51:28.071Z",
    "updated_at": "2024-07-29T15:51:28.071Z"
    }
    ]
    }
    }