Pushbullet Notifications: Instant Alerts Without Manual Pushes

This workflow automates Pushbullet notifications, replacing manual app pushes for alerts that take 2-5 minutes each for IT/support teams. The Webhook node receives POST requests with operation (create/update/getAll/delete), title, body, and optional device ID/URL, the Input Validation Set node sanitizes data, the Check Input Valid If node routes valid inputs, the Prepare Push Data Set node formats test messages, the Create Push Pushbullet node sends notifications, the Check Push Created If node verifies success, the Update Push Pushbullet node dismisses tests, the Get Recent Pushes Pushbullet node lists recent ones, the Process Push Results Function node compiles outputs, the Delete Test Push Pushbullet node cleans up, and the Success Response Respond to Webhook node returns summaries. Error paths (If/Respond to Webhook nodes) handle 400/502 failures. It helps IT admins in small businesses (5-20 staff) sending 50+ daily alerts for system status or updates, ensuring instant delivery without device switching, reducing oversight and improving response times for critical issues.\n\nThis workflow saves 1-2 hours weekly on 50 notifications, minimizing errors by 95%. Use cases include server alerts, task reminders for remote teams. Suitable for small operations. Requires Pushbullet (free tier for basics, $40/year Pro); n8n (free self-hosted or $20/month cloud). Scalable to 500 notifications/day with Pro plan.\n\nInstall n8n via n8n.io download or cloud.n8n.io signup. Get Pushbullet OAuth token at pushbullet.com (create app, authorize, copy token). Set PUSHBULLET_OAUTH_TOKEN env var in n8n. Import JSON, configure Webhook node with POST path 'pushbullet-operations.' Update Pushbullet nodes with OAuth credentials (token type). Webhook URL: https://your-n8n-instance/webhook/pushbullet-operations.\n\nTest with Postman: {operation: 'create_push', title: 'Test Alert', body: 'System check passed'}. Verify device notification and response. Common errors: Invalid token (401, regenerate at pushbullet.com), empty title/body (400). Activate webhook. Monitor executions weekly. Optimize with device targeting; refresh token quarterly.", "businessValue": "Saves 1-2 hours/week on 50 automated notifications", "setupTime": "20-30 minutes", "difficulty": "Beginner", "requirements": ["Pushbullet (free tier, $40/year Pro)", "OAuth token access", "n8n instance"], "useCase": "Automated device notifications for team alerts"

$6.99

Workflow steps: 14

Integrated apps: webhook, set, if

Pushbullet Notifications: Instant Alerts Without Manual Pushes preview