Before you start
- A Nashra account
- A form — custom-built, no-code, or otherwise — with an email input
Setup
- 1
Create an Action Form in Nashra
Grow → Action Forms → Create new form. Name it something you'll recognize later — it becomes the tag on everyone who subscribes through it.
- 2
Copy the Action URL
Nashra generates a unique POST endpoint.
- 3
Point your form at it
In your website builder, open the form's settings and find the Action, Webhook, or Submit URL field. Paste the Nashra URL. Set the method to POST if your tool lets you.
- 4
Name your fields correctly
Field names are case-sensitive. Use email for the email input; first_name and last_name if you're collecting them. Any extra fields are ignored without errors.
- 5
Publish and test
Submit a real email and watch Nashra → Subscribers. If your builder requires JSON, set Nashra's response type to JSON in the form settings.
Field reference
Field names are case-sensitive. Use these exact strings for the input's name attribute.
| Field | Type | Required |
|---|---|---|
email | Required | |
first_name | text | Optional |
last_name | text | Optional |