Push by Techulus offers a cross-platform solution for sending push notifications via code and no-code to deliver transactional information in real-time.
Push by Techulus offers a cross-platform solution for sending push notifications via code and no-code to deliver transactional information in real-time. On Nagent, Push by Techulus is exposed as a fully-configurable notifications integration that any agent can call — 6 actions, and API key authentication. No code is required to wire Push by Techulus into your workflow — connect it once via the External Integrations panel and reuse it across every agent you build.
Agent builders use Push by Techulus to automate the kinds of tasks notifications teams previously handled manually. Concrete examples — each one is a single agent step in Nagent — include:
Every action and trigger is paired with a structured input/output schema (visible in the sections below), so when you wire Push by Techulus into Helix — our agentic agent builder — the editor knows exactly what each step expects and produces. Configure once, deploy anywhere across your Nagent agents.
Every operation an agent can call against Push by Techulus, with input parameters and output schema. Drop these into any step of an agent built in Helix.
PUSH_BY_TECHULUS_DELETE_TEAM_MEMBER_OR_INVITETool 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.
Input parameters
Team API key
The email address to remove or revoke invitation for
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
PUSH_BY_TECHULUS_INVITE_USER_TO_TEAMTool 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.
Input parameters
Team API key to which the user will be invited.
Email address of the user to invite to the team.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
PUSH_BY_TECHULUS_SEND_NOTIFICATION_ASYNCTool to send push notification asynchronously to all devices in an account or team. Use when you have more than 10 devices for better performance.
Input parameters
Notification body content.
Notification link (URL).
Notification image (URL).
Notification sound. Valid options are: default, arcade, correct, fail, harp, reveal, bubble, doorbell, flute, money, scifi, clear, elevator, guitar, pop.
Notification title.
Notification channel, alphanumeric and hyphens only. Defaults to 'feed'.
Time-sensitive notifications deliver immediately despite do-not-disturb mode (iOS only). Defaults to false.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
PUSH_BY_TECHULUS_SEND_NOTIFICATION_SYNCTool to send push notifications synchronously to all linked devices. Use when you need immediate confirmation of notification delivery to all devices or teams.
Input parameters
Notification body/message content.
Notification URL destination to open when clicked.
Notification image URL to display.
Sound effect for notification. Options: default, arcade, correct, fail, harp, reveal, bubble, doorbell, flute, money, scifi, clear, elevator, guitar, pop.
Notification title to display.
Alphanumeric channel identifier; defaults to 'feed' if not specified.
iOS-only; enables immediate delivery even in Do Not Disturb mode. Defaults to false.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
PUSH_BY_TECHULUS_SEND_NOTIFICATION_TO_GROUPTool 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.
Input parameters
Notification body message
Notification link (URL)
Notification image (URL)
Notification sound. Valid options: default, arcade, correct, fail, harp, reveal, bubble, doorbell, flute, money, scifi, clear, elevator, guitar, pop
Notification title
Notification channel (alphanumeric and hyphens only). Default: 'feed'
The Device Group ID to send the notification to
Delivers immediately even if device is in do-not-disturb mode (iOS only). Default: false
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
PUSH_BY_TECHULUS_SEND_NOTIFICATION_WEBHOOK_POSTTool 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.
Input parameters
Notification body content
Notification link (URL)
Notification image (URL)
Notification sound. Valid options are default, arcade, correct, fail, harp, reveal, bubble, doorbell, flute, money, scifi, clear, elevator, guitar, pop
Notification title
Account / Team API Key for authentication
Notification channel, alphanumerical string and hyphens only (default: 'feed')
Time sensitive notifications will be delivered immediately, even if the device is in do not disturb mode (iOS only) (default: false)
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
No publicly available marketplace agent is found using this tool yet. There are 82 agents privately built on Nagent that already use Push by Techulus.
Build on Nagent
Connect Push by Techulus to any Nagent agent in minutes — no API key management, no boilerplate. Just configure and deploy.
The five questions agent builders ask before adopting a new integration.
Open the External Integrations panel inside Nagent (app.nagent.ai/externalIntegration), find Push by Techulus, and click "Connect Now." You'll authenticate with an API key — Nagent handles credential storage and refresh automatically. Once connected, Push by Techulus is available to any agent in your workspace.
No. Nagent provides no-code integration for every tool. Once Push by Techulus is connected, you configure its 6 actions directly in the agent builder UI — no API calls, no boilerplate, no schema management.
Helix — Nagent's agentic agent builder — lets you drop Push by Techulus steps into any workflow visually. Pick an action (e.g., one of those listed above), fill in the inputs (Helix knows the required vs. optional schema for each parameter), and connect it to upstream/downstream steps. Triggers run as the entry point of an agent, so when a Push by Techulus event fires, the agent kicks off automatically.
Every Push by Techulus action and trigger ships with a fully-typed schema — input parameters with name, type, required flag, and description, plus the output payload shape. The schemas are documented in the sections above. Helix uses these schemas to validate your configuration at build time and to type-check the data flowing between steps.
Yes. While Push by Techulus ships with 6 pre-built notifications actions, you can layer custom logic around them inside Helix — pre/post-processing steps, conditional branches, retries, or stitching Push by Techulus together with other connected tools. For deeper customization, talk to our team about Nagent's Agentic AI Lab — forward-deployed engineers who build Push by Techulus-based workflows tailored to your business.