LIVEAI Bootcamps · May 2026 · 🇫🇷 CET
Resources · Integrations · n8n FREE · 2026Pushbullet logo featuring a blue paper plane icon and the company name in a sans-serif font

PUSHBULLET n8n INTEGRATION: AUTOMATE PUSHBULLET WITH N8N

PUSHBULLET N8N INTEGRATION: AUTOMATE PUSHBULLET WITH N8N

Need help

Need help automating Pushbullet with n8n?

Our team will get back to you in minutes.

Reply within 1 business hour
Why automate

Why automate Pushbullet with n8n?

The Pushbullet n8n integration gives you access to 4 distinct actions that cover the essential notification management operations: creating notes, retrieving pushes in bulk, deleting specific notifications, and updating existing pushes. This means you can build complete notification workflows that handle everything from sending automated alerts to cleaning up old notifications.

Significant time savings: Instead of manually sending push notifications or checking your push history, set up smart rules that do it automatically. For example, automatically send a Pushbullet note to your phone whenever a critical event occurs in your monitoring system. What used to require constant manual attention now runs on autopilot.

Improved responsiveness: Trigger instant Pushbullet notifications the moment something happens in your connected apps. Receive an alert on all your devices within seconds of a new customer inquiry, a server issue, or any event that matters to your workflow. No more delays, no more missed notifications.

Seamless ecosystem integration: Connect Pushbullet to over 400 applications available in n8n. Send push notifications when a new row is added to Google Sheets, delete old pushes when cleaning up your CRM, or create automated note sequences based on calendar events. The possibilities are virtually endless.

Concrete workflow examples include: automated server monitoring alerts, team notification systems triggered by project management updates, personal reminders based on email content, and multi-device synchronization workflows. With the Pushbullet n8n integration, your notifications become an intelligent, automated part of your digital workflow.

Credentials

How to connect Pushbullet to n8n?

  1. !
    1 step

    How to connect Pushbullet to n8n?

    1. 01

      Add the node

      The Pushbullet n8n integration uses API Key authentication, making the setup process straightforward. Here's how to establish the connection:Access your Pushbullet account settings: Log into your Pushbullet account and navigate to the Settings page. Look for the "Access Tokens" section where you can generate your API key.Generate an Access Token: Click on "Create Access Token" to generate a new API key. This token will be used to authenticate n8n with your Pushbullet account. Copy this token immediately—you won't be able to see it again.Add credentials in n8n: In your n8n workflow, add a Pushbullet node. Click on "Credential to connect with" and select "Create New Credential." Paste your Pushbullet Access Token into the appropriate field.Test the connection: Save your credentials and run a test operation (like "Get Many" pushes) to confirm the connection is working properly. If successful, you'll see your recent pushes returned.Secure your credentials: n8n encrypts your credentials, but it's good practice to use environment variables for sensitive data in production deployments.

    Pushbullet credentials
    TIP
    💡 TIP: Create a dedicated Access Token specifically for n8n rather than using a token shared with other integrations. This way, if you ever need to revoke access, you can do so without disrupting your other Pushbullet integrations. Label your token clearly (e.g., "n8n-automation") so you can identify it later. For more guidance on managing credentials and troubleshooting, check our n8n troubleshooting guide.
Need help

Need help automating Pushbullet with n8n?

Our team will get back to you in minutes.

Reply within 1 business hour
Actions

Pushbullet actions available in n8n

  1. 01
    Action 01

    Create Note

    The Create Note action is your go-to for sending push notifications programmatically. This action allows you to compose and send a Pushbullet note—complete with title and body text—to your devices, specific channels, or contacts. It's the foundation of most notification workflows.

    Key parameters:

    • Credential to connect with: A required dropdown to select your authenticated Pushbullet account. You'll see your configured account listed here.
    • Resource: Required dropdown set to "Push"—this defines that you're working with Pushbullet push notifications.
    • Operation: Required dropdown set to "Create"—indicating you're sending a new push.
    • Type: Required dropdown set to "Note"—specifying this will be a text-based notification.
    • Title: Text input field for the notification's subject line. Keep it concise and descriptive.
    • Body: Larger text field for the main content of your note. This is where you include the detailed message.
    • Target: Optional dropdown to specify the destination—send to all devices (Default), a specific device, or a channel.

    Use cases:

    • Send automated alerts when your e-commerce store receives a new order via WooCommerce
    • Push daily summary reports from your analytics dashboard to your phone
    • Create instant notifications when a specific keyword appears in monitored emails

    This action is perfect when you need to keep yourself or your team informed about events happening across your digital ecosystem. Combine it with any n8n trigger to create responsive notification workflows.

    Create Note
  2. 02
    Action 02

    Get Many

    The Get Many action retrieves multiple pushes from your Pushbullet history in a single operation. This is essential for workflows that need to analyze, process, or act upon your existing notifications—whether for reporting, cleanup, or synchronization purposes.

    Key parameters:

    • Credential to connect with: Required dropdown to select your Pushbullet account credentials.
    • Resource: Required dropdown set to "Push" to work with push notifications.
    • Operation: Required dropdown set to "Get Many" for bulk retrieval.
    • Return All: Optional toggle switch. When enabled, retrieves all available pushes regardless of the limit setting.
    • Limit: Optional text field (default: 100) that sets the maximum number of pushes to retrieve when "Return All" is disabled.
    • Filters: Expandable section allowing you to add criteria to narrow down which pushes are retrieved.

    Use cases:

    • Build a daily digest workflow that collects all pushes from the last 24 hours
    • Create an archiving automation that backs up your push history to Google Sheets
    • Analyze notification patterns by pulling push data into a reporting dashboard

    When you need to process multiple notifications programmatically—whether for analysis, backup, or cleanup—the Get Many action provides the data access you need.

    Get Many
  3. 03
    Action 03

    Push: Delete

    The Push: Delete action permanently removes a specific push from your Pushbullet account. This is crucial for maintaining a clean notification history, implementing retention policies, or building cleanup workflows that automatically remove outdated or processed notifications.

    Key parameters:

    • Credential to connect with: Required dropdown to select your authenticated Pushbullet account.
    • Resource: Required dropdown set to "Push" to target push notifications.
    • Operation: Required dropdown set to "Delete" for removal operations.
    • Push ID: Required text field where you must enter the unique identifier of the push you want to delete. This ID can be obtained from the Get Many action or from webhook payloads.

    Use cases:

    • Automatically delete pushes older than 30 days to maintain a clean history
    • Remove processed notifications after they've been logged to your database
    • Clean up test pushes created during workflow development

    Combine this action with Get Many to build sophisticated cleanup workflows. For instance, retrieve all pushes, filter for those older than a certain date, and delete them in a loop—all automated.

    Push: Delete
  4. 04
    Action 04

    Update Push

    The Update Push action modifies an existing push notification. While Pushbullet pushes are generally immutable in content, this action allows you to mark pushes as dismissed—useful for managing notification states across your devices and keeping your Pushbullet feed organized.

    Key parameters:

    • Credential to connect with: Required dropdown to select your Pushbullet account for authentication.
    • Resource: Required dropdown set to "Push" to work with push notifications.
    • Operation: Required dropdown set to "Update" for modification operations.
    • Push ID: Required text field for the unique identifier of the push you want to update.
    • Dismissed: Optional toggle switch that, when enabled, marks the push as dismissed across all your devices.

    Use cases:

    • Auto-dismiss notifications after they've been processed by another part of your workflow
    • Mark alerts as resolved once the underlying issue has been addressed
    • Build a notification acknowledgment system that syncs dismissal states

    This action is particularly valuable when you're building workflows that manage notification lifecycle states. Instead of deleting pushes, you can dismiss them to maintain history while keeping your notification feed clean.

    Update Push
You've seen the integration

Build your first workflow with our team

Drop your email and we'll send you the catalog of automations you can ship today.

  • Free n8n & Make scenarios to import
  • Step-by-step setup docs
  • Live cohort + community support

Frequently asked questions

  • Is the Pushbullet n8n integration free?
    Yes, the Pushbullet integration is included natively in n8n at no additional cost—both in the self-hosted open-source version and in n8n Cloud plans. However, keep in mind that Pushbullet itself has usage limits on its free tier (around 500 pushes per month). If your automation workflows require high-volume notifications, you may need a Pushbullet Pro subscription. For n8n, self-hosting is free and unlimited, while n8n Cloud has pricing tiers based on workflow executions. The integration itself adds no extra charges. You can also explore alternatives like Twilio for SMS notifications or Discord for team alerts.
  • How can I find the Push ID needed for Delete and Update actions?
    The Push ID is a unique identifier assigned to each Pushbullet notification. You can obtain it in several ways within n8n: Use the "Get Many" action first to retrieve a list of pushes—each returned item includes its iden field, which is the Push ID. Alternatively, if you're creating pushes via n8n's "Create Note" action, the output of that action includes the newly created push's ID. You can then pass this ID to subsequent Delete or Update actions in your workflow using expressions like {{$node["Create Note"].json["iden"]}}. Learn more about n8n expressions in the official documentation.
  • Can I send Pushbullet notifications to specific devices or channels with n8n?
    Absolutely. The Create Note action includes a "Target" parameter that allows you to specify exactly where your push notification should be sent. You can send to all your devices (the default setting), a specific device by selecting it from the dropdown, or even to a Pushbullet channel if you've set one up. This flexibility lets you build targeted notification workflows—for example, sending work alerts only to your laptop while personal reminders go to your phone. For more advanced notification workflows, consider combining Pushbullet with Slack or Gmail integrations.
Hack'celeration Lab

Get our weekly integration tips.

No spam. Unsubscribe anytime.