---
title: "Test project webhook"
method: POST
path: "/whatsapp/webhooks/{webhook_id}/test"
tags: ["Webhooks"]
---

# Test project webhook

`POST /whatsapp/webhooks/{webhook_id}/test`

Send a test payload to the webhook endpoint.

Optionally specify an `event_type` to test with a specific event payload. The event type must be one of the events the webhook is configured to receive.

## Request body

- object
  - `event_type` string — Specific event type to test (must be configured on webhook)

## Response `200`

Test queued

- object
  - `data` object
    - `success` boolean

## Other responses

- `401` — Missing or invalid API key
- `404` — Resource not found
- `422` — Request validation failed

---

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