Zapier
What the integration will do
The Syvel Zapier app exposes a single action:
Check Email
- Trigger: any Zapier trigger that provides an email address
- Action:
GET /v1/check/{email}→ Syvel API - Output fields available in subsequent Zap steps:
is_risky— booleanrisk_score— integer (0–100)reason—safe·disposable·undeliverable·role_accountdid_you_mean— string or empty
Typical use case
Filter disposable emails from a CRM:
Trigger: HubSpot — New contact createdAction 1: Syvel — Check Email Email: {{contact.email}}
Filter: Continue only if is_risky is False
Action 2: (your next step — send welcome email, add to sequence, etc.)Alternative — tag instead of block:
Trigger: HubSpot — New contact createdAction 1: Syvel — Check Email Email: {{contact.email}}
Action 2: HubSpot — Update contact If is_risky is True → add tag "disposable-email" If is_risky is True → set property "skip_email_sequence" to trueAPI key setup
When the integration is available, you will connect your Syvel account in Zapier by providing your API key (found in your dashboard under API Keys).