---
title: "POST /ApplicationWebhooks"
method: POST
path: "/ApplicationWebhooks"
tags: ["ApplicationWebhooks"]
---

# POST /ApplicationWebhooks

`POST /ApplicationWebhooks`

## Query parameters

- `api-version` string

## Request body

- ApplicationWebhook
  - `applicationConfigId` string, required
  - `name` string, nullable — Gets or sets the webhook name.
  - `url` string, nullable — Gets or sets the webhook URL.
  - `disabled` boolean — Gets or sets the disabled state of the webhook.
  - `batch` boolean — If multiple events are generated at the same time, we will send all the events together in one call to the Webhook URL instead of sending each event separately.
  - `reliable` boolean — In case of a network error, we will try to resend the event. The maximum number of attempts we try is 3.
  - `events` string[], nullable — List of Webhook events that have been enabled.
  - `id` string, nullable
  - `createdOn` integer
  - `createdBy` string, nullable
  - `modifiedOn` integer
  - `modifiedBy` string, nullable

## Response `201`

Success

- ApplicationWebhook
  - `applicationConfigId` string, required
  - `name` string, nullable — Gets or sets the webhook name.
  - `url` string, nullable — Gets or sets the webhook URL.
  - `disabled` boolean — Gets or sets the disabled state of the webhook.
  - `batch` boolean — If multiple events are generated at the same time, we will send all the events together in one call to the Webhook URL instead of sending each event separately.
  - `reliable` boolean — In case of a network error, we will try to resend the event. The maximum number of attempts we try is 3.
  - `events` string[], nullable — List of Webhook events that have been enabled.
  - `id` string, nullable
  - `createdOn` integer
  - `createdBy` string, nullable
  - `modifiedOn` integer
  - `modifiedBy` string, nullable

---

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