# Outgoing Webhook Payloads

Outgoing webhooks supports 2 versions of events and the payload format differs between these versions.

## v1

The v1 supports only the below 4 events and their payloads are linked below.

* [Incident triggered](/integration-and-extensibility/webhooks/outgoing-webhooks/_index/payload/v1/incident-triggered.md)
* [Incident Reassigned](/integration-and-extensibility/webhooks/outgoing-webhooks/_index/payload/v1/incident-reassigned.md)
* [Incident Acknowledged](/integration-and-extensibility/webhooks/outgoing-webhooks/_index/payload/v1/incident-acknowledged.md)
* [Incident Resolved](/integration-and-extensibility/webhooks/outgoing-webhooks/_index/payload/v1/incident-resolved.md)

## v2

The v2 supports much more exhaustive set of Incident events & actions and their payloads are linked below.

* [Incident triggered](/integration-and-extensibility/webhooks/outgoing-webhooks/_index/payload/v2/incident-triggered.md)
* [Incident Reassigned](/integration-and-extensibility/webhooks/outgoing-webhooks/_index/payload/v2/incident-reassigned.md)
* [Incident Acknowledged](/integration-and-extensibility/webhooks/outgoing-webhooks/_index/payload/v2/incident-acknowledged.md)
* [Incident Resolved](/integration-and-extensibility/webhooks/outgoing-webhooks/_index/payload/v2/incident-resolved.md)
* [SLO Violating Incident](/integration-and-extensibility/webhooks/outgoing-webhooks/_index/payload/v2/slo-violating-incident.md)
* [SLO violation false positive](/integration-and-extensibility/webhooks/outgoing-webhooks/_index/payload/v2/slo-violation-false-positive.md)
* [SLO violation unmark false positive](/integration-and-extensibility/webhooks/outgoing-webhooks/_index/payload/v2/slo-violation-unmark-false-positive.md)
* [SLO Violating Incident Error budget Updated](/integration-and-extensibility/webhooks/outgoing-webhooks/_index/payload/v2/slo-violating-incident-update-error-budget.md)
* [Incident Notes Created](/integration-and-extensibility/webhooks/outgoing-webhooks/_index/payload/v2/incident-notes-created.md)
* [Incident Notes Updated](/integration-and-extensibility/webhooks/outgoing-webhooks/_index/payload/v2/incident-notes-updated.md)
* [Incident Notes Deleted](/integration-and-extensibility/webhooks/outgoing-webhooks/_index/payload/v2/incident-notes-deleted.md)
* [Incident Note Starred](/integration-and-extensibility/webhooks/outgoing-webhooks/_index/payload/v2/incident-note-starred.md)
* [Incident Note Unstarred](/integration-and-extensibility/webhooks/outgoing-webhooks/_index/payload/v2/incident-note-unstarred.md)
* [Incident Tags Updated](/integration-and-extensibility/webhooks/outgoing-webhooks/_index/payload/v2/incident-tags-updated.md)
* [Incident Task Created](/integration-and-extensibility/webhooks/outgoing-webhooks/_index/payload/v2/incident-task-created.md)
* [Incident Task Updated](/integration-and-extensibility/webhooks/outgoing-webhooks/_index/payload/v2/incident-task-updated.md)
* [Incident Task Deleted](/integration-and-extensibility/webhooks/outgoing-webhooks/_index/payload/v2/incident-task-deleted.md)
* [Incident Task Completed](/integration-and-extensibility/webhooks/outgoing-webhooks/_index/payload/v2/incident-task-completed.md)
* [Incident Task Uncompleted](/integration-and-extensibility/webhooks/outgoing-webhooks/_index/payload/v2/incident-task-uncompleted.md)
* [Incident Communication Channel Created](/integration-and-extensibility/webhooks/outgoing-webhooks/_index/payload/v2/incident-communication-channel-created.md)
* [Incident Communication Channel Updated](/integration-and-extensibility/webhooks/outgoing-webhooks/_index/payload/v2/incident-communication-channel-updated.md)
* [Incident Communication Channel Deleted](/integration-and-extensibility/webhooks/outgoing-webhooks/_index/payload/v2/incident-communication-channel-deleted.md)
* [Statuspage Updated](/integration-and-extensibility/webhooks/outgoing-webhooks/_index/payload/v2/statuspage-updated.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/_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.
