create_tag
Create custom tags to organize and categorize leads within your Multilead account. Assign tags to specific user accounts for better lead management and segmentation.
Instructions
Create a new tag for a specific seat (account)
Args: user_id: The ID of the user account_id: The ID of the account (seat) tag_name: Name of the tag to create
Returns: Created tag information including tag ID
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | Yes | ||
| account_id | Yes | ||
| tag_name | Yes |