---
title: "New Submission Trigger"
method: POST
path: "/external/zapier/webhook"
tags: ["Zapier"]
---

# New Submission Trigger

`POST /external/zapier/webhook`

This endpoint is used to set up a webhook for new form submissions.

## Request body

- object
  - `hookUrl` string, required — The URL provided by Zapier to send the submission data
  - `form_id` number, required — The ID of the form for which to trigger the webhook

## Response `200`

Webhook successfully set up

---

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