---
title: "Send test outbound webhook"
method: POST
path: "/webhooks/{id}/test"
tags: ["Webhooks"]
---

# Send test outbound webhook

`POST /webhooks/{id}/test`

Queues a test lifecycle event for a webhook endpoint and resets stored endpoint failure state.

## Path parameters

- `id` string, required

## Response `200`

Test event queued

- object
  - `success` boolean
  - `eventId` string
  - `queuedDeliveries` integer

## Other responses

- `400` — Webhook is disabled
- `401` — Unauthorized
- `404` — Webhook not found

## Changes

- **2026-05-07** `50ebf9e9f651` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/sequenzy/apis/sequenzy-api/changes/webhooks/:id/test/post.md)

---

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