Add Contact to Group
add_contact_to_groupAdd a contact to a group in Less Annoying CRM to keep your contacts organized. Specify the contact ID and either the group ID or name.
Instructions
Add a contact to a group in Less Annoying CRM. Use either group_id or group_name to identify the group (not both).
Use get_groups to find valid group IDs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| group_id | No | Group ID (preferred over group_name) | |
| contact_id | Yes | Contact or company ID to add to group | |
| group_name | No | Group name (alternative to group_id) |