Add New Tag
Add a tag
Add a new tag
POST
https://{{account_id}}.acquire.io/api/v1/crm/tag
Add a new tag. To choose a color, use hex colors codes and set them to the key of "color"
. Tags must have unique names. See example body below.
Headers
Name
Type
Description
Authorization
string
Bearer {{api_key}}
Request Body
Name
Type
Description
type
array
Array of strings. Indicate if the tag will be attached to a contact or case.
color
string
Hex color code.
name
string
Tag name. Must be unique
Body
Last updated