PipedreamHQ / PipedreamHQ/pipedream
[Components] catch_all_verifier
- Dominant language
- JavaScript
- Stars
- 11.7k
- Forks
- 5.8k
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 102
Description
# catch_all_verifier
## URLs
- https://catchallverifier.readme.io/reference/post_api-v1-verify-single
## Webhook Sources
### new-verification-request-instant
#### Description
Emit new event when a new email verification request is received. Requires webhook setup via the Catch All Verifier dashboard or API.
### new-verification-completed-instant
#### Description
Emit new event when an email verification request has been completed. Useful for downstream workflows once the verification result is available.
### new-invalid-domain-detected-instant
#### Description
Emit new event when an email with an invalid or catch-all domain is detected. Useful for filtering and quality assurance workflows.
## Actions
### verify-email
#### Description
Submit an email address to validate whether it is deliverable and not a catch-all. Requires the email address as a required prop.
### batch-verify-emails
#### Description
Submit a list of email addresses for bulk validation. Requires an array of email addresses as a required prop, and optionally a callback URL for result notification.
### get-verification-status
#### Description
Retrieve the current status and result for a previously submitted email verification request. Requires the unique request ID as a required prop.
Contributor guide
Assessment
This issue has not been assessed yet.