n8n-nodes-iotpush
v1.0.0
Published
n8n community node for iotpush - Multi-channel IoT push notifications
Maintainers
Readme
n8n-nodes-iotpush
This is an n8n community node for iotpush — a multi-channel IoT push notification service.
Send real-time push notifications to any device, webhook, or integration channel directly from your n8n workflows.
iotpush · Documentation · n8n Community Nodes
Installation
Follow the n8n community nodes installation guide.
In n8n Desktop / Self-hosted
- Go to Settings → Community Nodes
- Enter
n8n-nodes-iotpush - Click Install
Manual Installation
cd ~/.n8n/nodes
npm install n8n-nodes-iotpushThen restart n8n.
Configuration
- Create an iotpush account at iotpush.com
- Create a topic in the iotpush dashboard
- Copy your API key from the topic settings (for private topics)
- In n8n, add IoTPush API credentials with your API key
- For public topics, credentials are optional
Operations
Message
| Operation | Description | |-----------|-------------| | Send Push | Send a push notification to a topic | | Get Messages | Retrieve recent messages for a topic |
Topic
| Operation | Description | |-----------|-------------| | Get Info | Get information about a topic |
Usage Examples
Send a Simple Notification
- Add the IoTPush node to your workflow
- Select Message → Send Push
- Enter your Topic name
- Enter a Message (e.g., "Server health check passed ✅")
- Optionally set Title, Priority, and Tags
Monitor & Alert Pipeline
Connect a Cron trigger → HTTP Request (check your service) → IF (check status) → IoTPush (send alert on failure).
Send with Priority
{
"topic": "server-alerts",
"message": "CPU usage above 90%!",
"title": "🔥 High CPU Alert",
"priority": "urgent",
"tags": "server,cpu,alert"
}Screenshots
Coming soon
Resources
License
MIT © DaSecure Solutions LLC
