---
title: "Create a form mapping"
method: POST
path: "/v1/form_mappings"
tags: ["Webhooks"]
---

# Create a form mapping

`POST /v1/form_mappings`

## Request body

- FormMapping
  - `id` string, uuid
  - `webhook_endpoint_id` string, uuid, required
  - `form_name` string, required
  - `form_type` string, nullable
  - `is_active` boolean
  - `created_at` string, date-time

## Response `201`

Created

---

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