---
title: "Route source events to a conversation"
method: POST
path: "/webhook-sources/{sourceId}/routes"
tags: ["Webhook sources"]
---

# Route source events to a conversation

`POST /webhook-sources/{sourceId}/routes`

Routes a source's events into a conversation the authenticated member belongs to. Requires an API key bound to a live workspace admin or owner with webhooks:write. Omit events to route everything; pass provider preset event ids to filter. The result can be replayed with the same Idempotency-Key for 24 hours while the route remains unchanged.

## Path parameters

- `sourceId` string, required — Webhook source identifier.

## Headers

- `Idempotency-Key` string, required — Idempotency key.

## Request body

- CreateWebhookSourceRouteBody — Route creation request: deliver a source's events into a conversation.
  - `conversation_id` string, required — Target conversation identifier.
  - `events` string[] — Provider preset event ids to route. Omit to route every event.

## Response `200`

Created event route.

- CreateWebhookSourceRouteResponse — Created event route.
  - `data` object, required — Created route.
    - `conversation_id` string, required — Target conversation identifier.
    - `route_id` string, required — Route identifier.

## Other responses

- `400` — Bad request.
- `401` — Missing or invalid API key.
- `403` — Forbidden.
- `404` — Not found.
- `409` — Conflict.
- `429` — Rate limit or quota exceeded.
- `500` — Internal server error.

---

[API](https://skmtc.net/ando/apis/ando-public-api.md) · [All operations](https://skmtc.net/ando/apis/ando-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ando/ando-public-api/revisions/0a94056fba48/schema)
