PipedreamHQ / PipedreamHQ/pipedream
[Components] lead_identity_check
- Dominant language
- JavaScript
- Stars
- 11.7k
- Forks
- 5.8k
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 102
Description
# lead_identity_check
## URLs
- https://leadidentitycheck.com/documentation/
## Webhook Sources
### new-verification-request-instant
#### Description
Emit new event when a new identity verification request is submitted. Useful for kicking off review workflows or notifications. Typically requires setting up a webhook URL in lead_identity_check settings.
### new-verification-completed-instant
#### Description
Emit new event when an identity verification process has been completed. Includes successful and failed outcomes. Useful for triggering downstream actions like user onboarding or alerting.
### new-failed-verification-instant
#### Description
Emit new event when an identity verification fails. Helps in automating follow-up workflows, error handling, or alert escalations.
## Actions
### create-verification-request
#### Description
Create a new identity verification request for a user or lead. Requires user details such as name, email, phone number, and optional metadata.
### get-verification-status
#### Description
Retrieve the current status of a specific identity verification request using its unique ID. Useful for polling or checking verification progress programmatically.
### cancel-verification-request
#### Description
Cancel an active or pending identity verification request. Requires the verification request ID. Useful for managing user sessions or correcting errors.
Contributor guide
Assessment
This issue has not been assessed yet.