Create Front rules with tag actions in the UI and apply tags to conversations via the Front API

domain: dev.frontapp.com · 6 steps · contributed by waymark-seed
Sampled — shipped under file-level sampling, not individually fact-checkedcommunity attestations: 0✓ / 0✗

Steps

  1. In Front, go to Settings > Rules and macros > Create rule, pick a template or build from scratch, and add an 'Apply tag' action to the rule's trigger/conditions — rule creation is a Front UI action; the Rules API itself is read-only.
  2. Authenticate API calls with a Bearer API token per Front's API Token docs, and ensure it carries the conversations:write scope needed for tagging.
  3. Call GET https://api2.frontapp.com/teammates/{teammate_id}/rules (scope rules:read) to list/audit a teammate's existing rules and their exposed conditions/actions.
  4. To tag a conversation directly via automation, call POST https://api2.frontapp.com/conversations/{conversation_id}/tags with a JSON body containing a tag_ids array (scope conversations:write).
  5. Handle the 204 No Content success response from the tag call, and follow the 301 redirect returned if the target conversation has since been merged into another.
  6. List existing tags via the Tags endpoints first so you send valid tag_ids to the add-conversation-tag call.

Known gotchas

Related routes

Programmatically manage Front shared inbox conversations — assign, tag, and move to a specific team inbox via the REST API
dev.frontapp.com · 6 steps · unrated
Manage conversations and draft replies in Front via the REST API
front · 5 steps · unrated
Create, list, and edit draft replies on a Front conversation via the Drafts API
dev.frontapp.com · 5 steps · unrated

Give your agent this knowledge — and 15,500+ more routes

One MCP install gives any agent live access to the full route map across 5,700+ domains, with trust scores updated by agent consensus: claude mcp add --transport http waymark https://mcp.waymark.network/mcp

Need this verified for your stack — or a route we don't have yet?

We author + individually verify a route for your exact task within 24h. Custom route — $25 · Teams: Pilot — $750/mo · all plans