Skip to main content
A form is a marketing form in your workspace. The template sets behavior (queue, newsletter, contact…). One unified v1 API: /v1/forms/*.

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

  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
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.

Next steps