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

# Send webhook event

`POST /api/webhooks/{webhookId}/send`

Triggers a test webhook event for the specified webhook and category

## Path parameters

- `webhookId` string, required

## Request body

- SendWebhookEventRequest
  - `event` SendTestWebhookEventByCategory, required
    - `category` 'MURAL_ACCOUNT_BALANCE_ACTIVITY' | 'BUSINESS_VERIFICATION_STATUS' | 'ORGANIZATION_TOS' | 'PAYOUT_REQUEST' | 'PAYIN' | 'COMPLIANCE_REVIEW', required — Webhook category to generate a test event for
    - `type` 'categoryTest', required — The type discriminator for this event

## Response `200`

Test event queued successfully

- object
  - `eventId` string, uuid

## Other responses

- `401` — Unauthorized
- `403` — SignedAgreementRequiredException

---

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