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:
Think of a signup notebook with ready-made covers: the cover changes; saving, contacts, and webhooks work the same.
How it works
- Create the form, dashboard (Add-ons → Forms) or
POST /v1/forms/lists - Customize fields, copy, and style
- Publish, URL
/w/forms/{id}, embed, or API - Submissions are stored (and become contacts if
captureContactis on) - (Optional) Webhooks
form.submitted,form.confirmed,form.unsubscribed
API submissions validate against the form’s
hostedPageForm schema. Use field names from the Style tab in the dashboard.What Forms is not
- Short links, another add-on (Short links): shorten URLs and measure clicks
- Campaigns, bulk send (Contacts); 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.

