Before you start
- A Nashra account
- A Typeform workspace
- A form with at least an Email question
Setup
- 1
Create an Action Form in Nashra
Go to Grow → Action Forms and create a form. Set the response type to JSON — Typeform speaks JSON natively over webhooks. Add tags if you want every Typeform respondent auto-tagged.
- 2
Open your Typeform and add a webhook
In your Typeform, open the Connect tab and choose Webhooks. Paste your Nashra Action URL, enable the webhook toggle, and save.
- 3
Match your Typeform questions to fields
Typeform sends answers by reference name. Make sure your Email question maps to email. If you capture names, use first_name and last_name Short Text questions.
- 4
Optional: redirect on completion
In Settings → After completion, enable redirect and point it at your own thank-you page. Readers get a branded end screen; Nashra still captures the email.
- 5
Test with a real submission
Submit a test response. Check Nashra → Subscribers. If nothing arrives, open Typeform's webhook logs — every failure is recorded with the response body.
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 |