NAiOS IconNAiOS Logo
Volver al catálogo

Push by Techulus

push_by_techulus

Push by Techulus offers a cross-platform solution for sending push notifications via code and no-code to deliver transactional information in real-time.

Acciones
6
Triggers
0
Autenticación
OAuth gestionado
No
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 (6)

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.

Delete Team Member or InvitePUSH_BY_TECHULUS_DELETE_TEAM_MEMBER_OR_INVITEAcción

Tool to remove a user from the team or revoke a pending invitation. Use when you need to revoke team access or cancel an invite for a specific email address.

Parámetros de entrada

  • teamstringObligatorio

    Team API key

  • emailstringObligatorio

    The email address to remove or revoke invitation for

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

Invite User to TeamPUSH_BY_TECHULUS_INVITE_USER_TO_TEAMAcción

Tool to invite a user to a team by sending an email invitation. Use when you need to add a new member to an existing team.

Parámetros de entrada

  • teamstringObligatorio

    Team API key to which the user will be invited.

  • emailstringObligatorio

    Email address of the user to invite to the team.

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

Send Push Notification AsyncPUSH_BY_TECHULUS_SEND_NOTIFICATION_ASYNCAcción

Tool to send push notification asynchronously to all devices in an account or team. Use when you have more than 10 devices for better performance.

Parámetros de entrada

  • bodystringObligatorio

    Notification body content.

  • linkstring

    Notification link (URL).

  • imagestring

    Notification image (URL).

  • soundstringenum

    Notification sound. Valid options are: default, arcade, correct, fail, harp, reveal, bubble, doorbell, flute, money, scifi, clear, elevator, guitar, pop.

    defaultarcadecorrectfailharprevealbubbledoorbellflutemoneyscificlear+3
  • titlestringObligatorio

    Notification title.

  • channelstring

    Notification channel, alphanumeric and hyphens only. Defaults to 'feed'.

  • timeSensitiveboolean

    Time-sensitive notifications deliver immediately despite do-not-disturb mode (iOS only). Defaults to false.

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

Send Notification SyncPUSH_BY_TECHULUS_SEND_NOTIFICATION_SYNCAcción

Tool to send push notifications synchronously to all linked devices. Use when you need immediate confirmation of notification delivery to all devices or teams.

Parámetros de entrada

  • bodystringObligatorio

    Notification body/message content.

  • linkstring

    Notification URL destination to open when clicked.

  • imagestring

    Notification image URL to display.

  • soundstring

    Sound effect for notification. Options: default, arcade, correct, fail, harp, reveal, bubble, doorbell, flute, money, scifi, clear, elevator, guitar, pop.

  • titlestringObligatorio

    Notification title to display.

  • channelstring

    Alphanumeric channel identifier; defaults to 'feed' if not specified.

  • timeSensitiveboolean

    iOS-only; enables immediate delivery even in Do Not Disturb mode. Defaults to false.

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

Send Notification to Device GroupPUSH_BY_TECHULUS_SEND_NOTIFICATION_TO_GROUPAcción

Tool to send push notification to a specific device group. Use when you need to notify multiple devices in a group with customizable title, body, sound, and media options.

Parámetros de entrada

  • bodystringObligatorio

    Notification body message

  • linkstring

    Notification link (URL)

  • imagestring

    Notification image (URL)

  • soundstringenum

    Notification sound. Valid options: default, arcade, correct, fail, harp, reveal, bubble, doorbell, flute, money, scifi, clear, elevator, guitar, pop

    defaultarcadecorrectfailharprevealbubbledoorbellflutemoneyscificlear+3
  • titlestringObligatorio

    Notification title

  • channelstring

    Notification channel (alphanumeric and hyphens only). Default: 'feed'

  • group_idstringObligatorio

    The Device Group ID to send the notification to

  • timeSensitiveboolean

    Delivers immediately even if device is in do-not-disturb mode (iOS only). Default: false

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

Send Notification via Webhook POSTPUSH_BY_TECHULUS_SEND_NOTIFICATION_WEBHOOK_POSTAcción

Tool to send push notifications to all devices associated with a specific API key via POST request. Use when you need to deliver notifications through webhook integrations or team-based distribution.

Parámetros de entrada

  • bodystringObligatorio

    Notification body content

  • linkstring

    Notification link (URL)

  • imagestring

    Notification image (URL)

  • soundstringenum

    Notification sound. Valid options are default, arcade, correct, fail, harp, reveal, bubble, doorbell, flute, money, scifi, clear, elevator, guitar, pop

    defaultarcadecorrectfailharprevealbubbledoorbellflutemoneyscificlear+3
  • titlestringObligatorio

    Notification title

  • api_keystringObligatorio

    Account / Team API Key for authentication

  • channelstring

    Notification channel, alphanumerical string and hyphens only (default: 'feed')

  • time_sensitiveboolean

    Time sensitive notifications will be delivered immediately, even if the device is in do not disturb mode (iOS only) (default: false)

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