← Tools Reference

Pushbullet

Pushbullet integration (Communication, Productivity). Imported from open-connector.

API key14 toolshttps://api.pushbullet.com/v2
GET
pushbullet_get_current_user
Get the currently authenticated Pushbullet user profile.

/users/me

GET
pushbullet_list_devices
List all registered devices for the current Pushbullet user.

/devices

POST
pushbullet_create_device
Create a new Pushbullet device for the current user.

/devices

POST
pushbullet_update_device
Update metadata for an existing Pushbullet device.

/devices/{iden}

1 parameter
ParamTypeRequiredDescription
idenstringrequiredPushbullet identifier for the resource.
DELETE
pushbullet_delete_device
Delete one Pushbullet device by identifier.

/devices/{iden}

1 parameter
ParamTypeRequiredDescription
idenstringrequiredPushbullet identifier for the resource.
GET
pushbullet_list_pushes
List Pushbullet pushes with optional active, modified-after, and cursor filters.

/pushes

4 parameters
ParamTypeRequiredDescription
activebooleanoptionalWhen true, only return active pushes.
modified_afternumberoptionalOnly return pushes modified after this Unix timestamp.
cursorstringoptionalCursor returned by a previous list_pushes response.
limitintegeroptionalMaximum number of pushes to return, up to 500.
POST
pushbullet_create_push
Send a Pushbullet note, link, file, or list push to the current user or a selected target.

/pushes

POST
pushbullet_update_push
Update an existing Pushbullet push by identifier.

/pushes/{iden}

1 parameter
ParamTypeRequiredDescription
idenstringrequiredPushbullet identifier for the resource.
DELETE
pushbullet_delete_push
Delete one Pushbullet push by identifier.

/pushes/{iden}

1 parameter
ParamTypeRequiredDescription
idenstringrequiredPushbullet identifier for the resource.
DELETE
pushbullet_delete_all_pushes
Delete all Pushbullet pushes for the current account.

/pushes

GET
pushbullet_list_chats
List Pushbullet chats for the current account.

/chats

POST
pushbullet_create_chat
Create a Pushbullet chat with another user by email address.

/chats

1 parameter
ParamTypeRequiredDescription
emailstringoptionalEmail address for the chat participant.
POST
pushbullet_update_chat
Update an existing Pushbullet chat by identifier.

/chats/{iden}

2 parameters
ParamTypeRequiredDescription
idenstringrequiredPushbullet identifier for the resource.
mutedbooleanoptionalWhether the chat should be muted.
DELETE
pushbullet_delete_chat
Delete one Pushbullet chat by identifier.

/chats/{iden}

1 parameter
ParamTypeRequiredDescription
idenstringrequiredPushbullet identifier for the resource.