PipedreamHQ / PipedreamHQ/pipedream
[Components] emailverify_io
- Dominant language
- JavaScript
- Stars
- 11.7k
- Forks
- 5.8k
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 102
Description
# emailverify_io
## URLs
- https://www.emailverify.io/api/docs/
## Webhook Sources
### new-verification-result-instant
#### Description
Emit new event when a new email verification result is available. Requires configuring a webhook URL in the emailverify_io dashboard and optionally filtering by verification status (e.g., valid, invalid).
### new-bulk-verification-complete-instant
#### Description
Emit new event when a bulk email verification job completes. Requires configuring a webhook URL and selecting which job(s) to monitor.
## Actions
### verify-email
#### Description
Submit a single email address for real-time verification. Requires the email address to verify. Optionally set custom reference ID for tracking.
### start-bulk-verification
#### Description
Upload a list of email addresses to start a bulk verification job. Requires a file or array of email addresses. Optionally set job name or callback URL.
### get-verification-result
#### Description
Retrieve the verification result for a previously submitted email address. Requires an email address or verification ID.
Contributor guide
Assessment
This issue has not been assessed yet.