NAiOS IconNAiOS Logo
Volver al catálogo

Pushbullet

pushbullet

Pushbullet enables seamless sharing of notifications and files across devices.

Acciones
19
Triggers
0
Autenticación
OAuth gestionado
Información técnica: el detalle de parámetros, schemas y triggers de esta página está pensado para equipos de integración. Si solo necesitas saber si tu herramienta favorita está disponible, basta con ver la lista de acciones.

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ón

Tool 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

  • emailstringObligatorio

    Email of the person to create the chat with (does not have to be a Pushbullet user).

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Register DevicePUSHBULLET_CREATE_DEVICEAcción

Tool 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

  • iconstringenum

    Icon for this device; e.g., desktop, phone, watch, etc.

    desktopbrowserwebsitelaptoptabletphonewatchsystemios
  • modelstringObligatorio

    Model of the device

  • has_smsboolean

    True if the device has SMS capability (Android only)

  • nicknamestringObligatorio

    Name to display for the device

  • push_tokenstring

    Platform-specific push token; leave blank for custom devices

  • app_versionintegerObligatorio

    Version of the Pushbullet app installed on the device (non-negative)

  • manufacturerstringObligatorio

    Manufacturer of the device

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Create PushPUSHBULLET_CREATE_PUSHAcción

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".

Parámetros de entrada

  • urlanyuri

    URL to include with a link push. Required when type='link'.

  • bodystring

    Body text of the note, link message, or file message.

  • guidstring

    Client-generated unique identifier for idempotency.

  • typestringObligatorioenum

    Type of push to send: 'note', 'link', or 'file'.

    notelinkfile
  • emailanyObligatorioemail
  • titlestring

    Title of the note or link (optional).

  • file_urlanyuri

    URL of the file to push. Required when type='file'.

  • file_namestring

    Filename for file push. Required when type='file'.

  • file_typestring

    MIME type of the file. Required when type='file'.

  • channel_tagstring

    Tag of channel to broadcast the push to subscribers.

  • client_idenstring

    Identifier of OAuth client to send the push to its authorized users.

  • device_idenstring

    Identifier of device to send the push to.

  • source_device_idenstring

    Identifier of the source device sending this push.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Delete All PushesPUSHBULLET_DELETE_ALL_PUSHESAcción

Tool 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

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Delete ChatPUSHBULLET_DELETE_CHATAcción

Tool 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

  • idenstringObligatorio

    The unique identifier of the chat to delete.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Delete Pushbullet DevicePUSHBULLET_DELETE_DEVICEAcción

Tool 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_idenstringObligatorio

    The unique identifier of the device to delete.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Delete PushPUSHBULLET_DELETE_PUSHAcción

Tool to delete a specific push by its identifier. use when you need to remove a push after confirming its identifier.

Parámetros de entrada

  • idenstringObligatorio

    Identifier of the push to delete

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get current userPUSHBULLET_GET_USERAcción

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.

Parámetros de entrada

Sin parámetros.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List ChatsPUSHBULLET_LIST_CHATSAcción

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.

Parámetros de entrada

Sin parámetros.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List DevicesPUSHBULLET_LIST_DEVICESAcción

Tool 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

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List PushesPUSHBULLET_LIST_PUSHESAcción

Tool to list pushes with optional filtering and pagination. use when retrieving or syncing pushes after a certain time.

Parámetros de entrada

  • limitinteger

    Maximum number of pushes to return (max 500, default 500).

  • activeboolean

    If true, only active pushes are returned.

  • cursorstring

    Cursor for pagination to fetch the next set of pushes.

  • modified_afternumber

    Only return pushes modified after this UNIX timestamp (float).

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Register DevicePUSHBULLET_PUSHBULLET_CREATE_DEVICEAcción

Tool 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

  • iconstringenum

    Icon to use for this device. Commonly: desktop, mobile, watch, etc.

    desktopbrowserwebsitelaptoptabletphonewatchsystemios
  • modelstringObligatorio

    Model of the device

  • has_smsboolean

    True if the device has SMS capability (Android only)

  • nicknamestringObligatorio

    Name to use when displaying the device

  • push_tokenstring

    Platform-specific push token. Leave blank for custom devices

  • app_versionintegerObligatorio

    Version of the Pushbullet application installed on the device (non-negative)

  • manufacturerstringObligatorio

    Manufacturer of the device

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Delete All PushesPUSHBULLET_PUSHBULLET_DELETE_ALL_PUSHESAcción

Tool 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

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Delete PushPUSHBULLET_PUSHBULLET_DELETE_PUSHAcción

Tool to delete a specific push by its identifier. use when you need to remove a push you created.

Parámetros de entrada

  • idenstringObligatorio

    Identifier of the push to delete

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Mute or Unmute ChatPUSHBULLET_PUSHBULLET_UPDATE_CHATAcción

Tool to mute or unmute an existing chat. use when adjusting notification settings for a specific chat by its identifier.

Parámetros de entrada

  • idenstringObligatorio

    Unique identifier of the chat to update

  • mutedbooleanObligatorio

    True to mute notifications for this chat, false to unmute

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Update DevicePUSHBULLET_PUSHBULLET_UPDATE_DEVICEAcción

Tool 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

  • iconstringenum

    Icon for the device. Common values: desktop, laptop, tablet, phone, watch, system, ios

    desktopbrowserwebsitelaptoptabletphonewatchsystemios
  • idenstringObligatorio

    Identifier of the device to update

  • modelstring

    Model of the device

  • has_smsboolean

    Whether the device supports SMS (Android only).

  • nicknamestring

    New display name for the device

  • push_tokenstring

    Platform-specific push token. Leave blank for custom/listening devices

  • app_versioninteger

    Version of the Pushbullet app installed on the device (non-negative)

  • manufacturerstring

    Manufacturer of the device

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Update DevicePUSHBULLET_UPDATE_DEVICEAcción

Tool to update metadata for a device by its identifier. use when changing a device's nickname, model, or other settings.

Parámetros de entrada

  • iconstringenum

    Icon for the device. Common values: desktop, laptop, tablet, phone, watch, system, ios.

    desktopbrowserwebsitelaptoptabletphonewatchsystemios
  • idenstringObligatorio

    Identifier of the device to update.

  • modelstring

    Model of the device.

  • has_smsboolean

    Whether the device supports SMS (Android only).

  • nicknamestring

    New display name for the device.

  • push_tokenstring

    Platform-specific push token. Leave blank for custom or listening devices.

  • app_versioninteger

    Version of the Pushbullet app installed on the device (non-negative).

  • manufacturerstring

    Manufacturer of the device.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Update PushPUSHBULLET_UPDATE_PUSHAcción

Tool 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

  • idenstringObligatorio

    Unique identifier of the push to update

  • itemsobject[]

    List of items to update for list-style pushes

  • dismissedboolean

    Set to true to mark the push as dismissed (hides notifications)

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Upload RequestPUSHBULLET_UPLOAD_REQUESTAcción

Tool 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_namestringObligatorio

    Name of the file to upload. Example: 'photo.jpg'

  • file_typeanyObligatoriomime-type

    MIME type of the file. Example: 'image/jpeg'

Parámetros de salida

  • dataobjectObligatorio

    Form data to send with the file upload.

  • errorstring

    Error if any occurred during the execution of the action

  • file_urlanyObligatoriouri

    URL where the file will be accessible after upload.

  • file_namestringObligatorio

    Name of the file.

  • file_typestringObligatorio

    MIME type of the file.

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

  • upload_urlanyObligatoriouri

    Signed URL for uploading the file.