-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Description
verifiedemail
URLs
Webhook Sources
new-verification-request-instant
Description
Emit new event when a new email verification request is received. Useful for monitoring when a user or system triggers a verification request. No user configuration props are required.
new-verification-result-instant
Description
Emit new event when an email verification process is completed and a result is available. Useful for triggering follow-up actions based on result (e.g., valid, risky, invalid). No user configuration props are required.
new-bulk-verification-complete-instant
Description
Emit new event when a bulk email verification job has completed. Useful for workflows that depend on the completion of large email list validations. No user configuration props are required.
Actions
verify-email
Description
Initiate a single email verification request. Requires the email address to verify. Optionally include a callback URL to receive the result asynchronously.
start-bulk-verification
Description
Submit a list of emails for bulk verification. Requires a list of email addresses. Optionally include a callback URL to receive the job result upon completion.
get-verification-result
Description
Retrieve the result of a specific email verification by passing the verification ID or email address. Useful to poll for the result if no webhook is configured.