Integrations

Tally
Connect Tally forms to Nashra using webhooks.
Form integrations
Step 1: Get your Action Form URL
Log in to Nashra
Go to Growth → Form URL
Copy your Action Form URL
Set Response type to JSON
(Optional) Add tags for this form
Step 2: Add the webhook to Tally
Open your Tally form
Go to Integrations
Click Webhooks
Paste your Nashra Action Form URL
Click Save
Step 3: Add required fields to your form
Make sure your Tally form includes:
An Email question (required)
Optional: Short answer questions for first name and last name
Step 4: Test it
Submit a test response
Check your Nashra subscribers list to confirm the email was added
Check Tally's webhook logs if the subscriber doesn't appear
Tips:
Tally sends data in JSON format, which Nashra handles automatically
Use hidden fields in Tally if you want to pass custom data
Make sure the webhook URL is exactly as copied from Nashra (no extra spaces)
Security and spam protection
Since Action Form URLs accept direct POST requests, we recommend adding spam protection:
Bot protection recommendations
Add a honeypot field (hidden field that bots fill but humans don't):
Use CAPTCHA (reCAPTCHA, Turnstile, or hCaptcha) on your page
Rate limiting: Nashra automatically rate-limits submissions to prevent abuse
Double opt-in
Enable Require email confirmation in your Action Form URL settings so subscribers must confirm their email before being added to your list. This prevents fake signups and improves deliverability.
Available form fields reference
Field Name | Input Name | Type | Required |
|---|---|---|---|
| Required | ||
First Name |
| TEXT | Optional |
Last Name |
| TEXT | Optional |
Note: Field names are case-sensitive. Use exactly email, first_name, and last_name in your form inputs.