Push by Techulus
push_by_techulusPush by Techulus offers a cross-platform solution for sending push notifications via code and no-code to deliver transactional information in real-time.
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ónTool 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.
PUSH_BY_TECHULUS_DELETE_TEAM_MEMBER_OR_INVITEAcciónTool 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
teamstringObligatorioTeam API key
emailstringObligatorioThe email address to remove or revoke invitation for
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
Invite User to TeamPUSH_BY_TECHULUS_INVITE_USER_TO_TEAMAcciónTool 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.
PUSH_BY_TECHULUS_INVITE_USER_TO_TEAMAcciónTool 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
teamstringObligatorioTeam API key to which the user will be invited.
emailstringObligatorioEmail address of the user to invite to the team.
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
Send Push Notification AsyncPUSH_BY_TECHULUS_SEND_NOTIFICATION_ASYNCAcciónTool to send push notification asynchronously to all devices in an account or team. Use when you have more than 10 devices for better performance.
PUSH_BY_TECHULUS_SEND_NOTIFICATION_ASYNCAcciónTool 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
bodystringObligatorioNotification body content.
linkstringNotification link (URL).
imagestringNotification image (URL).
soundstringenumNotification sound. Valid options are: default, arcade, correct, fail, harp, reveal, bubble, doorbell, flute, money, scifi, clear, elevator, guitar, pop.
defaultarcadecorrectfailharprevealbubbledoorbellflutemoneyscificlear+3titlestringObligatorioNotification title.
channelstringNotification channel, alphanumeric and hyphens only. Defaults to 'feed'.
timeSensitivebooleanTime-sensitive notifications deliver immediately despite do-not-disturb mode (iOS only). Defaults to false.
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
Send Notification SyncPUSH_BY_TECHULUS_SEND_NOTIFICATION_SYNCAcciónTool to send push notifications synchronously to all linked devices. Use when you need immediate confirmation of notification delivery to all devices or teams.
PUSH_BY_TECHULUS_SEND_NOTIFICATION_SYNCAcciónTool 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
bodystringObligatorioNotification body/message content.
linkstringNotification URL destination to open when clicked.
imagestringNotification image URL to display.
soundstringSound effect for notification. Options: default, arcade, correct, fail, harp, reveal, bubble, doorbell, flute, money, scifi, clear, elevator, guitar, pop.
titlestringObligatorioNotification title to display.
channelstringAlphanumeric channel identifier; defaults to 'feed' if not specified.
timeSensitivebooleaniOS-only; enables immediate delivery even in Do Not Disturb mode. Defaults to false.
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
Send Notification to Device GroupPUSH_BY_TECHULUS_SEND_NOTIFICATION_TO_GROUPAcciónTool 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.
PUSH_BY_TECHULUS_SEND_NOTIFICATION_TO_GROUPAcciónTool 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
bodystringObligatorioNotification body message
linkstringNotification link (URL)
imagestringNotification image (URL)
soundstringenumNotification sound. Valid options: default, arcade, correct, fail, harp, reveal, bubble, doorbell, flute, money, scifi, clear, elevator, guitar, pop
defaultarcadecorrectfailharprevealbubbledoorbellflutemoneyscificlear+3titlestringObligatorioNotification title
channelstringNotification channel (alphanumeric and hyphens only). Default: 'feed'
group_idstringObligatorioThe Device Group ID to send the notification to
timeSensitivebooleanDelivers immediately even if device is in do-not-disturb mode (iOS only). Default: false
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
Send Notification via Webhook POSTPUSH_BY_TECHULUS_SEND_NOTIFICATION_WEBHOOK_POSTAcciónTool 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.
PUSH_BY_TECHULUS_SEND_NOTIFICATION_WEBHOOK_POSTAcciónTool 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
bodystringObligatorioNotification body content
linkstringNotification link (URL)
imagestringNotification image (URL)
soundstringenumNotification sound. Valid options are default, arcade, correct, fail, harp, reveal, bubble, doorbell, flute, money, scifi, clear, elevator, guitar, pop
defaultarcadecorrectfailharprevealbubbledoorbellflutemoneyscificlear+3titlestringObligatorioNotification title
api_keystringObligatorioAccount / Team API Key for authentication
channelstringNotification channel, alphanumerical string and hyphens only (default: 'feed')
time_sensitivebooleanTime sensitive notifications will be delivered immediately, even if the device is in do not disturb mode (iOS only) (default: false)
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