---
title: "Create conditional execution webhook"
method: POST
path: "/conditional-execution/v2/triggered/webhooks"
tags: ["Triggered Conditional Execution Webhooks"]
---

# Create conditional execution webhook

`POST /conditional-execution/v2/triggered/webhooks`

Creates a new conditional execution webhook.

## Request body

- OptimoveAPIModelsConditionalExecutionWebhookRequestModel — Conditional Execution Webhook Request Model for Targeting API
  - `url` string, nullable — Gets or sets the URL for the webhook request.

## Response `201`

Created

- OptimoveAPIModelsConditionalExecutionWebhook — Conditional Execution Webhook for Targeting API
  - `url` string, nullable — The URL of the webhook.
  - `id` string, nullable — The unique identifier of the webhook.
  - `created_at_utc` string, date-time, nullable — The UTC timestamp when the webhook was created.

## Other responses

- `400` — Bad Request
- `404` — Not Found
- `500` — Server Error

---

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