Skip to main content
The Front connector lets your workflows manage shared inboxes, conversations, contacts, and messages through the Front API.
For the full API reference, see the Front API documentation.

Connection setup

1

Create an API token

In Front, go to Settings > Developers > API Tokens. Click Create API Token, give it a name, and select the scopes your workflows need. Copy the generated token.
2

Add the connection in Spojit

Go to Connections in Spojit, click Add Connection, select Front, and enter:
  • API Token: Your Front API token

Tools

Conversations

string
Search query to filter conversations.
string
Pagination token from _pagination.next.
Example request:
Example response:
string
required
Conversation ID.
Example request:
Example response:

Inboxes

No parameters required. Returns all inboxes accessible to the authenticated token.Example response:

Contacts

string
Search query to filter contacts.
string
Pagination token from _pagination.next.
Example request:
Example response:
string
required
Contact ID.
Example request:
Example response:
string
Contact name.
string
Contact description or notes.
object[]
required
Contact handles (email, phone, etc.). Each object has handle (the value) and source (e.g., email, phone, twitter).
Example request:
Example response:

Messages

string
required
Channel ID to send from.
string[]
required
Array of recipient handles.
string
required
Message body (HTML supported).
string
Message subject (for email channels).
object
Additional options (e.g., { "archive": true, "tag_ids": [] }).
Example request:
Example response:

Tags

No parameters required. Returns all tags in the workspace.Example response:
string
required
Conversation ID.
string[]
required
Array of tag IDs to add.
Example request:
Example response:

Teammates

No parameters required. Returns all teammates in the workspace.Example response:

Advanced

Send a request to any Front API endpoint.
string
required
HTTP method: GET, POST, PUT, PATCH, or DELETE.
string
required
API path (e.g., /conversations, /contacts).
object
Request body for POST/PUT/PATCH requests.
Example request:
Example response: