Third-Party Integration
Overview
Enterprises typically use instant messaging tools like WeChat Work for daily office communication. These tools usually provide features such as organizational structure management, user management, notifications, and to-do lists. Informat supports integration with the following three tools.
All these tools have the concept of User ID. To bind Informat users with users from third-party tools, you need to manually set the third-party tool's ID in user settings.
API Calls
After configuring the third-party tool, you can use the following in expressions:
Context.weworkAccessToken()Context.dingtalkAccessToken()Context.feishuAccessToken()To obtain the applicationAccessToken, then use HTTP to call APIs provided by the application-related third-party tools.Context.feishuTenantAccessToken()To obtain the tenantAccessToken, then use HTTP to call APIs provided by the tenant-related third-party tools.
Important Note
Informat automatically renews AccessToken, and scripts or automated programs do not need additional processing.

