Widgets
Submit Signup Form
Submit a public signup form and create or update a subscriber.
POST
Submit Signup Form
Submit Signup Form
You can submit an embedded signup form or popup without an API key. The endpoint acceptsapplication/x-www-form-urlencoded form posts and JSON.
Forms created in the dashboard post to the saved form
endpoint, which stores audience
targeting and success behavior server-side. This company-level endpoint keeps
working for popups and existing deployed embeds.
Request
Your company ID.
The subscriber’s email address.
The subscriber’s first name.
The subscriber’s last name.
Submit a subscriber custom attribute from an HTML form, for example
customAttributes[nickname]=Ace.JSON alternative for custom integrations.
Comma-separated list IDs. Omit this to use your workspace default lists, or
use an empty
lists= value to add the subscriber to no lists.Comma-separated tag IDs to apply to the subscriber.
How to handle an existing contact with the submitted email. Use
skip to
preserve existing fields, merge to fill only missing fields, or overwrite
to replace submitted fields. merge and overwrite require a matching
duplicateStrategyToken from the Sequenzy form builder.Signed token generated by the Sequenzy form builder for the selected
duplicateStrategy. Required when duplicateStrategy is merge or
overwrite.Body alternative to the
duplicateStrategy query parameter for custom
integrations. Query parameter takes precedence when both are present. merge
and overwrite require a matching duplicateStrategyToken.Body alternative to the
duplicateStrategyToken query parameter.Existing deployed embed format for repeated list IDs.
Existing deployed embed format for repeated tag IDs.
Honeypot field. Leave it empty.
http or https URL, or a domain such as google.com, to redirect visitors
to after a successful submission.Responses
Submit Signup Form