Create a Tagset
Create a new tagset.
Authorizations
Your Moonbase API key.
Body
The TagsetCreateParams object to be created.
Parameters for creating a tagset.
The name of the tagset.
An optional description of the tagset's purpose.
Optional list of tags to create with this tagset. Tags are ordered by their position in the list.
Optional list of associations for this tagset. Include {type: "calls"}, {type: "meetings"}, or {type: "inbox", id}.
Makes this tagset available for calls.
- Calls
- Meetings
- Inbox
Response
Successful response.
A Tagset is a collection of Tag objects whose tags can be applied to conversations, calls, and meetings.
String representing the object’s type. Always tagset for this object.
"tagset"Unique identifier for the object.
The name of the tagset.
A list of Tag objects belonging to this tagset.
Where a tagset is available (calls, meetings, or inbox with an inbox ID).
Makes this tagset available for calls.
- Calls
- Meetings
- Inbox
Time at which the object was created, as an ISO 8601 timestamp in UTC.
Time at which the object was last updated, as an ISO 8601 timestamp in UTC.
An optional description of the tagset's purpose.

