PipedreamHQ / PipedreamHQ/pipedream
[Components] humanlayer
- Dominant language
- JavaScript
- Stars
- 11.7k
- Forks
- 5.8k
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 102
Description
# humanlayer
## URLs
- https://www.humanlayer.dev/docs/api-reference/introduction
## Webhook Sources
### new-verification-request-instant
#### Description
Emit new event when a new verification request is created. This might include email, phone, or identity verification. Users can optionally specify filters for types of verification requests.
### new-verification-status-update-instant
#### Description
Emit new event when the status of a verification changes (e.g., pending, successful, failed). Users can optionally specify which statuses they want to monitor.
### new-suspicious-activity-detected-instant
#### Description
Emit new event when suspicious or fraudulent activity is detected during a verification process. Users can optionally configure thresholds or filters for flagged events.
## Actions
### create-verification-request
#### Description
Create a new verification request. Requires specifying verification type (e.g., email, phone, identity) and user details. Optional fields can include additional metadata to attach to the request.
### retrieve-verification-status
#### Description
Retrieve the status of an existing verification request by its unique identifier. Optionally include additional filters such as request type or creation date.
### flag-verification-for-review
#### Description
Manually flag a specific verification request for further review. Requires the verification request ID and an optional reason for flagging.
Contributor guide
Assessment
This issue has not been assessed yet.