Push by Techulus integration (Communication, Developer Tools). Imported from open-connector.
https://push.techulus.com/api/v1/notify
| Param | Type | Required | Description |
|---|---|---|---|
| title | string | required | The notification title shown on recipient devices. |
| body | string | required | The notification body text shown on recipient devices. |
| sound | string | optional | The notification sound name documented by Push by Techulus. |
| channel | string | optional | The alphanumeric notification channel identifier. Hyphens are allowed, and Push… |
| link | string | optional | The URL to open when the recipient taps the notification. |
| image | string | optional | The image URL to show with the notification. |
| timeSensitive | boolean | optional | Whether iOS should deliver the notification immediately even in Do Not Disturb … |
/notify/group/{groupId}
| Param | Type | Required | Description |
|---|---|---|---|
| groupId | string | required | The Push by Techulus device group ID used in the request path. |
| title | string | required | The notification title shown on recipient devices. |
| body | string | required | The notification body text shown on recipient devices. |
| sound | string | optional | The notification sound name documented by Push by Techulus. |
| channel | string | optional | The alphanumeric notification channel identifier. Hyphens are allowed, and Push… |
| link | string | optional | The URL to open when the recipient taps the notification. |
| image | string | optional | The image URL to show with the notification. |
| timeSensitive | boolean | optional | Whether iOS should deliver the notification immediately even in Do Not Disturb … |