← Tools Reference

Push by Techulus

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

API key2 toolshttps://push.techulus.com/api/v1
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 …