# Outgoing Webhooks v2 payloads

For v1 events and payloads, [click here](/integration-and-extensibility/webhooks/outgoing-webhooks/_index/payload/v1/_index.md)

* [Incident triggered](https://github.com/bhattu-gauravv/developers.squadcast.com/blob/main/content/outgoing-webhooks/payload/v2/incident-triggered/README.md)
* [Incident Reassigned](https://github.com/bhattu-gauravv/developers.squadcast.com/blob/main/content/outgoing-webhooks/payload/v2/incident-reassigned/README.md)
* [Incident Acknowledged](https://github.com/bhattu-gauravv/developers.squadcast.com/blob/main/content/outgoing-webhooks/payload/v2/incident-acknowledged/README.md)
* [Incident Resolved](https://github.com/bhattu-gauravv/developers.squadcast.com/blob/main/content/outgoing-webhooks/payload/v2/incident-resolved/README.md)
* [SLO Violating Incident](https://github.com/bhattu-gauravv/developers.squadcast.com/blob/main/content/outgoing-webhooks/payload/v2/slo-violating-incident/README.md)
* [SLO violation false positive](https://github.com/bhattu-gauravv/developers.squadcast.com/blob/main/content/outgoing-webhooks/payload/v2/slo-violation-false-positive/README.md)
* [SLO violation unmark false positive](https://github.com/bhattu-gauravv/developers.squadcast.com/blob/main/content/outgoing-webhooks/payload/v2/slo-violation-unmark-false-positive/README.md)
* [SLO Violating Incident Error budget Updated](https://github.com/bhattu-gauravv/developers.squadcast.com/blob/main/content/outgoing-webhooks/payload/v2/slo-violating-incident-update-error-budget/README.md)
* [Incident Notes Created](https://github.com/bhattu-gauravv/developers.squadcast.com/blob/main/content/outgoing-webhooks/payload/v2/incident-notes-created/README.md)
* [Incident Notes Updated](https://github.com/bhattu-gauravv/developers.squadcast.com/blob/main/content/outgoing-webhooks/payload/v2/incident-notes-updated/README.md)
* [Incident Notes Deleted](https://github.com/bhattu-gauravv/developers.squadcast.com/blob/main/content/outgoing-webhooks/payload/v2/incident-notes-deleted/README.md)
* [Incident Note Starred](https://github.com/bhattu-gauravv/developers.squadcast.com/blob/main/content/outgoing-webhooks/payload/v2/incident-note-starred/README.md)
* [Incident Note Unstarred](https://github.com/bhattu-gauravv/developers.squadcast.com/blob/main/content/outgoing-webhooks/payload/v2/incident-note-unstarred/README.md)
* [Incident Tags Updated](https://github.com/bhattu-gauravv/developers.squadcast.com/blob/main/content/outgoing-webhooks/payload/v2/incident-tags-updated/README.md)
* [Incident Task Created](https://github.com/bhattu-gauravv/developers.squadcast.com/blob/main/content/outgoing-webhooks/payload/v2/incident-task-created/README.md)
* [Incident Task Updated](https://github.com/bhattu-gauravv/developers.squadcast.com/blob/main/content/outgoing-webhooks/payload/v2/incident-task-updated/README.md)
* [Incident Task Deleted](https://github.com/bhattu-gauravv/developers.squadcast.com/blob/main/content/outgoing-webhooks/payload/v2/incident-task-deleted/README.md)
* [Incident Task Completed](https://github.com/bhattu-gauravv/developers.squadcast.com/blob/main/content/outgoing-webhooks/payload/v2/incident-task-completed/README.md)
* [Incident Task Uncompleted](https://github.com/bhattu-gauravv/developers.squadcast.com/blob/main/content/outgoing-webhooks/payload/v2/incident-task-uncompleted/README.md)
* [Incident Communication Channel Created](https://github.com/bhattu-gauravv/developers.squadcast.com/blob/main/content/outgoing-webhooks/payload/v2/incident-communication-channel-created/README.md)
* [Incident Communication Channel Updated](https://github.com/bhattu-gauravv/developers.squadcast.com/blob/main/content/outgoing-webhooks/payload/v2/incident-communication-channel-updated/README.md)
* [Incident Communication Channel Deleted](https://github.com/bhattu-gauravv/developers.squadcast.com/blob/main/content/outgoing-webhooks/payload/v2/incident-communication-channel-deleted/README.md)
* [Statuspage Updated](https://github.com/bhattu-gauravv/developers.squadcast.com/blob/main/content/outgoing-webhooks/payload/v2/statuspage-updated/README.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://developers.incidents.cloud.solarwinds.com/integration-and-extensibility/webhooks/outgoing-webhooks/_index/payload/v2/_index.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
