create_lead_list
Create a named contact list owned by the authenticated user. If a list with the same name already exists, returns its list_id instead of creating a duplicate.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | List name (max 120 characters). | |
| description | No | Optional list description (max 1000 characters). |