WorkTool Enterprise Micro Robot connects to the mini program and sends API in 3 minutes

Quickly integrate custom path applet to send API (customized)

Preface

We know that sharing mini programs can be forwarded to customers or groups on WeChat Enterprise. However, if our business needs to configure different paths each time, such as links with some business parameters, then simply using forwarding often cannot meet the needs. It is necessary to find an alternative to quickly send custom path applet.
Fortunately, Enterprise WeChat officially supports the provision of SDKs for this type of function, provided that the main body of the mini program and the main body of Enterprise WeChat must be consistent .

text

Let's go directly to the access steps. We still focus on the process of the official documents. I will add some unclear parts.

The first step is to create an application

To log in to the enterprise WeChat backend, you need the enterprise WeChat administrator to scan the QR code to log in.
Address: https://work.weixin.qq.com/wework_admin/loginpage_wx?from=myhome_baidu
Insert image description here
Insert image description here
Choose to use an existing mini program to quickly create it. I will create an application here with the name Used for testing of "self-built applications".
The visible scope here is to facilitate the selection of the whole company, and at least include all developers and testers who need to participate!
Insert image description here
After creation, click to enter, then find "Enterprise WeChat Authorized Login" below and enter.
Enter the application signature: d5dae04b475066e3e449c5bc383a25ea
. Enter the application package name: org.yameida.worktool.
Insert image description here
Fill in the application signature and application package name and save it to give us the schema.
At this time, in addition to the schema, we also need to record several values.
Insert image description here
Write down the AgnetId of the application.
Insert image description here
Write down the enterprise ID.

The Qiwei backend configuration is now complete. At this point we should have three values: enterprise ID, application AgnetId, and schema, which are needed for sharing.

Summarize

At this point, you should have obtained the necessary parameters required for mini program sharing. WorkTool Qiwei Robot can automatically send customized path applets to customers or external groups. If you haven’t learned about WorkTool yet, you can first check out the official website or the introductory tutorial to try it out.

Guess you like

Origin blog.csdn.net/u012960155/article/details/131441119