---
title: "Broadcast webhook action"
method: POST
path: "/webhooks/action"
---

# Broadcast webhook action

`POST /webhooks/action`

Broadcasts a webhook event to registered webhooks.

## Request body

- WebhookEvent
  - `module` 'alerts' — The module that triggered the event
  - `event` 'dismiss' | 'register' — The type of event that occurred
  - `data` object — Event-specific data payload

## Response `200`

Successfully broadcast action

## Other responses

- `500` — Internal server error

## Changes

- **2024-12-17** `82af1ae6c6d8` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/siafoundation/apis/renterd-api/changes/webhooks/action/post.md)

---

[API](https://skmtc.dev/siafoundation/apis/renterd-api.md) · [All operations](https://skmtc.dev/siafoundation/apis/renterd-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/siafoundation/renterd-api/revisions/2c14cf218671/schema)
