Skip to main content

Tutorial Introduction

In this tutorial, you will follow step-by-step instructions to build the workflow, including:

  • Build workflows via drag-and-drop operations using the low-code editor
  • Workflow node configuration and debugging
  • Query Cloud Development resources and data interaction
  • Use JS code to implement custom server-side logic

These terms and concepts may be unfamiliar, but you will become familiar with them as you progress through this tutorial.

Using Workflows to Collect WeCom App Access Records, Tally Statistics, and Push to WeCom App

This chapter describes how to use workflows to collect WeCom app access events, log these events into a database, and use workflows to tally statistics at a scheduled time each day before pushing the statistical information.

This workflow provides a series of operations, including receiving pushes, reading from and writing to the WeDa database, scheduled triggering, and using WeDa APIs to send WeCom message pushes.