Listen to Jiandao cloud form data and connect to more applications

Jiandaoyun is a zero-code lightweight application building platform designed to meet the personalized management needs of enterprises/departments. Jiandao Cloud has core functions such as forms, processes, dashboards, and knowledge bases. Through drag-and-drop operation, enterprises can quickly build management applications that meet their own needs.

Scenario description:

Real-time monitoring of Jiandao cloud form data, when the form data is updated (add, update, delete, etc.), trigger the execution of more third-party application operations (such as synchronizing data to other applications). How to achieve it through Aboter ?

step:

  • First create an IPaaS process, select the [webhook] type for the trigger condition component, configure it as a post type, and return a value of 200, save and publish the process.
    insert image description here

  • Copy the call address generated in [Preview], log in to the Jiandao Cloud console, enter [Extended Functions > Data Push], and create a new data push.

  • The configuration content of data push is as follows:
    insert image description here

    1) Destination server: Select a custom server to push.
    2) Server address: The data will be pushed to the target server address in the form of HTTP POST request, which is the generated calling address.
    3) Server connection test: After filling in the server address, you can perform a connection test on the server. When we are testing the server connection, if the push fails, we can also see the details of the push failure.
    4) Secret: Click Generate Secret to automatically generate a Secret into the text box, no need to fill in manually.

  • Save the push configuration.

  • At this point, the process of monitoring the form update of Jiandao Cloud is set up. You can add a piece of form data to test whether the process will be triggered as scheduled, and check whether the process has a running record in the [Log] module.
    insert image description here

  • Next, more components can be added to the execution process block (such as synchronizing data to the Wiger table, you can refer to the zero code to use the Wiger Cloud API to operate the Wiger table ) to complete more automated operations.
    insert image description here

illustrate:

The above process is only a schematic process, build a more complete and available process reference: process orchestration , Jiandao cloud connector .

Guess you like

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