Tags
Add ability to get, create, and apply tags from contacts
Last updated
{
"tag": {
"createdAt": number,
"accountId": "string",
"name": "string",
"id": "string",
"updatedAt": number
},
"message": "Successfully added the tag new to the database"
}{
"tag": {
"createdAt": number,
"accountId": "string",
"name": "string",
"id": "string",
"updatedAt": number
},
"message": "Successfully applied the tag ${tagId} to the contact"
}