> ## Documentation Index
> Fetch the complete documentation index at: https://docs.notifique.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> Lead capture forms: waitlist, newsletter, contact, survey, and blank layout, all under /v1/forms.

<Tip>
  A **form** is a **marketing form** in your workspace. The **template** sets behavior (queue, newsletter, contact…). One unified v1 API: `/v1/forms/*`.
</Tip>

## What are Forms in Notifique?

The **lead capture** add-on: create a form, customize in the dashboard, and collect submissions via **hosted page**, **embed**, or **API**.

One product, many scenarios, not separate add-ons:

| You want…                      | Template       |
| ------------------------------ | -------------- |
| Waitlist, beta, limited spots  | **WAITLIST**   |
| Email list with preferences    | **NEWSLETTER** |
| Contact us on the site         | **CONTACT**    |
| Survey or NPS                  | **SURVEY**     |
| Fields and layout from scratch | **BLANK**      |

Think of a **signup notebook** with ready-made covers: the cover changes; saving, contacts, and webhooks work the same.

## How it works

1. **Create** the form, dashboard (**Add-ons → Forms**) or `POST /v1/forms/lists`
2. **Customize** fields, copy, and style
3. **Publish**, URL `/w/forms/{id}`, embed, or API
4. **Submissions** are stored (and become **contacts** if `captureContact` is on)
5. **(Optional)** Webhooks `form.submitted`, `form.confirmed`, `form.unsubscribed`

<Info>
  API submissions validate against the form's `hostedPageForm` schema. Use field names from the Style tab in the dashboard.
</Info>

## What Forms is not

* **Short links**, another add-on ([Short links](/en/short-links-api/como-funciona/introducao)): shorten URLs and measure clicks
* **Campaigns**, bulk send ([Contacts](/en/contacts-api/como-funciona/introducao)); Forms **capture**, campaigns **send**

## v1 API

Routes `/v1/forms/*` with API Key. Scopes: **`forms:manage`** (CRUD, list subscriptions) and **`forms:submit`** (subscribe, confirm, cancel). Spec in this section's sidebar.

## Next steps

* [Quick Start](/en/marketing-addons-api/como-funciona/quick-start)
* [Templates and use cases](/en/marketing-addons-api/como-funciona/templates-e-casos-de-uso)
* [API Key scopes](/en/marketing-addons-api/como-funciona/escopos-da-api-key)
* [Webhook events](/en/marketing-addons-api/como-funciona/eventos-do-webhooks)
