PipedreamHQ / PipedreamHQ/pipedream

[Components] verifiedemail

Open
#16,108 0 comments 0 reactions 0 assignees View on GitHub
triaged
Dominant language
JavaScript
Stars
11.7k
Forks
5.8k
Avg merge
3d 10h
Merged PRs (30d)
102

Description

# verifiedemail
## URLs
- https://developer.verified.email/
## 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.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.