Skip to content

Add documentation for webhook triggers - #3307

Draft
mik-ky wants to merge 4 commits into
mainfrom
ck/webhook-triggers-doc
Draft

Add documentation for webhook triggers#3307
mik-ky wants to merge 4 commits into
mainfrom
ck/webhook-triggers-doc

Conversation

@mik-ky

@mik-ky mik-ky commented Aug 5, 2026

Copy link
Copy Markdown
Contributor

Adds documentation for webhook triggers

SI-287

@mik-ky
mik-ky force-pushed the ck/webhook-triggers-doc branch from 29e064c to 9c407f3 Compare August 5, 2026 22:09
@team-marketing-branch-protections

Copy link
Copy Markdown

Pull request environment is available at https://stoctodocspr3307.z22.web.core.windows.net.

You can view the ephemeral environment status in Octopus Deploy.

This environment will be automatically deprovisioned when the pull request is closed, or after 7 days of inactivity.

@mik-ky
mik-ky requested a review from a team August 5, 2026 22:22
- Restart a service when your incident management tool creates an incident.

:::div{.warning}
Webhook runbook triggers are available from Octopus version **2026.3**. This feature can be disabled for your instance under **Configuration ➜ Features**.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

before we merge this we should change the default state of the feature toggle

@mik-ky mik-ky changed the title Add documemntation for webhook triggers Add documentation for webhook triggers Aug 5, 2026
Comment on lines +72 to +77
```bash
curl -X POST https://your-octopus-url/api/Spaces-1/webhook/00000000-0000-0000-0000-000000000000 \
-H "X-Octopus-ApiKey: API-YOUR-KEY" \
-H "Content-Type: application/json" \
-d '{ "reason": "Disk usage above threshold" }'
```

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

love the examples

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants