n8n-nodes-notif
v0.1.0
Published
n8n community nodes for notif.sh event hub
Downloads
102
Maintainers
Keywords
Readme
n8n-nodes-notif
n8n community nodes for notif.sh event hub.
Installation
Community Nodes (Recommended)
- Go to Settings > Community Nodes
- Select Install
- Enter
n8n-nodes-notifand click Install
Manual Installation
cd ~/.n8n/nodes
npm install n8n-nodes-notifNodes
Notif
Emit events to notif.sh from your workflow.
Configuration:
- Topic: The topic to emit the event to (e.g.,
orders.new) - Data: The event data as JSON
Notif Trigger
Starts a workflow when events are received from notif.sh.
Features:
- Automatically creates a webhook when the workflow is activated
- Automatically deletes the webhook when the workflow is deactivated
- Verifies HMAC signatures for security
- Supports topic wildcards (
*for single segment,>for all remaining)
Configuration:
- Topics: Comma-separated topic patterns (e.g.,
orders.*,leads.new)
Credentials
Notif API
- API Key: Your notif.sh API key (starts with
nsh_) - Server URL: API server URL (default:
https://api.notif.sh)
Get your API key at app.notif.sh.
Example Workflow
- Add a Notif Trigger node
- Configure topics:
orders.*, payments.completed - Activate the workflow
- Events matching those topics will trigger the workflow
Topic Patterns
| Pattern | Matches |
|---------|---------|
| orders.new | Exactly orders.new |
| orders.* | orders.new, orders.updated (single segment) |
| orders.> | orders.new, orders.us.created (all remaining) |
Resources
License
MIT
