---
title: "Receive external webhook to trigger flows"
method: POST
path: "/api/v1/w/{wId}/triggers/hooks/{webhookSourceId}"
tags: ["Triggers"]
---

# Receive external webhook to trigger flows

`POST /api/v1/w/{wId}/triggers/hooks/{webhookSourceId}`

Skeleton endpoint that verifies workspace and webhook source and logs receipt.

## Path parameters

- `wId` string, required
- `webhookSourceId` string, required

## Request body

- object

## Response `200`

Webhook received

## Other responses

- `400` — Invalid request
- `404` — Workspace or webhook source not found

---

[API](https://skmtc.net/dust-tt/apis/dust-api-documentation.md) · [All operations](https://skmtc.net/dust-tt/apis/dust-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dust-tt/dust-api-documentation/versions/5834d690c29d/schema)
