Step 1: Get your Action Form URL

  1. Log in to Nashra

  2. Go to GrowthForm URL

  3. Copy your Action Form URL

  4. Set Response type to JSON (webhooks don't handle redirects)

  5. (Optional) Add tags to automatically tag subscribers from this Typeform

Step 2: Set up the Typeform webhook

  1. Open your Typeform

  2. Go to Connect (or Integrations tab)

  3. Search for Webhooks and click Add

  4. Paste your Nashra Action Form URL

  5. Toggle the webhook to On

  6. Click Save

Step 3: Add required fields to your Typeform

Make sure your Typeform has at least one Email question. Nashra will automatically detect the email field from the webhook payload.

Optional: Add Short Text questions for first name and last name.

Step 4: Set up redirect (optional)

  1. In your Typeform, go to SettingsAfter completion

  2. Enable Redirect on completion

  3. Set the redirect URL to your thank-you page (e.g., https://yoursite.com/thank-you)

Step 5: Test it

  1. Submit a test response in your Typeform

  2. Check your Nashra subscribers list to confirm the email was added

  3. If it doesn't show up, check the webhook logs in Typeform under Connect → Webhooks

Tips:

  • Webhooks send data immediately after form submission

  • Use JSON response type for webhook integrations

  • Typeform's webhook includes all form responses; Nashra extracts the email automatically

  • Make sure the webhook is toggled "On" in Typeform

Available form fields reference

Field Name

Input Name

Type

Required

Email

email

EMAIL

Required

First Name

first_name

TEXT

Optional

Last Name

last_name

TEXT

Optional

Note: Field names are case-sensitive. Use exactly email, first_name, and last_name in your form inputs.