← All integrations

Push by Techulus

Push by Techulus integration (Communication, Developer Tools). Imported from open-connector.

API key2 native toolsIcon fallback
This catalogue entry describes the current repository definition. Availability, scopes, and production readiness should be confirmed during private-beta onboarding.

Native tools

POST
push_by_techulus_send_notification
Send a Push by Techulus notification to all devices targeted by the account or team API key.

/notify

7 parameters
ParamTypeRequiredDescription
titlestringrequiredThe notification title shown on recipient devices.
bodystringrequiredThe notification body text shown on recipient devices.
soundstringoptionalThe notification sound name documented by Push by Techulus.
channelstringoptionalThe alphanumeric notification channel identifier. Hyphens are allowed, and Push…
linkstringoptionalThe URL to open when the recipient taps the notification.
imagestringoptionalThe image URL to show with the notification.
timeSensitivebooleanoptionalWhether iOS should deliver the notification immediately even in Do Not Disturb …
POST
push_by_techulus_send_group_notification
Send a Push by Techulus notification to a specific device group.

/notify/group/{groupId}

8 parameters
ParamTypeRequiredDescription
groupIdstringrequiredThe Push by Techulus device group ID used in the request path.
titlestringrequiredThe notification title shown on recipient devices.
bodystringrequiredThe notification body text shown on recipient devices.
soundstringoptionalThe notification sound name documented by Push by Techulus.
channelstringoptionalThe alphanumeric notification channel identifier. Hyphens are allowed, and Push…
linkstringoptionalThe URL to open when the recipient taps the notification.
imagestringoptionalThe image URL to show with the notification.
timeSensitivebooleanoptionalWhether iOS should deliver the notification immediately even in Do Not Disturb …
Request private-beta access