Toggle Tag on Contact
Contacts
Toggle Contact Tag
Attach or detach a tag from a contact. If the tag is already attached, it will be detached, and vice versa.
POST
Toggle Tag on Contact
JSON Example
📝 Field Requirements
| Field | Type | Required | Notes |
|---|---|---|---|
tag_id | integer | Yes | ID of the tag to toggle (must exist in workspace) |
🔄 Behavior
This endpoint toggles a tag on a contact:- If the tag is not currently assigned to the contact, it will be added
- If the tag is already assigned to the contact, it will be removed
✅ Success Response
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
ID of the workspace.
ID of the contact.
Body
application/json
ID of the tag to toggle.