# Pushbullet AI integration on Definable

> Pushbullet enables seamless sharing of notifications and files across devices.

## What this connects

Pushbullet enables seamless sharing of notifications and files across devices.

Vendor: https://www.pushbullet.com/

## Tools available

**15** tools available. First 12:

- `PUSHBULLET_CREATE_CHAT` — Create Chat — Tool to create a new chat with the specified email address. Use when you need to initiate a conversation thread by email.
- `PUSHBULLET_CREATE_DEVICE` — Register Device — Tool to register a new device under the current user's account. Use when adding a new hardware or app device to Pushbullet.
- `PUSHBULLET_CREATE_PUSH` — Create Push — Tool to send a new push (note, link, or file) to a device, user, channel, or client. Use when you need to share content to a specific target. Example: "Send a link to https://example.com to device abc123".
- `PUSHBULLET_DELETE_ALL_PUSHES` — Delete All Pushes — Tool to delete all pushes for the current user asynchronously. Use when you need to bulk-clear all existing pushes in one call.
- `PUSHBULLET_DELETE_CHAT` — Delete Chat — Tool to delete a chat by its identifier. Use when you need to remove a chat from your Pushbullet account after confirming its identifier.
- `PUSHBULLET_DELETE_DEVICE` — Delete Pushbullet Device — Tool to remove a device by its identifier. Use when you need to delete a device from your Pushbullet account after confirming its identifier.
- `PUSHBULLET_DELETE_PUSH` — Delete Push — Tool to delete a specific push by its identifier. Use when you need to remove a push after confirming its identifier.
- `PUSHBULLET_GET_USER` — Get current user — Tool to retrieve the currently authenticated user's profile. Use when you need to verify the access token or display the current user's details.
- `PUSHBULLET_LIST_CHATS` — List Chats — Tool to list all chat objects for the current user. Use when you need the full set of chat threads before sending or muting messages.
- `PUSHBULLET_LIST_DEVICES` — List Devices — Tool to list all registered devices for the current user. Use after obtaining a valid access token.
- `PUSHBULLET_LIST_PUSHES` — List Pushes — Tool to list pushes with optional filtering and pagination. Use when retrieving or syncing pushes after a certain time.
- `PUSHBULLET_UPDATE_CHAT` — Mute or Unmute Chat — Tool to mute or unmute an existing chat. Use when adjusting notification settings for a specific chat by its identifier.

## Auth

Auth schemes: `OAUTH2`, `API_KEY`. Managed by Definable: `OAUTH2` — no client credentials required from the user.

## How agents use Pushbullet

Inside a Definable workflow, Pushbullet is one of the tools the **Distributor specialist** can call. Example coordination patterns:

- **Researcher → Pushbullet** — the Researcher (GPT-5.5) pulls context from Pushbullet (records, threads, documents), synthesises findings, and briefs the rest of the team.
- **Writer → Distributor → Pushbullet** — the Writer (Claude Opus 4.7) drafts copy in brand voice, the Verifier passes it, then the Distributor writes the result into Pushbullet (create record, post message, draft email).
- **Designer / Engineer → Distributor → Pushbullet** — the Designer ships an asset or the Engineer ships a code change, the Distributor delivers it via Pushbullet (attach file, open PR comment, post status).

The Verifier checks every Pushbullet call. On rate limit, schema drift, or auth refresh it self-heals and retries — the workflow completes without manual intervention.

## Categories

- notifications — https://definable.ai/apps/category/notifications/
- file management & storage — https://definable.ai/apps/category/file-management-&-storage/

## Related

- HTML page: https://definable.ai/apps/pushbullet/
- Same category (notifications): https://definable.ai/apps/category/notifications/
- All integrations: https://definable.ai/apps/
- Workflow (multi-agent loop): https://definable.ai/workflow/
- Apps llms.txt index: https://definable.ai/llms-apps.txt
