This is an n8n community node for HackNotice. It lets you fetch third-party, first-party, end-user, and research alerts in your n8n workflows.
n8n is a fair-code licensed workflow automation platform.
Follow the installation guide in the n8n community nodes documentation.
-
Third Party Alerts
- Get Third Party Alerts
-
First Party Alerts
- Get Many First Party Alerts
-
End User Alerts
- Get End User Alerts
-
Research
- Get Phrase Alerts
- Get Wordpool Alerts
All alert operations support:
- Saved search selection (optional)
- Limit By Time:
Last Day,Last Week,Last Month
Use the HackNotice API credential.
- API Key – Your HackNotice API key.
- API Base URL – Fixed to
https://extensionapi.hacknotice.com.
- Email – Your HackNotice account email.
- Password – Your HackNotice account password.
The node automatically signs in to obtain a JWT, then sends both headers on every API request:
apikey: <your apiKey>Authorization: JWT <token>
API reference: HackNotice API (Postman)
Compatible with n8n@1.60.0 or later