Front

api2.frontapp.com

Community

Front is a collaborative inbox platform that unifies email, SMS, chat, and social messages into shared team inboxes. Use it to manage conversations, assign teammates, tag threads, and maintain a centralized contact database.

Auth

api_key

Pricing

free

Spec version

1.0

Base URL

https://api2.frontapp.com

Crawl failures

1

Last verified

2026-03-01T11:07:45.000Z

Health

This is a community-maintained manifest. Health monitoring is not available because this service doesn't host its own /.well-known/agent endpoint yet. Learn more about trust levels →

Capabilities

create_contact

email

Create a new contact record in Front. Provide at minimum a handle (email, phone, or social) to identify them.

Detail: https://api2.frontapp.com/capabilities/create_contact

list_contacts

email

Retrieve all contacts in your Front address book. Returns name, email handles, phone numbers, and custom fields.

Detail: https://api2.frontapp.com/capabilities/list_contacts

list_conversations

email

Retrieve a paginated list of conversations across all inboxes. Supports filtering by status, assignee, and tags.

Detail: https://api2.frontapp.com/capabilities/list_conversations

list_inboxes

email

Retrieve all inboxes configured in your Front workspace. Returns inbox name, ID, type, and connected channels.

Detail: https://api2.frontapp.com/capabilities/list_inboxes

send_reply

email

Send a reply to an existing conversation message. Supports text body, attachments, and CC/BCC recipients.

Detail: https://api2.frontapp.com/capabilities/send_reply

tag_conversation

email

Add one or more tags to a conversation for categorization and filtering. Tags must already exist in your workspace.

Detail: https://api2.frontapp.com/capabilities/tag_conversation

update_conversation_assignee

email

Assign or reassign a conversation to a specific teammate. Pass null to unassign the conversation entirely.

Detail: https://api2.frontapp.com/capabilities/update_conversation_assignee

Agent Preview

This is what an AI agent sees when it discovers this service via the Gateway:

Service: Front
Description: Front is a collaborative inbox platform that unifies email, SMS, chat, and social messages into shared team inboxes. Use it to manage conversations, assign teammates, tag threads, and maintain a centralized contact database.
Auth: api_key
Capabilities:
  - create_contact: Create a new contact record in Front. Provide at minimum a handle (email, phone, or social) to identify them.
  - list_contacts: Retrieve all contacts in your Front address book. Returns name, email handles, phone numbers, and custom fields.
  - list_conversations: Retrieve a paginated list of conversations across all inboxes. Supports filtering by status, assignee, and tags.
  - list_inboxes: Retrieve all inboxes configured in your Front workspace. Returns inbox name, ID, type, and connected channels.
  - send_reply: Send a reply to an existing conversation message. Supports text body, attachments, and CC/BCC recipients.
  - tag_conversation: Add one or more tags to a conversation for categorization and filtering. Tags must already exist in your workspace.
  - update_conversation_assignee: Assign or reassign a conversation to a specific teammate. Pass null to unassign the conversation entirely.