Mobile app push

更新时间:
复制 MD 格式

The Mobile App Push node pushes information from devices, services, custom alerts, and scheduled messages to a mobile app.

Use cases

Use the Mobile App Push node to send device information and exception alerts to a mobile client, or to periodically sync information. This helps users stay informed about important events. For example, a mobile app can display a device's working status, provide storage information, or display weather forecasts.

Node configuration

Parameter Description
Node name The node name can contain Chinese characters, English letters, numbers, and underscores (_), and must be no more than 30 characters long.
Select push application Specifies the mobile app that receives push notifications. You can select from the apps in your account, including iOS, Android, visualization, and JDK apps.
Note You can only select mobile apps in your account that have the push feature enabled.
Push account configuration You can configure accounts in two ways. Switch between them by clicking the icon on the right.
  • Form: Click Add Account to add multiple accounts.
  • Code box: Enter multiple accounts, with each on a new line.
Note You can configure a maximum of 100 accounts. This setting supports dynamic parameter parsing. For details on the input format, see Node dynamic variable configuration.
Title The title of the push notification. This setting supports dynamic parameter parsing. The title, after parsing, cannot exceed 50 characters.
Content The content of the push notification. This setting supports dynamic parameter parsing. The content, after parsing, cannot exceed 150 characters.

Node output

{
    "code": 200,
    "data": [
        {
            "appKey": "App Key",
            "deviceType": "Device Type",
            "lang": "Language",
            "messageId": "Message ID"
        }
    ],
    "message": "success",
    "localizedMsg": "Success"
}