Overview
This node retrieves the tenant access token for a Feishu custom application. It is useful in scenarios where you need to authenticate and interact with Feishu APIs by obtaining a valid tenant access token using the app's credentials. For example, it can be used as a preliminary step in workflows that require Feishu API calls for messaging, user management, or other integrations.
Use Case Examples
- Use this node to get a tenant access token before making API requests to Feishu services.
- Automate the process of refreshing and retrieving the tenant access token for Feishu custom apps.
Output
JSON
json- The JSON object containing the tenant access token and related information
Dependencies
- Requires Feishu app credentials (appId and appSecret) to authenticate and obtain the tenant access token.
Troubleshooting
- Ensure that the Feishu app credentials (appId and appSecret) are correctly configured and valid.
- If the node fails to retrieve the token, check network connectivity and Feishu API availability.
- Common errors may include authentication failures due to invalid credentials or expired tokens. Verify credentials and try again.
Links
- Feishu API Documentation - Official documentation for Feishu API including authentication and token management.