PipedreamHQ / PipedreamHQ/pipedream
[Components] have_i_been_pwned
- Dominant language
- JavaScript
- Stars
- 11.7k
- Forks
- 5.8k
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 102
Description
# have_i_been_pwned
## URLs
- https://haveibeenpwned.com/API/v3
## Webhook Sources
### new-breached-account-instant
#### Description
Emit new event whenever a specific account (e.g., email) is found in a new breach. Requires the user to input an email address to monitor.
### new-breach-discovery-instant
#### Description
Emit new event whenever a new data breach is added to the Have I Been Pwned database. No additional configuration is required.
### new-paste-instant
#### Description
Emit new event whenever an account (e.g., email) is found in a new paste. Requires the user to input an email address to monitor.
## Actions
### check-email-breach
#### Description
Check if an email address has been part of any known breaches. Requires the user to input the email address to check.
### check-domain-breach
#### Description
Check if a specific domain has been part of any known breaches. Requires the user to input the domain to check.
### get-breach-details
#### Description
Retrieve detailed information about a specific breach. Requires the user to input the name of the breach.
Contributor guide
Assessment
This issue has not been assessed yet.