get_tags_for_leads
Retrieve tags associated with specific leads in the Multilead platform using user ID, account ID, and lead IDs to organize and categorize lead data.
Instructions
Retrieve tags for specific leads
Args: user_id: The ID of the user account_id: The ID of the account (seat) lead_ids: List of lead IDs whose tags you want to retrieve
Returns: Tags associated with the specified leads
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | Yes | ||
| account_id | Yes | ||
| lead_ids | Yes |