Integration

Push for n8n

Send push notifications from your n8n workflows. Connect Push to 400+ apps and services to get instant mobile alerts on the events that matter.

Installation

  1. Open your n8n instance and go to Settings → Community Nodes
  2. Click Install a community node and enter the package name:
@techulus/n8n-nodes-push
  1. Add the Push node to any workflow and configure your API key from your Push dashboard

Operations

Send Notification

Synchronous delivery to all your devices. Waits for confirmation before proceeding to the next node.

{
  "title": "New Order Received",
  "body": "Order #1234 from John Doe — $99.00",
  "sound": "money",
  "link": "https://your-store.com/orders/1234"
}

Send Notification (Async)

Asynchronous delivery recommended for teams or large device counts. Returns immediately without waiting for delivery confirmation.

{
  "title": "Deploy Complete",
  "body": "Production v2.1.0 deployed successfully",
  "sound": "correct",
  "channel": "deployments",
  "timeSensitive": true
}

Send to Group

Target a specific device group by its ID. Ideal for department-specific alerts or on-call rotations.

{
  "title": "Server Alert",
  "body": "CPU usage above 90% on prod-web-01",
  "sound": "fail",
  "channel": "infrastructure",
  "timeSensitive": true
}

Notification Options

OptionDescription
SoundChoose from 15 notification sounds (default, arcade, bubble, doorbell, and more)
ChannelOrganize notifications by channel (alphanumeric, max 24 characters)
LinkURL to open when the notification is tapped
ImageImage URL to display in the notification
Time SensitiveBypass Do Not Disturb and focus modes on iOS

Features

No-Code Setup
Install from the n8n community nodes panel and connect your API key. No coding required to start sending notifications from any workflow.
Sync & Async Delivery
Choose between synchronous delivery for immediate confirmation or async delivery for high-throughput workflows with large device counts.
Group Notifications
Target specific device groups to send notifications to the right people. Perfect for team alerts and department-specific messaging.
Custom Sounds
Choose from 15 built-in notification sounds to differentiate alerts by type or urgency. From arcade to doorbell, pick what fits.
Rich Notifications
Attach links, images, and channels to your notifications. Mark alerts as time-sensitive to bypass focus modes on iOS.
Workflow Automation
Trigger notifications from any n8n workflow. Connect to 400+ apps and services to get alerted on the events that matter.