Pushbullet
15 operations0 webhooks
Pushbullet plugin for Corsair
Supported operations
- CreateWrite
Start a chat with another Pushbullet user by email
- DeleteDestructive
Delete a chat
- ListRead-only
List the chats on the account
- Set MutedWrite
Mute or unmute a chat
FAQ
Install corsair and @corsair-dev/pushbullet, add the Pushbullet plugin, and connect with an API key or OAuth. Then call methods like corsair.pushbullet.api.chats.create() from your app. Corsair stores tokens, and syncs data per tenant.
Yes. Pushbullet supports an API key or OAuth. Use credentials or OAuth scopes that match what you automate. Create them in the Pushbullet developer console, then paste into Corsair or connect through managed auth in Hub.
Yes. One Corsair client can hit Pushbullet, GitHub, Notion, Stripe, and the rest. Trigger Pushbullet from a webhook, push updates to Slack, or chain actions across plugins. Same tenant context across integrations, plain TypeScript.
Teams use Corsair for pushbullet plugin for corsair. Common builds include sync jobs, admin tooling, and agents that call Pushbullet APIs from your backend. Local DB entities let you query synced Pushbullet records without hitting the API on every read.
The SDK is open source. Self-host and you pay Corsair nothing for the integration layer. Hub bills for hosted auth and execution, not per Pushbullet API call. Hub has a generous free tier. For hobby projects you can probably run the whole thing on free. Paid plans start to matter with more tenants or heavier traffic.
We maintain @corsair-dev/pushbullet in the open repo. When Pushbullet ships API changes, upgrade the package. Your call sites stay typed. You should not need to rewrite the integration layer each time.
No. Corsair does not read your Pushbullet data or hold individual access credentials. Credentials stay in your database. API calls run on your instance. We do not store Pushbullet data on your behalf.