Squadcast Docs
Outgoing-Webhooks
Visit Outgoing Webhooks on GitHub
Set theme to dark (⇧+D)

Incident Notes Created (v2)

This event is not available in v1.

Payload

{
  "version": "v2",
  "event": {
    "id": "633e806cfbb04a577527b4c1",
    "type": "incident.incident_notes_created",
    "resource": "incident_notes",
    "timestamp": "2022-10-06T07:14:52.907286419Z"
  },
  "data": {
    "resource_data": {
      "id": "633e806c488a9b8c053e04e1",
      "created_by": {
        "id": "61963608090a650008fff152",
        "email_id": "[email protected]",
        "name": "Yash Jain"
      },
      "message": {
        "message": "test note",
        "raw_message": "test note"
      },
      "created_at": "2022-10-06T07:14:52.695310844Z",
      "updated_at": "2022-10-06T07:14:52.695310923Z",
      "type": "message"
    },
    "resource_type": "incident_notes",
    "organization": {
      "id": "61963631090a650008fff21d",
      "name": "sqdev"
    },
    "team": {
      "id": "6196371cda7b4ab764b13a1f",
      "name": "Yash"
    },
    "incident": {
      "id": "633e69cce9980815a9c9f2a3",
      "message": "incident reassign",
      "description": "",
      "url": "https://app.squadcast.com/incident/633e69cce9980815a9c9f2a3",
      "alert_source": {
        "id": "6077f7225fdc7075e371685f",
        "type": "Squadcast UI",
        "short_name": "squadcastui"
      },
      "service": {
        "id": "62f0fdde613c98528db9f8bc",
        "name": "Service Test2",
        "slug": "service-test2"
      },
      "request_id": "8ea5fc83-e4f0-4256-9fd3-bb2fd7a80a7d",
      "status": "triggered",
      "created_at": "2022-10-06T05:38:20.198Z",
      "assigned_to": {
        "id": "61a461cfa06594e09eda4288",
        "name": "Yash",
        "type": "squad",
        "assigned_at": "0001-01-01T00:00:00Z"
      },
      "tags": null,
      "event_payload": {
        "assignee": {
          "id": "629e23f5eb4041a20a43b11c",
          "type": "escalationpolicy"
        },
        "attachments": [],
        "created_by": "61963608090a650008fff152",
        "description": "",
        "message": "incident reassign",
        "tags": {
          "": {
            "color": "#0C93E3",
            "value": ""
          }
        }
      },
      "timeline": [
        {
          "action": "triggered",
          "assigned_to": "escalationpolicy",
          "name": "test",
          "time": "2022-10-06T05:38:20.171Z"
        },
        {
          "action": "reassigned",
          "assigned_to": "squad",
          "name": "Yash",
          "time": "2022-10-06T05:38:27.729Z"
        },
        {
          "action": "slo_incident_promoted",
          "assigned_to": "user",
          "name": "Yash Jain",
          "time": "2022-10-06T05:39:42.826Z",
          "reason": "Yash Jain has promoted the incident to SLO Violating Incident"
        },
        {
          "action": "slo_false_positive_true",
          "assigned_to": "user",
          "name": "Yash Jain",
          "time": "2022-10-06T05:40:49.975Z",
          "reason": "Yash Jain has marked the SLO as false positive"
        },
        {
          "action": "slo_false_positive_false",
          "assigned_to": "user",
          "name": "Yash Jain",
          "time": "2022-10-06T05:42:11.29Z",
          "reason": "Yash Jain as marked the SLO as not a false positive"
        },
        {
          "action": "update_slo_error_budget_spent",
          "assigned_to": "user",
          "name": "Yash Jain",
          "time": "2022-10-06T07:10:21.478Z",
          "reason": "Yash Jain has updated the SLO Error Budget from 0 to 7762"
        },
        {
          "action": "note_created",
          "assigned_to": "user",
          "name": "Yash Jain",
          "time": "2022-10-06T07:14:52.712Z",
          "reason": "Yash Jain created a note",
          "additional_info": {
            "note": "test note",
            "note_id": "633e806c488a9b8c053e04e1"
          }
        }
      ],
      "event_count": 1,
      "owner": {
        "id": "6196371cda7b4ab764b13a1f",
        "name": "Yash",
        "type": "team"
      },
      "manually_created_by": {
        "id": "61963608090a650008fff152",
        "name": "Yash Jain",
        "email": "[email protected]"
      }
    }
  }
}