Add Contact to List
contact_add_to_listAdd an existing contact to a contact list by providing the contact ID and list ID. The contact is copied to the list, retaining the original.
Instructions
✏️ Add a contact to a contact list (requires user confirmation recommended)
Adds an existing contact to a contact folder (list). The contact is copied to the list, so it will exist in both the original location and the list.
Args: account_id: Microsoft account ID contact_id: The contact ID to add list_id: The contact list/folder ID
Returns: Copy of the contact in the new list
Raises: ValueError: If contact or list is not found.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account_id | Yes | ||
| contact_id | Yes | ||
| list_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||