---
title: "Send event"
method: POST
path: "/webhooks/{webhookID}/send"
tags: ["Webhooks"]
---

# Send event

`POST /webhooks/{webhookID}/send`

Send an event to the specified webhook endpoint. This will not effect other events in the delivery queue. This operation is possible for both active and disabled webhook endpoints.

## Request body

- SendWebhookPayload
  - `event_id` string — The ID of the event that will be delivered to your endpoint

## Response `200`

Event sent successfully

- object
  - `message` string, required — Message indicating the status of the request

## Other responses

- `401` — Missing or invalid API key
- `500` — Unexpected error. User may try and send the request again.

---

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