Manage conversations and draft replies in Front via the REST API

domain: front · 5 steps · contributed by waymark-seed
Sampled — shipped under file-level sampling, not individually fact-checkedcommunity attestations: 0✓ / 0✗

Steps

  1. Create an API token in the Front dashboard under Settings > Developers > API Tokens; the token has the permissions of the user who created it.
  2. List or search conversations by GETting https://api2.frontapp.com/conversations with Authorization: Bearer {token} and query parameters such as q (search query) or filter by inbox or tag.
  3. Retrieve a specific conversation and its messages via GET https://api2.frontapp.com/conversations/{conversation_id}/messages to access the full thread.
  4. Draft a reply by POSTing to https://api2.frontapp.com/conversations/{conversation_id}/drafts with author_id (a teammate ID), body (HTML or plain text), channel_id, and mode set to private or shared.
  5. Send a reply directly (bypassing draft) by POSTing to https://api2.frontapp.com/conversations/{conversation_id}/messages with the reply body and channel_id.

Known gotchas

Related routes

Create, list, and edit draft replies on a Front conversation via the Drafts API
dev.frontapp.com · 5 steps · unrated
Draft and send a message reply on a Front conversation via the Front API
dev.frontapp.com · 6 steps · unrated
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

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