This workflow automates sending messages via Larksuite based on triggered events, making communication with teams more efficient. It begins with a manual trigger, allowing user-initiated execution. The workflow then retrieves an access token from the Larksuite API using stored app credentials, which are provided through input variables. After obtaining the token, it sends a custom message to a specific chat in Larksuite.
The sequence is as follows:
1. Manual trigger initiates the workflow.
2. A ‘Set’ node inputs the necessary credentials and chat details, including the message content.
3. An HTTP request to Larksuite’s authentication endpoint exchanges app ID and secret for an access token.
4. Using the acquired token, another HTTP request sends the message to a designated Larksuite chat.
Sticky notes within the workflow serve as helpful hints, reminding users where to get the app credentials and chat IDs. This automation is particularly useful for teams that need quick, automated notifications or updates via Larksuite without manual intervention, especially when triggered by other workflows or external events.
Reviews
There are no reviews yet.