contacts_create_association
Add or remove contact tags in GoHighLevel by specifying contact IDs, tags, and action type. Supports bulk processing for multiple contacts at once.
Instructions
Update Contacts Tags
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | Yes | list of tags to be added or removed | |
| type | Yes | Path parameter type. | |
| contacts | Yes | list of contact ids to be processed | |
| locationId | No | location id from where the bulk request is executed Defaults to GHL_LOCATION_ID when omitted. | |
| removeAllTags | No | Option to implement remove all tags. if true, all tags will be removed from the contacts. Can only be used with remove type. |