Actions30
- Mail Group Actions
- Mail Group Member Actions
- Mail Group Permission Member Actions
- Mail Group Alias Actions
- Public Mailbox Actions
- Public Mailbox Member Actions
- Public Mailbox Alias Actions
Overview
This node interacts with the Lark Email system to obtain members who have permission to send emails to specific mailing list addresses in batch. It is useful for administrators or automation workflows that need to manage or audit email permissions within an organization’s mailing lists. For example, it can be used to retrieve all users authorized to send emails to a particular mailing list, enabling automated compliance checks or dynamic access control updates.
Properties
Name | Meaning |
---|---|
Authentication | Method of authenticating API requests; options are "Tenant Token" or "OAuth2". |
Mailgroup Id | The ID or address of the mailing list whose permitted senders you want to retrieve. |
Options | Additional optional settings; currently supports "Use Custom Body" (boolean) to specify if a custom request body should be used. |
Output
The node outputs JSON data containing the list of members who are allowed to send emails to the specified mailing list. This typically includes user identifiers and related permission details. There is no indication that binary data is output by this node.
Dependencies
- Requires valid authentication credentials: either a tenant token or OAuth2 token for accessing the Lark Suite API.
- Depends on the Lark Suite Open API endpoint at
https://open.larksuite.com/open-apis
. - Proper configuration of these credentials within n8n is necessary for successful API calls.
Troubleshooting
- Authentication errors: Ensure that the provided API credentials (tenant token or OAuth2) are valid and have sufficient permissions to query mailing list permissions.
- Invalid Mailgroup Id: Verify that the mailing list ID or address is correct and exists in the Lark Email system.
- API rate limits or connectivity issues: Check network connectivity and API usage limits imposed by Lark Suite.
- Custom Body option misuse: If "Use Custom Body" is enabled without providing a proper body structure, the request may fail. Use this option only if you intend to customize the request payload.
Links and References
- Lark Suite Open API Documentation
- Lark Email Management API Reference (general reference for email-related APIs)