---
title: "Execute webhook"
method: POST
path: "/api/v5/webhooks/execute"
tags: ["Webhooks"]
---

# Execute webhook

`POST /api/v5/webhooks/execute`

Execute all user's webhooks of the specified category. Use case example: When the user receives a call on his mobile, the mobile app will send a request to this endpoint with the call data, then this function will send a request with the call data to all the webhooks of this user of the specified category.

## Request body

- BodyWebhooksExecuteApiV5WebhooksExecutePost
  - `webhook` WebhookInExecute, required
    - `category` string, required
    - `data` object, required

## Response `204`

Successful Response

## Other responses

- `422` — Validation Error

---

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