← All integrations
No-code · via Webhooks by Zapier
Veriastra in Zapier
Zapier reaches Veriastra through its built-in Webhooks action, so any of the 6,000+ apps it connects can hand you a phone number or an email address and get a verdict back in the same Zap. No Veriastra app to install — the Webhooks action is a first-party Zapier step.
01
Add a Webhooks by Zapier action
Choose the event POST. This is the built-in step, so nothing needs installing.
02
Point it at the endpoint you want
URL, then set Payload Type to JSON.
https://veriastra.com/api/dial-check03
Map the fields
Add one Data field named phone (or email for /api/verify-email) and map it from the trigger step.
04
Add the key as a header
Under Headers, add Authorization with your key. Then use decision and reasons from the response in later steps.
Authorization: Bearer ol_live_your_key_hereBefore you rely on it
- Your API key goes in the Authorization header as `Bearer ol_live_…`. Create one in the dashboard under API Keys. Never put it in a URL — anything in a URL ends up in logs.
- Zapier's Webhooks action is on paid Zapier plans. That is Zapier's limit, not ours.
- One Zap run = one lookup = the endpoint's credit cost. A Zap that fires on every row of a large import will spend accordingly.