---
title: "Trigger a specific webhook"
method: POST
path: "/api/service/webhook/trigger"
tags: ["Webhook"]
---

# Trigger a specific webhook

`POST /api/service/webhook/trigger`

This endpoint allows you to trigger a specific webhook by its ID.

## Request body

- WebhookTriggerRequestDto
  - `id` unknown, required

## Response `200`

Success response indicating webhook trigger status

- WebhookTriggerResponseDto
  - `success` boolean, required — Indicates whether the webhook was successfully triggered

---

[API](https://skmtc.net/augustus/apis/ivy-api.md) · [All operations](https://skmtc.net/augustus/apis/ivy-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/augustus/ivy-api/versions/c3055fc06ca3/schema)
