The Notification driver sends push notifications to Android and iOS mobile devices via the Weble mobile application. It works similarly to the SMTP driver — writing a value to a notification address triggers a push notification to the specified user.
This is useful for:
Create a new gateway and select the Notification Android/IOS driver. Configure:
Insert addresses with the target user's identifier. Writing a value to the address sends a push notification with the value as the message body.
| Label | JSON Key | Description |
|---|---|---|
| Name | name | A descriptive name. |
| Cluster ID | cluster | Cluster identifier. |
| Description | description | Optional description. |
| AppId | appId | The push notification application identifier. |
| DefaultSubject | defaultSubject | Default notification title/subject. |
Addresses represent notification recipients (users). Writing a value to an address sends a push notification with the value as the message content. Address format is similar to the SMTP driver — recipient identifier with optional subject.
| Label | JSON Key | Description |
|---|---|---|
| Name | name | The recipient user identifier. |
| Description | description | Optional description. |
| Log | log | Logging mode. |