Pushbullet
pushbulletPushbullet enables seamless sharing of notifications and files across devices.
Acciones disponibles (19)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Create ChatPUSHBULLET_CREATE_CHATAcciónTool to create a new chat with the specified email address. use when you need to initiate a conversation thread by email.
PUSHBULLET_CREATE_CHATAcciónTool to create a new chat with the specified email address. use when you need to initiate a conversation thread by email.
Parámetros de entrada
emailstringObligatorioEmail of the person to create the chat with (does not have to be a Pushbullet user).
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Register DevicePUSHBULLET_CREATE_DEVICEAcciónTool to register a new device under the current user's account. use when adding a new hardware or app device to pushbullet.
PUSHBULLET_CREATE_DEVICEAcciónTool to register a new device under the current user's account. use when adding a new hardware or app device to pushbullet.
Parámetros de entrada
iconstringenumIcon for this device; e.g., desktop, phone, watch, etc.
desktopbrowserwebsitelaptoptabletphonewatchsystemiosmodelstringObligatorioModel of the device
has_smsbooleanTrue if the device has SMS capability (Android only)
nicknamestringObligatorioName to display for the device
push_tokenstringPlatform-specific push token; leave blank for custom devices
app_versionintegerObligatorioVersion of the Pushbullet app installed on the device (non-negative)
manufacturerstringObligatorioManufacturer of the device
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create PushPUSHBULLET_CREATE_PUSHAcciónTool 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_CREATE_PUSHAcciónTool 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".
Parámetros de entrada
urlanyuriURL to include with a link push. Required when type='link'.
bodystringBody text of the note, link message, or file message.
guidstringClient-generated unique identifier for idempotency.
typestringObligatorioenumType of push to send: 'note', 'link', or 'file'.
notelinkfileemailanyObligatorioemailtitlestringTitle of the note or link (optional).
file_urlanyuriURL of the file to push. Required when type='file'.
file_namestringFilename for file push. Required when type='file'.
file_typestringMIME type of the file. Required when type='file'.
channel_tagstringTag of channel to broadcast the push to subscribers.
client_idenstringIdentifier of OAuth client to send the push to its authorized users.
device_idenstringIdentifier of device to send the push to.
source_device_idenstringIdentifier of the source device sending this push.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete All PushesPUSHBULLET_DELETE_ALL_PUSHESAcciónTool to delete all pushes for the current user asynchronously. use when you need to bulk-clear all existing pushes in one call.
PUSHBULLET_DELETE_ALL_PUSHESAcciónTool to delete all pushes for the current user asynchronously. use when you need to bulk-clear all existing pushes in one call.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete ChatPUSHBULLET_DELETE_CHATAcciónTool 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_CHATAcciónTool to delete a chat by its identifier. use when you need to remove a chat from your pushbullet account after confirming its identifier.
Parámetros de entrada
idenstringObligatorioThe unique identifier of the chat to delete.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete Pushbullet DevicePUSHBULLET_DELETE_DEVICEAcciónTool 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_DEVICEAcciónTool to remove a device by its identifier. use when you need to delete a device from your pushbullet account after confirming its identifier.
Parámetros de entrada
device_idenstringObligatorioThe unique identifier of the device to delete.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete PushPUSHBULLET_DELETE_PUSHAcciónTool to delete a specific push by its identifier. use when you need to remove a push after confirming its identifier.
PUSHBULLET_DELETE_PUSHAcciónTool to delete a specific push by its identifier. use when you need to remove a push after confirming its identifier.
Parámetros de entrada
idenstringObligatorioIdentifier of the push to delete
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get current userPUSHBULLET_GET_USERAcciónTool 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_GET_USERAcciónTool to retrieve the currently authenticated user's profile. use when you need to verify the access token or display the current user's details.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List ChatsPUSHBULLET_LIST_CHATSAcciónTool 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_CHATSAcciónTool to list all chat objects for the current user. use when you need the full set of chat threads before sending or muting messages.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List DevicesPUSHBULLET_LIST_DEVICESAcciónTool to list all registered devices for the current user. use after obtaining a valid access token.
PUSHBULLET_LIST_DEVICESAcciónTool to list all registered devices for the current user. use after obtaining a valid access token.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List PushesPUSHBULLET_LIST_PUSHESAcciónTool to list pushes with optional filtering and pagination. use when retrieving or syncing pushes after a certain time.
PUSHBULLET_LIST_PUSHESAcciónTool to list pushes with optional filtering and pagination. use when retrieving or syncing pushes after a certain time.
Parámetros de entrada
limitintegerMaximum number of pushes to return (max 500, default 500).
activebooleanIf true, only active pushes are returned.
cursorstringCursor for pagination to fetch the next set of pushes.
modified_afternumberOnly return pushes modified after this UNIX timestamp (float).
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Register DevicePUSHBULLET_PUSHBULLET_CREATE_DEVICEAcciónTool to register a new device under the current user’s account. use when adding a new hardware or app device to the user's pushbullet devices.
PUSHBULLET_PUSHBULLET_CREATE_DEVICEAcciónTool to register a new device under the current user’s account. use when adding a new hardware or app device to the user's pushbullet devices.
Parámetros de entrada
iconstringenumIcon to use for this device. Commonly: desktop, mobile, watch, etc.
desktopbrowserwebsitelaptoptabletphonewatchsystemiosmodelstringObligatorioModel of the device
has_smsbooleanTrue if the device has SMS capability (Android only)
nicknamestringObligatorioName to use when displaying the device
push_tokenstringPlatform-specific push token. Leave blank for custom devices
app_versionintegerObligatorioVersion of the Pushbullet application installed on the device (non-negative)
manufacturerstringObligatorioManufacturer of the device
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete All PushesPUSHBULLET_PUSHBULLET_DELETE_ALL_PUSHESAcciónTool to delete all pushes for the current user asynchronously. use when you need to bulk-clear all existing pushes in one call.
PUSHBULLET_PUSHBULLET_DELETE_ALL_PUSHESAcciónTool to delete all pushes for the current user asynchronously. use when you need to bulk-clear all existing pushes in one call.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete PushPUSHBULLET_PUSHBULLET_DELETE_PUSHAcciónTool to delete a specific push by its identifier. use when you need to remove a push you created.
PUSHBULLET_PUSHBULLET_DELETE_PUSHAcciónTool to delete a specific push by its identifier. use when you need to remove a push you created.
Parámetros de entrada
idenstringObligatorioIdentifier of the push to delete
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Mute or Unmute ChatPUSHBULLET_PUSHBULLET_UPDATE_CHATAcciónTool to mute or unmute an existing chat. use when adjusting notification settings for a specific chat by its identifier.
PUSHBULLET_PUSHBULLET_UPDATE_CHATAcciónTool to mute or unmute an existing chat. use when adjusting notification settings for a specific chat by its identifier.
Parámetros de entrada
idenstringObligatorioUnique identifier of the chat to update
mutedbooleanObligatorioTrue to mute notifications for this chat, false to unmute
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update DevicePUSHBULLET_PUSHBULLET_UPDATE_DEVICEAcciónTool to update metadata for a device by its identifier. use when you need to change device settings like nickname, model, or icon.
PUSHBULLET_PUSHBULLET_UPDATE_DEVICEAcciónTool to update metadata for a device by its identifier. use when you need to change device settings like nickname, model, or icon.
Parámetros de entrada
iconstringenumIcon for the device. Common values: desktop, laptop, tablet, phone, watch, system, ios
desktopbrowserwebsitelaptoptabletphonewatchsystemiosidenstringObligatorioIdentifier of the device to update
modelstringModel of the device
has_smsbooleanWhether the device supports SMS (Android only).
nicknamestringNew display name for the device
push_tokenstringPlatform-specific push token. Leave blank for custom/listening devices
app_versionintegerVersion of the Pushbullet app installed on the device (non-negative)
manufacturerstringManufacturer of the device
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update DevicePUSHBULLET_UPDATE_DEVICEAcciónTool to update metadata for a device by its identifier. use when changing a device's nickname, model, or other settings.
PUSHBULLET_UPDATE_DEVICEAcciónTool to update metadata for a device by its identifier. use when changing a device's nickname, model, or other settings.
Parámetros de entrada
iconstringenumIcon for the device. Common values: desktop, laptop, tablet, phone, watch, system, ios.
desktopbrowserwebsitelaptoptabletphonewatchsystemiosidenstringObligatorioIdentifier of the device to update.
modelstringModel of the device.
has_smsbooleanWhether the device supports SMS (Android only).
nicknamestringNew display name for the device.
push_tokenstringPlatform-specific push token. Leave blank for custom or listening devices.
app_versionintegerVersion of the Pushbullet app installed on the device (non-negative).
manufacturerstringManufacturer of the device.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update PushPUSHBULLET_UPDATE_PUSHAcciónTool to update a push (dismiss or modify list items) by its identifier. use when marking a push as dismissed or updating list push items.
PUSHBULLET_UPDATE_PUSHAcciónTool to update a push (dismiss or modify list items) by its identifier. use when marking a push as dismissed or updating list push items.
Parámetros de entrada
idenstringObligatorioUnique identifier of the push to update
itemsobject[]List of items to update for list-style pushes
dismissedbooleanSet to true to mark the push as dismissed (hides notifications)
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Upload RequestPUSHBULLET_UPLOAD_REQUESTAcciónTool to obtain a signed upload url for a file before pushing. use when you need to upload file content via the signed s3 form data.
PUSHBULLET_UPLOAD_REQUESTAcciónTool to obtain a signed upload url for a file before pushing. use when you need to upload file content via the signed s3 form data.
Parámetros de entrada
file_namestringObligatorioName of the file to upload. Example: 'photo.jpg'
file_typeanyObligatoriomime-typeMIME type of the file. Example: 'image/jpeg'
Parámetros de salida
dataobjectObligatorioForm data to send with the file upload.
errorstringError if any occurred during the execution of the action
file_urlanyObligatoriouriURL where the file will be accessible after upload.
file_namestringObligatorioName of the file.
file_typestringObligatorioMIME type of the file.
successfulbooleanObligatorioWhether or not the action execution was successful or not
upload_urlanyObligatoriouriSigned URL for uploading the file.