---
title: "POST /zapier/webhooks"
method: POST
path: "/zapier/webhooks"
tags: ["zapier"]
---

# POST /zapier/webhooks

`POST /zapier/webhooks`

## Request body

- CreateWebhookDto
  - `targetUrl` string, required — Zapier target URL
  - `triggerKey` string, required — Zapier trigger key
  - `triggerData` string, required — Zapier trigger data

## Response `201`

Created

- ZapierWebhookSubscription
  - `id` string, required — Webhook subscription ID
  - `organizationId` string, required — Organization ID
  - `targetUrl` string, required — Zapier Target URL
  - `triggerKey` string, required — Zapier trigger key
  - `triggerData` object, required — Zapier trigger data

---

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