n8n-nodes-verifysignups
v0.1.2
Published
n8n community node for VerifySignups — verify email addresses, detect disposable and invalid emails
Downloads
41
Maintainers
Readme
n8n-nodes-verifysignups
VerifySignups community node for n8n. Verify email addresses in your workflows — detect disposable, invalid, and undeliverable emails before they reach your CRM, mailing list, or database.
Installation
In your n8n instance go to Settings → Community Nodes → Install and enter:
n8n-nodes-verifysignupsSetup
- Get your API key at verifysignups.com/dashboard
- In n8n, add a VerifySignups node to your workflow
- Create a new credential and paste your API key
Node: Verify Email
Takes an email address and returns:
| Field | Type | Description |
|---|---|---|
| email | string | The email that was checked |
| is_valid_format | boolean | Passes basic format validation |
| deliverable | boolean | Mailbox exists and can receive mail |
| is_disposable | boolean | Throwaway/temporary address |
| is_role_based | boolean | Role address (e.g. support@, info@) |
| score | number | Quality score 0–100 |
| reason | string | Human-readable explanation |
Example Workflow
- Webhook — receives a form submission with an email field
- VerifySignups — verifies the email
- If — checks
is_disposable = falseanddeliverable = true - HubSpot / Mailchimp / Google Sheets — only adds clean emails
License
MIT
