tags

Name Resource Description
Create a tag POST api/2.0/mail/tags Creates a new tag with the parameters specified in the request.
Delete a tag DELETE api/2.0/mail/tags/{id} Deletes a tag with the ID specified in the request.
Get tags GET api/2.0/mail/tags Returns a list of all the tags used in the Mail module.
Remove a tag from the messages PUT api/2.0/mail/tags/{id}/unset Removes a tag with the ID specified in the request from the messages.
Set a tag to the messages PUT api/2.0/mail/tags/{id}/set Adds a tag with the ID specified in the request to the messages.
Update a tag PUT api/2.0/mail/tags/{id} Updates a tag with the ID specified in the request.