Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.mossdesk.com/llms.txt

Use this file to discover all available pages before exploring further.

Tags let you categorize and filter contacts, companies, and deals. Use them to segment your data however makes sense for your workflow — by industry, priority, source, or anything else.

moss tag list

List all tags in the workspace.
moss tag list
OptionRequiredDescription
--page <n>NoPage number
--per-page <n>NoItems per page
--sort <field>NoSort field
--order <dir>NoSort order (asc or desc)

moss tag create

Create a new tag.
moss tag create --name "enterprise" --color "#2D6A4F"
OptionRequiredDescription
--name <name>YesTag name
--color <color>NoColor as hex (#RRGGBB)

moss tag update

Update a tag’s name or color.
moss tag update --id tag_abc123 --name "Enterprise" --color "#1B4332"
OptionRequiredDescription
--id <id>YesTag ID
--name <name>NoNew tag name
--color <color>NoNew color as hex (#RRGGBB)

moss tag delete

Delete a tag. This removes the tag from all entities it’s applied to.
moss tag delete --id tag_abc123 --confirm
OptionRequiredDescription
--id <id>YesTag ID
--confirmYesConfirm deletion (required for destructive operations)
Deleting a tag removes it from every contact, company, and deal it’s applied to.