LogoLogo
✈️ Go To NUBISON✈️ Developers Guide✈️ REST APIsπŸ“‘ Description of TermsπŸ‡°πŸ‡· ν•œκ΅­μ–΄
  • Getting Started with NUBISON IoT
  • πŸ“˜Introduction to the NUBISON IoT Cloud
    • πŸ“‘Overview
    • πŸ“‘Purpose and Targets
    • πŸ“‘Architecture
    • πŸ“‘Description of Terms
  • πŸ“˜Using NUBISON IoT
    • πŸ“‘NUBISON IoT Connection
    • πŸ“–Sign Up and Log In
      • πŸ“‘Sign Up
      • πŸ“‘Delete Membership
      • πŸ“‘Login
      • πŸ“‘Log Out
    • πŸ“‘Password Reset
    • πŸ“‘Find ID
  • πŸ“˜Description of NUBISON IoT Functions
    • πŸ“–List of Services
      • πŸ“‘Add Service
      • πŸ“‘Delete Service
    • πŸ“–Service Status
      • πŸ“‘View Service Status
      • πŸ“‘View Timeline Information
      • πŸ“‘Location Search
    • πŸ“–Notifications
      • πŸ“‘Check and Search Top Notifications
      • πŸ“‘Read Notifications Management
      • πŸ“‘Service Status Notifications Search
    • πŸ“–Service Management
      • πŸ“‘Service Settings
      • πŸ“–Location Management
        • πŸ“‘Location Registration
        • πŸ“‘Location Management
      • πŸ“–Location Group Management
        • πŸ“‘Location Group Registration
        • πŸ“‘Location Group Detailed Management
      • πŸ“–Authentication Key Management
        • πŸ“‘Add Clients
        • πŸ“‘Client Modification
        • πŸ“‘Delete Client
    • πŸ“–IoT Management
      • πŸ“–Product Model Management
        • πŸ“‘Add product moel
        • πŸ“‘Delete Product Model
        • πŸ“‘Product Model Details
        • πŸ“‘Add unit
        • πŸ“‘Delete unit
      • πŸ“–Device Management
        • πŸ“‘Add Device
        • πŸ“‘Device Modification
        • πŸ“‘Delete Device
        • πŸ“‘Device Details
        • πŸ“‘New AI Configuration Creation
      • πŸ“–IoT Rule Management
        • πŸ“‘Add New Rule
        • πŸ“‘Add Application Targets
        • πŸ“‘Add a Condition
        • πŸ“‘Add Task
      • πŸ“–Timeline
    • πŸ“–User Management
      • πŸ“–Service User
        • πŸ“‘Search the List of Service Users
        • πŸ“‘Add Service User
        • πŸ“‘Delete Service User
        • πŸ“‘User Permission Group Modification
      • πŸ“–Permission Group Management
        • πŸ“‘Add Permission Group
        • πŸ“‘Delete Permission Group
  • πŸ“˜NUBISON IoT Extension Packages
    • πŸ“–Service Home
      • πŸ“‘Service Login
      • πŸ“‘Sign Up for Service
    • πŸ“–Dashboard Maker
      • πŸ“‘Service Login
      • πŸ“‘Add Widget
      • πŸ“‘Edit Mode
    • πŸ“–Data View
      • πŸ“‘Data Chart Search
      • πŸ“‘Data Table Search
    • πŸ“–Wide Area Monitoring System
      • πŸ“‘Area Monitoring Search
      • πŸ“‘Real-time Monitoring Search
    • πŸ“–Field Monitoring System
      • πŸ“‘Add Screen
      • πŸ“‘Add Element
      • πŸ“‘Setting & Modification
    • πŸ“–Device Monitoring System
      • πŸ“–DMS Manager Function
        • πŸ“‘Cloud Access Management
        • πŸ“‘Product Management
        • πŸ“‘Product Management Details
        • πŸ“‘Status Code Management
      • πŸ“–DMS Common Functions
        • πŸ“‘Real-time Management
    • πŸ“–A.I Monitoring System
      • πŸ“‘Add Screen
      • πŸ“‘Add Element
      • πŸ“‘Create and View AI Data Charts
      • πŸ“‘Setting & Modification
    • πŸ“–After-Sales Service History Management
      • πŸ“‘Addition of After-Sales Service History
      • πŸ“‘After-Sales Service History Search
      • πŸ“‘Modification of A/S History
      • πŸ“‘Deletion of A/S History
    • πŸ“–A.I Relearning Builder
      • πŸ“‘AI Training Model Registration
      • πŸ“‘Registering AI Model Version
      • πŸ“‘Deploy AI Training Model Version
      • πŸ“‘Discarding AI Training Mode
Powered by GitBook
On this page
  • πŸ”– Adding a Task
  • 1. Add a Send Email Task
  • 2. Adding a Send SMS Task
  • 3. Adding a Send Control Command Task
  • 4. Adding a Send Notification Task
  • 5. Adding an External Server Call Task
  1. Description of NUBISON IoT Functions
  2. IoT Management
  3. IoT Rule Management

Add Task

πŸ“˜ Description of NUBISON IoT Functions > πŸ“– IoT Management > πŸ“– IoT Rule Management

PreviousAdd a ConditionNextTimeline

Last updated 2 years ago

πŸ”– Adding a Task

1. Add a Send Email Task

On the Manage IoT Rules screen, select a condition to which you wish to add a task, and then select Send Email.

Input the email subject, recipient, and content in the newly added text box, and then click the Save Rule button to add the conditional task.

2. Adding a Send SMS Task

Click Add Condition on the IoT Rule Management screen to add a condition.

After entering the recipient and message content in the newly added input box, click Save Rule to add the conditional task.

3. Adding a Send Control Command Task

Click Add Condition on the IoT Rule Management screen to add a condition.

To add a conditional task, select a product model, device, and unit in the added input window, enter a control command, and click the Save Rule button.

4. Adding a Send Notification Task

Click Add Condition on the IoT Rule Management screen to add a condition.

Select the notification type, title, and recipient in the added input window, enter the content of the notification, and click the Save Rule button to add conditional task.

5. Adding an External Server Call Task

Click Add Condition on the IoT Rule Management screen to add a condition.

Server Address: This is the URL to which to send the request.

HTTP Method: Select the Request HTTP Method. You can select either POST, PATCH, PUT, or DELETE.

Header: The request header is defined as a key/value pair.

Body or Param: Configure the payload according to the request server rules. Body data may be configured in the following three ways.

raw(JSON): Configure and transmit the payload using the JSON format. The value of the Content-type header field is set to application/json.

form-data: The payload is configured as form data and transmitted. The value of the Content-type header is set to multipart/formdata.

x-www-form-urlencoded: The payload is constructed as a querystring before being transmitted. Key/value pairs are separated by an ampersand (&) and the key and value are separated by an equals sign (=). The value of the Content-type header is set to application/x-www-form-urlencoded.

For the Param, payload is configured as querystring and transmitted. Key/value pairs are separated by an ampersand (&) and the key and value are separated by an equals sign (=).

πŸ“˜
πŸ“–
πŸ“–
πŸ“‘
Add Rule Information Task Selection Screen
Add Send Email Task Screen
Add Rule Information Task Selection Screen
Add Send SMS Task Screen
Add Rule Information Task Selection Screen
Add Send Control Command Task Screen
Add Rule Information Task Selection Screen
Add Send Notification Task Screen
Add Rule Information Task Selection Screen
Add External Server Call Task Screen