> For the complete documentation index, see [llms.txt](https://developers.incidents.cloud.solarwinds.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.incidents.cloud.solarwinds.com/integration-and-extensibility/webhooks/outgoing-webhooks/summary.md).

# Table of contents

* [Outgoing Webhooks](/integration-and-extensibility/webhooks/outgoing-webhooks.md)
  * [Use-cases for outgoing Webhooks](/integration-and-extensibility/webhooks/outgoing-webhooks/_index/use-cases.md)
  * [payload](/integration-and-extensibility/webhooks/outgoing-webhooks/_index/payload.md)
    * [Outgoing Webhook Payloads](/integration-and-extensibility/webhooks/outgoing-webhooks/_index/payload/_index.md)
    * [v1](/integration-and-extensibility/webhooks/outgoing-webhooks/_index/payload/v1.md)
      * [Outgoing Webhooks v1 payloads](/integration-and-extensibility/webhooks/outgoing-webhooks/_index/payload/v1/_index.md)
      * [Incident Acknowledged (v1)](/integration-and-extensibility/webhooks/outgoing-webhooks/_index/payload/v1/incident-acknowledged.md)
      * [Incident Reassigned (v1)](/integration-and-extensibility/webhooks/outgoing-webhooks/_index/payload/v1/incident-reassigned.md)
      * [Incident Resolved (v1)](/integration-and-extensibility/webhooks/outgoing-webhooks/_index/payload/v1/incident-resolved.md)
      * [Incident Triggered (v1)](/integration-and-extensibility/webhooks/outgoing-webhooks/_index/payload/v1/incident-triggered.md)
    * [v2](/integration-and-extensibility/webhooks/outgoing-webhooks/_index/payload/v2.md)
      * [Outgoing Webhooks v2 payloads](/integration-and-extensibility/webhooks/outgoing-webhooks/_index/payload/v2/_index.md)
      * [Incident Acknowledged (v2)](/integration-and-extensibility/webhooks/outgoing-webhooks/_index/payload/v2/incident-acknowledged.md)
      * [Incident Communication Channel Created (v2)](/integration-and-extensibility/webhooks/outgoing-webhooks/_index/payload/v2/incident-communication-channel-created.md)
      * [Incident Communication Channel Deleted (v2)](/integration-and-extensibility/webhooks/outgoing-webhooks/_index/payload/v2/incident-communication-channel-deleted.md)
      * [Incident Communication Channel Updated (v2)](/integration-and-extensibility/webhooks/outgoing-webhooks/_index/payload/v2/incident-communication-channel-updated.md)
      * [Incident Note Starred (v2)](/integration-and-extensibility/webhooks/outgoing-webhooks/_index/payload/v2/incident-note-starred.md)
      * [Incident Note Unstarred (v2)](/integration-and-extensibility/webhooks/outgoing-webhooks/_index/payload/v2/incident-note-unstarred.md)
      * [Incident Notes Created (v2)](/integration-and-extensibility/webhooks/outgoing-webhooks/_index/payload/v2/incident-notes-created.md)
      * [Incident Notes Deleted (v2)](/integration-and-extensibility/webhooks/outgoing-webhooks/_index/payload/v2/incident-notes-deleted.md)
      * [Incident Notes Updated (v2)](/integration-and-extensibility/webhooks/outgoing-webhooks/_index/payload/v2/incident-notes-updated.md)
      * [Incident Reassigned (v2)](/integration-and-extensibility/webhooks/outgoing-webhooks/_index/payload/v2/incident-reassigned.md)
      * [Incident Resolved (v2)](/integration-and-extensibility/webhooks/outgoing-webhooks/_index/payload/v2/incident-resolved.md)
      * [Incident Tags Updated (v2)](/integration-and-extensibility/webhooks/outgoing-webhooks/_index/payload/v2/incident-tags-updated.md)
      * [Incident Task Completed (v2)](/integration-and-extensibility/webhooks/outgoing-webhooks/_index/payload/v2/incident-task-completed.md)
      * [Incident Task Created (v2)](/integration-and-extensibility/webhooks/outgoing-webhooks/_index/payload/v2/incident-task-created.md)
      * [Incident Task Deleted (v2)](/integration-and-extensibility/webhooks/outgoing-webhooks/_index/payload/v2/incident-task-deleted.md)
      * [Incident Task Uncompleted (v2)](/integration-and-extensibility/webhooks/outgoing-webhooks/_index/payload/v2/incident-task-uncompleted.md)
      * [Incident Task Updated (v2)](/integration-and-extensibility/webhooks/outgoing-webhooks/_index/payload/v2/incident-task-updated.md)
      * [Incident Triggered (v2)](/integration-and-extensibility/webhooks/outgoing-webhooks/_index/payload/v2/incident-triggered.md)
      * [SLO Violating Incident Error budget update (v2)](/integration-and-extensibility/webhooks/outgoing-webhooks/_index/payload/v2/slo-violating-incident-update-error-budget.md)
      * [SLO Violating Incident (v2)](/integration-and-extensibility/webhooks/outgoing-webhooks/_index/payload/v2/slo-violating-incident.md)
      * [SLO Violation False Positive (v2)](/integration-and-extensibility/webhooks/outgoing-webhooks/_index/payload/v2/slo-violation-false-positive.md)
      * [SLO Violation Unmark False Positive (v2)](/integration-and-extensibility/webhooks/outgoing-webhooks/_index/payload/v2/slo-violation-unmark-false-positive.md)
      * [Statuspage Updated (v2)](/integration-and-extensibility/webhooks/outgoing-webhooks/_index/payload/v2/statuspage-updated.md)
  * [webhook-connectors](/integration-and-extensibility/webhooks/outgoing-webhooks/_index/webhook-connectors.md)
    * [Squadcast Webhook Connectors](/integration-and-extensibility/webhooks/outgoing-webhooks/_index/webhook-connectors/_index.md)
    * [Cloudflare workers based connectors](/integration-and-extensibility/webhooks/outgoing-webhooks/_index/webhook-connectors/cloudflare-worker.md)
    * [Nodejs connectors](/integration-and-extensibility/webhooks/outgoing-webhooks/_index/webhook-connectors/nodejs.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://developers.incidents.cloud.solarwinds.com/integration-and-extensibility/webhooks/outgoing-webhooks/summary.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
