Dingding regularly sends job notifications to employees

Scenario description:

  • Distribute work task notifications to designated employees at 9 o'clock every morning.
  • When there is an e-commerce return application, send a notification to the customer service staff.

This article takes the dispatch of work to designated employees on a regular basis as an example to see how it can be achieved through Aboter .

Basic use:

  1. Method 1 (recommended):
  • In [Application Market > IPaaS Application > DingTalk], find the template application for DingTalk to send notifications, and install the application.
    insert image description here

  • Find the newly installed application in the [IPaaS Application] list, click the [Edit] process, select the [DingTalk self-built application] component, modify the authentication and business parameters, and refer to the DingTalk self-built application connector documentation.

  • [Save > Publish] process.

  1. Method Two:
  • Create a scheduled trigger IPaaS process, select [Scheduled Trigger] as the trigger condition, and set it to execute at 9:00 every day.
    insert image description here

  • Add the DingTalk self-built application component to the process block [Application Connector > Instant Messaging > DingTalk Self-built Application], select the [Send Work Notification] operation, and configure the authentication parameters and business parameters (same as the configuration in method 1 ).
    insert image description here

  • Save and publish the process.

illustrate:

The above process is only a schematic process. To build a complete process, please refer to: Process Orchestration , DingTalk self-built application connector .

Guess you like

Origin blog.csdn.net/qiniuchangxiang/article/details/132143423