Front
No catalog description yet.
Authentication
| Method | Kind | Status | Details |
|---|---|---|---|
| OAuth 2.0 | oauth2 | available | — |
Call a tool
import { createClient } from "@open-connector/sdk";const oc = createClient({ baseUrl: "https://api.openconnector.dev", apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await oc.executeTool({ slug: "FRONT_ADD_COMMENT", connectedAccountId: "conn_...", arguments: { /* match this tool's input schema */ },});import Composio from "@composio/client";const composio = new Composio({ baseURL: "https://api.openconnector.dev/composio", apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await composio.tools.execute("FRONT_ADD_COMMENT", { connected_account_id: "conn_...", arguments: { /* match this tool's input schema */ },});oc tools execute FRONT_ADD_COMMENT --data '{ }'Tool catalog
Available tools
244 callable operations
Add commentFRONT_ADD_COMMENTAdd a comment to a [conversation](https://dev.frontapp.com/reference/conversations). If you want to create a new comment-only conversation, use the [Create discussion conversation](https://dev.frontapp.com/reference/create-conversation) endpoint. Required scope: `comments:write`Connection
Add a comment to a [conversation](https://dev.frontapp.com/reference/conversations). If you want to create a new comment-only conversation, use the [Create discussion conversation](https://dev.frontapp.com/reference/create-conversation) endpoint. Required scope: `comments:write`
Authentication
Connected account requiredTags
Add comment replyFRONT_ADD_COMMENT_REPLYAdd a reply to a comment on a [conversation](https://dev.frontapp.com/reference/conversations). Comment replies visually indicate which comment is being responded to, helping users follow the conversation. Required scope: `comments:write`Connection
Add a reply to a comment on a [conversation](https://dev.frontapp.com/reference/conversations). Comment replies visually indicate which comment is being responded to, helping users follow the conversation. Required scope: `comments:write`
Authentication
Connected account requiredTags
Add teammate group team inboxesFRONT_ADD_COMPANY_TEAMMATE_GROUP_TEAM_INBOXESLinks non-public inboxes to the teammate group. The inbox must be part of a team that has been added to the teammate group. Required scope: `teammate_groups:write`Connection
Links non-public inboxes to the teammate group. The inbox must be part of a team that has been added to the teammate group. Required scope: `teammate_groups:write`
Authentication
Connected account requiredTags
Add teammate group teammatesFRONT_ADD_COMPANY_TEAMMATE_GROUP_TEAMMATESAdd teammate group teammates. Note - You cannot modify a teammate group that is managed by SCIM. Required scope: `teammate_groups:write`Connection
Add teammate group teammates. Note - You cannot modify a teammate group that is managed by SCIM. Required scope: `teammate_groups:write`
Authentication
Connected account requiredTags
Add teammate group teamsFRONT_ADD_COMPANY_TEAMMATE_GROUP_TEAMSAdds teams to the teammate group. Any teams added to the teammate group will automatically link public inboxes. Non-public inboxes can be added to the teammate group separately. Required scope: `teammate_groups:write`Connection
Adds teams to the teammate group. Any teams added to the teammate group will automatically link public inboxes. Non-public inboxes can be added to the teammate group separately. Required scope: `teammate_groups:write`
Authentication
Connected account requiredTags
Add contact handleFRONT_ADD_CONTACT_HANDLEAdds a new handle to a contact. Required scope: `contacts:write`Connection
Adds a new handle to a contact. Required scope: `contacts:write`
Authentication
Connected account requiredTags
Add contact to AccountFRONT_ADD_CONTACT_TO_ACCOUNTAdds a list of contacts to an Account Required scope: `accounts:write`Connection
Adds a list of contacts to an Account Required scope: `accounts:write`
Authentication
Connected account requiredTags
Add contacts to contact listFRONT_ADD_CONTACTS_TO_CONTACT_LISTAdd contacts to the requested contact list. Required scope: `contacts:write`Connection
Add contacts to the requested contact list. Required scope: `contacts:write`
Authentication
Connected account requiredTags
Add contacts to groupFRONT_ADD_CONTACTS_TO_GROUPAdd contacts to the requested group. > ⚠️ Deprecated endpoint > > This endpoint has been deprecated. Please use the compatible contact list endpoints instead. > - `POST /contact_lists/{contact_list_id}/contacts`. Required scope: `contacts:write`Connection
Add contacts to the requested group. > ⚠️ Deprecated endpoint > > This endpoint has been deprecated. Please use the compatible contact list endpoints instead. > - `POST /contact_lists/{contact_list_id}/contacts`. Required scope: `contacts:write`
Authentication
Connected account requiredTags
Add conversation followersFRONT_ADD_CONVERSATION_FOLLOWERSAdds teammates to the list of followers of a conversation. Required scope: `conversations:write`Connection
Adds teammates to the list of followers of a conversation. Required scope: `conversations:write`
Authentication
Connected account requiredTags
Add conversation linkFRONT_ADD_CONVERSATION_LINKAdds one or more links to a conversation For more information on links, see the [Links](https://dev.frontapp.com/reference/links) topic. Required scope: `conversations:write`Connection
Adds one or more links to a conversation For more information on links, see the [Links](https://dev.frontapp.com/reference/links) topic. Required scope: `conversations:write`
Authentication
Connected account requiredTags
Add conversation tagFRONT_ADD_CONVERSATION_TAGAdds one or more tags to a conversation Required scope: `conversations:write`Connection
Adds one or more tags to a conversation Required scope: `conversations:write`
Authentication
Connected account requiredTags
Add inbox accessFRONT_ADD_INBOX_ACCESSGive access to one or more teammates to an inbox. Required scope: `inboxes:write`Connection
Give access to one or more teammates to an inbox. Required scope: `inboxes:write`
Authentication
Connected account requiredTags
Add noteFRONT_ADD_NOTECreate a new note on a contact. Required scope: `contacts:write`Connection
Create a new note on a contact. Required scope: `contacts:write`
Authentication
Connected account requiredTags
Add teammates to shiftFRONT_ADD_TEAMMATES_TO_SHIFTAdd teammates to a shift. The selected teammates must be in the team that owns the shift. Required scope: `shifts:write`Connection
Add teammates to a shift. The selected teammates must be in the team that owns the shift. Required scope: `shifts:write`
Authentication
Connected account requiredTags
Add teammates to teamFRONT_ADD_TEAMMATES_TO_TEAMAdd one or more teammates to a team (workspace). Required scope: `teams:write`Connection
Add one or more teammates to a team (workspace). Required scope: `teams:write`
Authentication
Connected account requiredTags
Add view to teammate sidebarsFRONT_ADD_VIEW_TEAMMATESMakes this view visible in specified teammates' sidebar navigation. Required scope: `views:write`Connection
Makes this view visible in specified teammates' sidebar navigation. Required scope: `views:write`
Authentication
Connected account requiredTags
API Token detailsFRONT_API_TOKEN_DETAILSFetch the details of the API token.Connection
Fetch the details of the API token.
Authentication
Connected account requiredTags
Create a channelFRONT_CREATE_A_CHANNELCreate a channel in an inbox. Required scope: `channels:write`Connection
Create a channel in an inbox. Required scope: `channels:write`
Authentication
Connected account requiredTags
Create a knowledge baseFRONT_CREATE_A_KNOWLEDGE_BASECreates a knowledge base. Required scope: `knowledge_bases:write`Connection
Creates a knowledge base. Required scope: `knowledge_bases:write`
Authentication
Connected account requiredTags
Create accountFRONT_CREATE_ACCOUNTCreate a new account. Required scope: `accounts:write`Connection
Create a new account. Required scope: `accounts:write`
Authentication
Connected account requiredTags
Create a new analytics exportFRONT_CREATE_ANALYTICS_EXPORTCreate a new analytics export of messages or events (activities) over a specific time span. The export will be executed asynchronously. The response will include a link that can be used to retrieve the export status & result. Refer to the [Analytics](https://dev.frontapp.com/reference/analytics) topic for details about specific metrics. Required scope: `analytics:read`Connection
Create a new analytics export of messages or events (activities) over a specific time span. The export will be executed asynchronously. The response will include a link that can be used to retrieve the export status & result. Refer to the [Analytics](https://dev.frontapp.com/reference/analytics) topic for details about specific metrics. Required scope: `analytics:read`
Authentication
Connected account requiredTags
Create a new analytics reportFRONT_CREATE_ANALYTICS_REPORTCreate a new analytics report for a set of metrics over a specific time span. Different filters (e.g. Inbox v Tag v Teammates) will be joined with AND logic, but the IDs within a filter will be joined with OR logic (e.g. Inbox A or Inbox B, Tag A or Tag B). The report will be executed asynchronously. The response will include a link that can be used to retrieve the report status & result. Refer to the [Analytics](https://dev.frontapp.com/reference/analytics) topic for details about specific metrics. Required scope: `analytics:read`Connection
Create a new analytics report for a set of metrics over a specific time span. Different filters (e.g. Inbox v Tag v Teammates) will be joined with AND logic, but the IDs within a filter will be joined with OR logic (e.g. Inbox A or Inbox B, Tag A or Tag B). The report will be executed asynchronously. The response will include a link that can be used to retrieve the report status & result. Refer to the [Analytics](https://dev.frontapp.com/reference/analytics) topic for details about specific metrics. Required scope: `analytics:read`
Authentication
Connected account requiredTags
Create article in a knowledge base in default localeFRONT_CREATE_ARTICLE_IN_A_KNOWLEDGE_BASE_IN_DEFAULT_LOCALECreates an article in a knowledge base in the default locale. Required scope: `knowledge_bases:write`Connection
Creates an article in a knowledge base in the default locale. Required scope: `knowledge_bases:write`
Authentication
Connected account requiredTags
Create article in a knowledge base in specified localeFRONT_CREATE_ARTICLE_IN_A_KNOWLEDGE_BASE_IN_SPECIFIED_LOCALECreate an article for a given locale in a knowledge base. Required scope: `knowledge_bases:write`Connection
Create an article for a given locale in a knowledge base. Required scope: `knowledge_bases:write`
Authentication
Connected account requiredTags
Create child folderFRONT_CREATE_CHILD_FOLDERCreate a new message template folder as a child of the given folder Required scope: `message_templates:write`Connection
Create a new message template folder as a child of the given folder Required scope: `message_templates:write`
Authentication
Connected account requiredTags
Create child tagFRONT_CREATE_CHILD_TAGCreates a child tag. Required scope: `tags:write`Connection
Creates a child tag. Required scope: `tags:write`
Authentication
Connected account requiredTags
Create child templateFRONT_CREATE_CHILD_TEMPLATECreate a new message template as a child of the given folder Required scope: `message_templates:write`Connection
Create a new message template as a child of the given folder Required scope: `message_templates:write`
Authentication
Connected account requiredTags
Create company tagFRONT_CREATE_COMPANY_TAGCreate a company tag. Required scope: `tags:write`Connection
Create a company tag. Required scope: `tags:write`
Authentication
Connected account requiredTags
Create teammate groupFRONT_CREATE_COMPANY_TEAMMATE_GROUPCreate a new teammate group. Required scope: `teammate_groups:write`Connection
Create a new teammate group. Required scope: `teammate_groups:write`
Authentication
Connected account requiredTags
Create contactFRONT_CREATE_CONTACTCreate a new contact at the company level. Required scope: `contacts:write`Connection
Create a new contact at the company level. Required scope: `contacts:write`
Authentication
Connected account requiredTags
Create contact listFRONT_CREATE_CONTACT_LISTCreate a new contact list in the oldest active workspace that the token has access to. If you need to specify the workspace, we recommend using the [Create team contact list](https://dev.frontapp.com/reference/create-team-contact-list) endpoint instead. Required scope: `contacts:write`Connection
Create a new contact list in the oldest active workspace that the token has access to. If you need to specify the workspace, we recommend using the [Create team contact list](https://dev.frontapp.com/reference/create-team-contact-list) endpoint instead. Required scope: `contacts:write`
Authentication
Connected account requiredTags
Create discussion/task conversationFRONT_CREATE_CONVERSATIONCreate a new [conversation](https://dev.frontapp.com/reference/conversations#creating-a-new-conversation) of type discussion or task. Both types only support comments. If you want to create a conversation that supports messages, use the [Create message](https://dev.frontapp.com/reference/post_channels-channel-id-messages) endpoint. If you want to add a comment to an existing conversation, use the [Add comment](https://dev.frontapp.com/reference/post_conversations-conversation-id-comments) endpoint. Required scope: `conversations:write`Connection
Create a new [conversation](https://dev.frontapp.com/reference/conversations#creating-a-new-conversation) of type discussion or task. Both types only support comments. If you want to create a conversation that supports messages, use the [Create message](https://dev.frontapp.com/reference/post_channels-channel-id-messages) endpoint. If you want to add a comment to an existing conversation, use the [Add comment](https://dev.frontapp.com/reference/post_conversations-conversation-id-comments) endpoint. Required scope: `conversations:write`
Authentication
Connected account requiredTags
Create draftFRONT_CREATE_DRAFTCreate a draft message which is the first message of a new [conversation](https://dev.frontapp.com/reference/conversations). Required scope: `drafts:write`Connection
Create a draft message which is the first message of a new [conversation](https://dev.frontapp.com/reference/conversations). Required scope: `drafts:write`
Authentication
Connected account requiredTags
Create draft replyFRONT_CREATE_DRAFT_REPLYCreate a new draft as a reply to the last message in the conversation. Required scope: `drafts:write`Connection
Create a new draft as a reply to the last message in the conversation. Required scope: `drafts:write`
Authentication
Connected account requiredTags
Create folderFRONT_CREATE_FOLDERCreate a new message template folder in the oldest active workspace that the token has access to. If you need to specify the workspace, we recommend using the [Create team folder](https://dev.frontapp.com/reference/create-team-folder) endpoint instead. Required scope: `message_templates:write`Connection
Create a new message template folder in the oldest active workspace that the token has access to. If you need to specify the workspace, we recommend using the [Create team folder](https://dev.frontapp.com/reference/create-team-folder) endpoint instead. Required scope: `message_templates:write`
Authentication
Connected account requiredTags
Create groupFRONT_CREATE_GROUPCreate a new contact group in the default team (workspace). > ⚠️ Deprecated endpoint > > This endpoint has been deprecated. Please use the compatible contact list endpoints instead. > - `POST /contact_lists`. Required scope: `contacts:write`Connection
Create a new contact group in the default team (workspace). > ⚠️ Deprecated endpoint > > This endpoint has been deprecated. Please use the compatible contact list endpoints instead. > - `POST /contact_lists`. Required scope: `contacts:write`
Authentication
Connected account requiredTags
Create inboxFRONT_CREATE_INBOXCreate an inbox in the oldest active workspace that the token has access to. If you need to specify the workspace, we recommend using the [Create team inbox](https://dev.frontapp.com/reference/create-team-inbox) endpoint instead. Required scope: `inboxes:write`Connection
Create an inbox in the oldest active workspace that the token has access to. If you need to specify the workspace, we recommend using the [Create team inbox](https://dev.frontapp.com/reference/create-team-inbox) endpoint instead. Required scope: `inboxes:write`
Authentication
Connected account requiredTags
Create knowledge base category in default localeFRONT_CREATE_KNOWLEDGE_BASE_CATEGORY_IN_DEFAULT_LOCALECreates a knowledge base category in the default locale. Required scope: `knowledge_bases:write`Connection
Creates a knowledge base category in the default locale. Required scope: `knowledge_bases:write`
Authentication
Connected account requiredTags
Create knowledge base category in specified localeFRONT_CREATE_KNOWLEDGE_BASE_CATEGORY_IN_SPECIFIED_LOCALECreates a knowledge base category for a given locale. Required scope: `knowledge_bases:write`Connection
Creates a knowledge base category for a given locale. Required scope: `knowledge_bases:write`
Authentication
Connected account requiredTags
Create linkFRONT_CREATE_LINKCreate a link. You must supply either `pattern` or `external_url` in the request, but not both (`pattern` is for application objects while `external_url` is for standard links). If `pattern` is provided, the API call updates the application objects matching the exact pattern. Keep in mind this endpoint only creates or updates an existing link from an application object. It does not create new application objects. If the link is resolved to an installed links integration, any name retrieved from the integration will override the provided name in the request. Required scope: `links:write`Connection
Create a link. You must supply either `pattern` or `external_url` in the request, but not both (`pattern` is for application objects while `external_url` is for standard links). If `pattern` is provided, the API call updates the application objects matching the exact pattern. Keep in mind this endpoint only creates or updates an existing link from an application object. It does not create new application objects. If the link is resolved to an installed links integration, any name retrieved from the integration will override the provided name in the request. Required scope: `links:write`
Authentication
Connected account requiredTags
Create messageFRONT_CREATE_MESSAGESend a new message from a channel. This is one of the ways to create a new [conversation](https://dev.frontapp.com/reference/conversations#creating-a-new-conversation). The new conversation will support both messages and comments (discussions). Required scope: `messages:send`Connection
Send a new message from a channel. This is one of the ways to create a new [conversation](https://dev.frontapp.com/reference/conversations#creating-a-new-conversation). The new conversation will support both messages and comments (discussions). Required scope: `messages:send`
Authentication
Connected account requiredTags
Create message replyFRONT_CREATE_MESSAGE_REPLYReply to a conversation by sending a message and appending it to the conversation. Required scope: `messages:send`Connection
Reply to a conversation by sending a message and appending it to the conversation. Required scope: `messages:send`
Authentication
Connected account requiredTags
Create message templateFRONT_CREATE_MESSAGE_TEMPLATECreate a new message template in the oldest active workspace that the token has access to. If you need to specify the workspace, we recommend using the [Create team message template](https://dev.frontapp.com/reference/create-team-message-template) endpoint instead. Required scope: `message_templates:write`Connection
Create a new message template in the oldest active workspace that the token has access to. If you need to specify the workspace, we recommend using the [Create team message template](https://dev.frontapp.com/reference/create-team-message-template) endpoint instead. Required scope: `message_templates:write`
Authentication
Connected account requiredTags
Create shiftFRONT_CREATE_SHIFTCreate a shift in the oldest active workspace that the token has access to. If you need to specify the workspace, we recommend using the [Create team shift](https://dev.frontapp.com/reference/create-team-shift) endpoint instead. Required scope: `shifts:write`Connection
Create a shift in the oldest active workspace that the token has access to. If you need to specify the workspace, we recommend using the [Create team shift](https://dev.frontapp.com/reference/create-team-shift) endpoint instead. Required scope: `shifts:write`
Authentication
Connected account requiredTags
Create tagFRONT_CREATE_TAGCreate a tag in the oldest team (workspace). This is a legacy endpoint. Use the Create company tag, Create team tag, or Create teammate tag endpoints instead. Required scope: `tags:write`Connection
Create a tag in the oldest team (workspace). This is a legacy endpoint. Use the Create company tag, Create team tag, or Create teammate tag endpoints instead. Required scope: `tags:write`
Authentication
Connected account requiredTags
Create team contactFRONT_CREATE_TEAM_CONTACTCreate a contact for a team (workspace). Required scope: `contacts:write`Connection
Create a contact for a team (workspace). Required scope: `contacts:write`
Authentication
Connected account requiredTags
Create team contact listFRONT_CREATE_TEAM_CONTACT_LISTCreate a new contact list for the requested team (workspace). Required scope: `contacts:write`Connection
Create a new contact list for the requested team (workspace). Required scope: `contacts:write`
Authentication
Connected account requiredTags
Create team folderFRONT_CREATE_TEAM_FOLDERCreate a new message template folder belonging to the requested team (workspace). Required scope: `message_templates:write`Connection
Create a new message template folder belonging to the requested team (workspace). Required scope: `message_templates:write`
Authentication
Connected account requiredTags
Create team groupFRONT_CREATE_TEAM_GROUPCreate a new contact group for the requested team (workspace). > ⚠️ Deprecated endpoint > > This endpoint has been deprecated. Please use the compatible contact list endpoints instead. > - `POST /teams/{team_id}/contact_lists`. Required scope: `contacts:write`Connection
Create a new contact group for the requested team (workspace). > ⚠️ Deprecated endpoint > > This endpoint has been deprecated. Please use the compatible contact list endpoints instead. > - `POST /teams/{team_id}/contact_lists`. Required scope: `contacts:write`
Authentication
Connected account requiredTags
Create team inboxFRONT_CREATE_TEAM_INBOXCreate an inbox for a team (workspace). Required scope: `inboxes:write`Connection
Create an inbox for a team (workspace). Required scope: `inboxes:write`
Authentication
Connected account requiredTags
Create team message templateFRONT_CREATE_TEAM_MESSAGE_TEMPLATECreate a new message template for the given team (workspace). Required scope: `message_templates:write`Connection
Create a new message template for the given team (workspace). Required scope: `message_templates:write`
Authentication
Connected account requiredTags
Create team shiftFRONT_CREATE_TEAM_SHIFTCreate a shift for a team (workspace). Required scope: `shifts:write`Connection
Create a shift for a team (workspace). Required scope: `shifts:write`
Authentication
Connected account requiredTags
Create team signatureFRONT_CREATE_TEAM_SIGNATURECreate a new signature for the given team (workspace). Required scope: `signatures:write`Connection
Create a new signature for the given team (workspace). Required scope: `signatures:write`
Authentication
Connected account requiredTags
Create team tagFRONT_CREATE_TEAM_TAGCreate a tag for a team (workspace). Required scope: `tags:write`Connection
Create a tag for a team (workspace). Required scope: `tags:write`
Authentication
Connected account requiredTags
Create team viewFRONT_CREATE_TEAM_VIEWCreate a new view for a team. Required scope: `views:write`Connection
Create a new view for a team. Required scope: `views:write`
Authentication
Connected account requiredTags
Create teammate contactFRONT_CREATE_TEAMMATE_CONTACTCreate a contact for a teammate. Required scope: `contacts:write`Connection
Create a contact for a teammate. Required scope: `contacts:write`
Authentication
Connected account requiredTags
Create teammate contact listFRONT_CREATE_TEAMMATE_CONTACT_LISTCreate a new contact list for the requested teammate. Required scope: `contacts:write`Connection
Create a new contact list for the requested teammate. Required scope: `contacts:write`
Authentication
Connected account requiredTags
Create teammate folderFRONT_CREATE_TEAMMATE_FOLDERCreate a new message template folder belonging to the requested teammate. Required scope: `message_templates:write`Connection
Create a new message template folder belonging to the requested teammate. Required scope: `message_templates:write`
Authentication
Connected account requiredTags
Create teammate groupFRONT_CREATE_TEAMMATE_GROUPCreate a new contact group for the requested teammate. > ⚠️ Deprecated endpoint > > This endpoint has been deprecated. Please use the compatible contact list endpoints instead. > - `POST /teammates/{teammate_id}/contact_lists`. Required scope: `contacts:write`Connection
Create a new contact group for the requested teammate. > ⚠️ Deprecated endpoint > > This endpoint has been deprecated. Please use the compatible contact list endpoints instead. > - `POST /teammates/{teammate_id}/contact_lists`. Required scope: `contacts:write`
Authentication
Connected account requiredTags
Create teammate message templateFRONT_CREATE_TEAMMATE_MESSAGE_TEMPLATECreate a new message template for the given teammate Required scope: `message_templates:write`Connection
Create a new message template for the given teammate Required scope: `message_templates:write`
Authentication
Connected account requiredTags
Create teammate private inboxFRONT_CREATE_TEAMMATE_PRIVATE_INBOXCreate a private inbox for a teammate. Required scope: `inboxes:write`Connection
Create a private inbox for a teammate. Required scope: `inboxes:write`
Authentication
Connected account requiredTags
Create teammate signatureFRONT_CREATE_TEAMMATE_SIGNATURECreate a new signature for the given teammate Required scope: `signatures:write`Connection
Create a new signature for the given teammate Required scope: `signatures:write`
Authentication
Connected account requiredTags
Create teammate tagFRONT_CREATE_TEAMMATE_TAGCreate a tag for a teammate. Required scope: `tags:write`Connection
Create a tag for a teammate. Required scope: `tags:write`
Authentication
Connected account requiredTags
Create time offFRONT_CREATE_TIME_OFFCreate a time off for a teammate. Required scope: `time_off:write`Connection
Create a time off for a teammate. Required scope: `time_off:write`
Authentication
Connected account requiredTags
Delete a contactFRONT_DELETE_A_CONTACTDelete a contact. Required scope: `contacts:delete`Connection
Delete a contact. Required scope: `contacts:delete`
Authentication
Connected account requiredTags
Delete a knowledge base categoryFRONT_DELETE_A_KNOWLEDGE_BASE_CATEGORYDeletes a knowledge base category. > ⚠️ Warning > > When a category is deleted, all articles in the category are also deleted. Required scope: `knowledge_bases:delete`Connection
Deletes a knowledge base category. > ⚠️ Warning > > When a category is deleted, all articles in the category are also deleted. Required scope: `knowledge_bases:delete`
Authentication
Connected account requiredTags
Delete an accountFRONT_DELETE_AN_ACCOUNTDeletes an account Required scope: `accounts:delete`Connection
Deletes an account Required scope: `accounts:delete`
Authentication
Connected account requiredTags
Delete an articleFRONT_DELETE_AN_ARTICLEDeletes an article and all its content and translations. Required scope: `knowledge_bases:delete`Connection
Deletes an article and all its content and translations. Required scope: `knowledge_bases:delete`
Authentication
Connected account requiredTags
Delete teammate groupFRONT_DELETE_COMPANY_TEAMMATE_GROUPDeletes a teammate group. Note - You cannot delete a teammate group that is managed by SCIM. Required scope: `teammate_groups:delete`Connection
Deletes a teammate group. Note - You cannot delete a teammate group that is managed by SCIM. Required scope: `teammate_groups:delete`
Authentication
Connected account requiredTags
Delete contact handleFRONT_DELETE_CONTACT_HANDLERemove a handle from a contact. Required scope: `contacts:write`Connection
Remove a handle from a contact. Required scope: `contacts:write`
Authentication
Connected account requiredTags
Delete contact listFRONT_DELETE_CONTACT_LISTDelete a contact lists. Required scope: `contacts:delete`Connection
Delete a contact lists. Required scope: `contacts:delete`
Authentication
Connected account requiredTags
Delete conversationFRONT_DELETE_CONVERSATIONPermanently delete a conversation. The conversation must have status "trashed" (in the trash) before it can be permanently deleted. This action cannot be undone. Required scope: `conversations:delete`Connection
Permanently delete a conversation. The conversation must have status "trashed" (in the trash) before it can be permanently deleted. This action cannot be undone. Required scope: `conversations:delete`
Authentication
Connected account requiredTags
Delete conversation followersFRONT_DELETE_CONVERSATION_FOLLOWERSRemoves teammates from the list of followers of a conversation. Required scope: `conversations:write`Connection
Removes teammates from the list of followers of a conversation. Required scope: `conversations:write`
Authentication
Connected account requiredTags
Delete draftFRONT_DELETE_DRAFTDelete a draft message. Required scope: `drafts:delete`Connection
Delete a draft message. Required scope: `drafts:delete`
Authentication
Connected account requiredTags
Delete folderFRONT_DELETE_FOLDERDelete a message template folder and child folders/templates Required scope: `message_templates:delete`Connection
Delete a message template folder and child folders/templates Required scope: `message_templates:delete`
Authentication
Connected account requiredTags
Delete groupFRONT_DELETE_GROUPDelete a contact group. > ⚠️ Deprecated endpoint > > This endpoint has been deprecated. Please use the compatible contact list endpoints instead. > - `DELETE /contact_lists/{contact_list_id}`. Required scope: `contacts:delete`Connection
Delete a contact group. > ⚠️ Deprecated endpoint > > This endpoint has been deprecated. Please use the compatible contact list endpoints instead. > - `DELETE /contact_lists/{contact_list_id}`. Required scope: `contacts:delete`
Authentication
Connected account requiredTags
Delete message templateFRONT_DELETE_MESSAGE_TEMPLATEDelete a message template Required scope: `message_templates:delete`Connection
Delete a message template Required scope: `message_templates:delete`
Authentication
Connected account requiredTags
Delete signatureFRONT_DELETE_SIGNATUREDelete signature Required scope: `signatures:delete`Connection
Delete signature Required scope: `signatures:delete`
Authentication
Connected account requiredTags
Delete tagFRONT_DELETE_TAGDelete a tag. Required scope: `tags:delete`Connection
Delete a tag. Required scope: `tags:delete`
Authentication
Connected account requiredTags
Delete time offFRONT_DELETE_TIME_OFFDelete a time off. Required scope: `time_off:delete`Connection
Delete a time off. Required scope: `time_off:delete`
Authentication
Connected account requiredTags
Download attachmentFRONT_DOWNLOAD_ATTACHMENTDownload an attachment file. Required scope: `attachments:read`Connection
Download an attachment file. Required scope: `attachments:read`
Authentication
Connected account requiredTags
Download attachment for a commentFRONT_DOWNLOAD_ATTACHMENT_FOR_A_COMMENTDownload an attachment file for a given comment ID Required scope: `attachments:read`Connection
Download an attachment file for a given comment ID Required scope: `attachments:read`
Authentication
Connected account requiredTags
Download attachment for a messageFRONT_DOWNLOAD_ATTACHMENT_FOR_A_MESSAGEDownload an attachment file for a given message id. Should be used by partner channels. Required scope: `attachments:read`Connection
Download an attachment file for a given message id. Should be used by partner channels. Required scope: `attachments:read`
Authentication
Connected account requiredTags
Download attachment for a message templateFRONT_DOWNLOAD_ATTACHMENT_FOR_A_MESSAGE_TEMPLATEDownload an attachment file for a given message template ID Required scope: `attachments:read`Connection
Download an attachment file for a given message template ID Required scope: `attachments:read`
Authentication
Connected account requiredTags
Download attachment from an articleFRONT_DOWNLOAD_ATTACHMENT_FROM_AN_ARTICLEDownloads the attachment from an article. Required scope: `knowledge_bases:read`Connection
Downloads the attachment from an article. Required scope: `knowledge_bases:read`
Authentication
Connected account requiredTags
Edit draftFRONT_EDIT_DRAFTEdit a draft message. Required scope: `drafts:write`Connection
Edit a draft message. Required scope: `drafts:write`
Authentication
Connected account requiredTags
Fetch an accountFRONT_FETCH_AN_ACCOUNTFetches an account Required scope: `accounts:read`Connection
Fetches an account Required scope: `accounts:read`
Authentication
Connected account requiredTags
Get a knowledge baseFRONT_GET_A_KNOWLEDGE_BASEFetches a knowledge base. Required scope: `knowledge_bases:read`Connection
Fetches a knowledge base. Required scope: `knowledge_bases:read`
Authentication
Connected account requiredTags
Get a knowledge base articleFRONT_GET_A_KNOWLEDGE_BASE_ARTICLEFetches a knowledge base article. Required scope: `knowledge_bases:read`Connection
Fetches a knowledge base article. Required scope: `knowledge_bases:read`
Authentication
Connected account requiredTags
Get a knowledge base categoryFRONT_GET_A_KNOWLEDGE_BASE_CATEGORYFetches a knowledge base category. Required scope: `knowledge_bases:read`Connection
Fetches a knowledge base category. Required scope: `knowledge_bases:read`
Authentication
Connected account requiredTags
Get a knowledge base with content in default localeFRONT_GET_A_KNOWLEDGE_BASE_WITH_CONTENT_IN_DEFAULT_LOCALEFetches a knowledge base with its content in the default locale. Required scope: `knowledge_bases:read`Connection
Fetches a knowledge base with its content in the default locale. Required scope: `knowledge_bases:read`
Authentication
Connected account requiredTags
Get a knowledge base with content in specified localeFRONT_GET_A_KNOWLEDGE_BASE_WITH_CONTENT_IN_SPECIFIED_LOCALEFetches a knowledge base with its content for a given locale. Required scope: `knowledge_bases:read`Connection
Fetches a knowledge base with its content for a given locale. Required scope: `knowledge_bases:read`
Authentication
Connected account requiredTags
Fetch an analytics exportFRONT_GET_ANALYTICS_EXPORTFetch an analytics exports. Refer to the [Analytics](https://dev.frontapp.com/reference/analytics) topic for details about specific metrics. Required scope: `analytics:read`Connection
Fetch an analytics exports. Refer to the [Analytics](https://dev.frontapp.com/reference/analytics) topic for details about specific metrics. Required scope: `analytics:read`
Authentication
Connected account requiredTags
Fetch an analytics reportFRONT_GET_ANALYTICS_REPORTFetch an analytics report. Refer to the [Analytics](https://dev.frontapp.com/reference/analytics) topic for details about specific metrics. Required scope: `analytics:read`Connection
Fetch an analytics report. Refer to the [Analytics](https://dev.frontapp.com/reference/analytics) topic for details about specific metrics. Required scope: `analytics:read`
Authentication
Connected account requiredTags
Get channelFRONT_GET_CHANNELFetch a channel. Required scope: `channels:read`Connection
Fetch a channel. Required scope: `channels:read`
Authentication
Connected account requiredTags
Get child foldersFRONT_GET_CHILD_FOLDERSFetch the child message templates folders of a message template folder. Required scope: `message_templates:read`Connection
Fetch the child message templates folders of a message template folder. Required scope: `message_templates:read`
Authentication
Connected account requiredTags
Get child templatesFRONT_GET_CHILD_TEMPLATESFetch the child message templates of a message template folder. Required scope: `message_templates:read`Connection
Fetch the child message templates of a message template folder. Required scope: `message_templates:read`
Authentication
Connected account requiredTags
Get commentFRONT_GET_COMMENTFetches a comment. Required scope: `comments:read`Connection
Fetches a comment. Required scope: `comments:read`
Authentication
Connected account requiredTags
Get teammate groupFRONT_GET_COMPANY_TEAMMATE_GROUPFetch a teammate group. Required scope: `teammate_groups:read`Connection
Fetch a teammate group. Required scope: `teammate_groups:read`
Authentication
Connected account requiredTags
Get contactFRONT_GET_CONTACTFetch a contact. Required scope: `contacts:read`Connection
Fetch a contact. Required scope: `contacts:read`
Authentication
Connected account requiredTags
Get conversationFRONT_GET_CONVERSATION_BY_IDFetch a conversation. Required scope: `conversations:read`Connection
Fetch a conversation. Required scope: `conversations:read`
Authentication
Connected account requiredTags
Get eventFRONT_GET_EVENTFetch an event. Refer to the [Events](https://dev.frontapp.com/reference/events) topic for more information, including sorting and filtering. Required scope: `events:*:read`Connection
Fetch an event. Refer to the [Events](https://dev.frontapp.com/reference/events) topic for more information, including sorting and filtering. Required scope: `events:*:read`
Authentication
Connected account requiredTags
Get folderFRONT_GET_FOLDERFetch a message template folder. Required scope: `message_templates:read`Connection
Fetch a message template folder. Required scope: `message_templates:read`
Authentication
Connected account requiredTags
Get inboxFRONT_GET_INBOXFetch an inbox. Required scope: `inboxes:read`Connection
Fetch an inbox. Required scope: `inboxes:read`
Authentication
Connected account requiredTags
Get knowledge base article with content in default localeFRONT_GET_KNOWLEDGE_BASE_ARTICLE_WITH_CONTENT_IN_DEFAULT_LOCALEFetches a knowledge base article with content in the default locale. Required scope: `knowledge_bases:read`Connection
Fetches a knowledge base article with content in the default locale. Required scope: `knowledge_bases:read`
Authentication
Connected account requiredTags
Get knowledge base article with content in specified localeFRONT_GET_KNOWLEDGE_BASE_ARTICLE_WITH_CONTENT_IN_SPECIFIED_LOCALEFetches a knowledge base article with content for a given locale. Required scope: `knowledge_bases:read`Connection
Fetches a knowledge base article with content for a given locale. Required scope: `knowledge_bases:read`
Authentication
Connected account requiredTags
Get knowledge base category content in default localeFRONT_GET_KNOWLEDGE_BASE_CATEGORY_CONTENT_IN_DEFAULT_LOCALEFetches a knowledge base category with content in the default locale. Required scope: `knowledge_bases:read`Connection
Fetches a knowledge base category with content in the default locale. Required scope: `knowledge_bases:read`
Authentication
Connected account requiredTags
Get knowledge base category with content in specified localeFRONT_GET_KNOWLEDGE_BASE_CATEGORY_WITH_CONTENT_IN_SPECIFIED_LOCALEFetches a knowledge base category with content for a given locale. Required scope: `knowledge_bases:read`Connection
Fetches a knowledge base category with content for a given locale. Required scope: `knowledge_bases:read`
Authentication
Connected account requiredTags
Get linkFRONT_GET_LINKFetch a link. For more information on links, see the [Links](https://dev.frontapp.com/reference/links) topic. Required scope: `links:read`Connection
Fetch a link. For more information on links, see the [Links](https://dev.frontapp.com/reference/links) topic. Required scope: `links:read`
Authentication
Connected account requiredTags
Get messageFRONT_GET_MESSAGEFetch a message. > ℹ️ The HTTP Header `Accept` can be used to request the message in a different format. > By default, Front will return the documented JSON response. By requesting `message/rfc822`, the response will contain the message in the EML format (for email messages only). Required scope: `messages:read`Connection
Fetch a message. > ℹ️ The HTTP Header `Accept` can be used to request the message in a different format. > By default, Front will return the documented JSON response. By requesting `message/rfc822`, the response will contain the message in the EML format (for email messages only). Required scope: `messages:read`
Authentication
Connected account requiredTags
Get message seen statusFRONT_GET_MESSAGE_SEEN_STATUSGet the seen receipts for the given message. If no seen-by information is available, there will be a single entry for the first time the message was seen by any recipient. If seen-by information is available, there will be an entry for each recipient who has seen the message. Required scope: `messages:read`Connection
Get the seen receipts for the given message. If no seen-by information is available, there will be a single entry for the first time the message was seen by any recipient. If seen-by information is available, there will be an entry for each recipient who has seen the message. Required scope: `messages:read`
Authentication
Connected account requiredTags
Get message templateFRONT_GET_MESSAGE_TEMPLATEFetch a message template. Required scope: `message_templates:read`Connection
Fetch a message template. Required scope: `message_templates:read`
Authentication
Connected account requiredTags
Get ruleFRONT_GET_RULEFetch a rule. Required scope: `rules:read`Connection
Fetch a rule. Required scope: `rules:read`
Authentication
Connected account requiredTags
Get shiftFRONT_GET_SHIFTFetch a shift. Required scope: `shifts:read`Connection
Fetch a shift. Required scope: `shifts:read`
Authentication
Connected account requiredTags
Get signaturesFRONT_GET_SIGNATURESGet the given signature. Required scope: `signatures:read`Connection
Get the given signature. Required scope: `signatures:read`
Authentication
Connected account requiredTags
Get tagFRONT_GET_TAGFetch a tag. Required scope: `tags:read`Connection
Fetch a tag. Required scope: `tags:read`
Authentication
Connected account requiredTags
Get teamFRONT_GET_TEAMFetch a team (workspace). Required scope: `teams:read`Connection
Fetch a team (workspace). Required scope: `teams:read`
Authentication
Connected account requiredTags
Get teammateFRONT_GET_TEAMMATEFetch a teammate. Required scope: `teammates:read`Connection
Fetch a teammate. Required scope: `teammates:read`
Authentication
Connected account requiredTags
Get ticket statusFRONT_GET_TICKET_STATUS_BY_IDFetch a ticket status. Required scope: `statuses:read`Connection
Fetch a ticket status. Required scope: `statuses:read`
Authentication
Connected account requiredTags
Get time offFRONT_GET_TIME_OFFFetch a time off. Required scope: `time_off:read`Connection
Fetch a time off. Required scope: `time_off:read`
Authentication
Connected account requiredTags
Get viewFRONT_GET_VIEWFetch a view. Required scope: `views:read`Connection
Fetch a view. Required scope: `views:read`
Authentication
Connected account requiredTags
Import messageFRONT_IMPORT_INBOX_MESSAGEUse this endpoint to import conversations into Front without sending data through a channel. Typical use cases include importing historical conversations or creating new conversations from non-standard sources, such as web form submissions that can't use the default Form channel (for example, forms that don't have static URLs or form providers that send email notifications after submission). Avoid using this endpoint for conversations that can be handled by a dedicated Front channel—instead, use the [Create message](https://dev.frontapp.com/reference/create-message) endpoint to send (rather than import) a new message. Required scope: `messages:write`Connection
Use this endpoint to import conversations into Front without sending data through a channel. Typical use cases include importing historical conversations or creating new conversations from non-standard sources, such as web form submissions that can't use the default Form channel (for example, forms that don't have static URLs or form providers that send email notifications after submission). Avoid using this endpoint for conversations that can be handled by a dedicated Front channel—instead, use the [Create message](https://dev.frontapp.com/reference/create-message) endpoint to send (rather than import) a new message. Required scope: `messages:write`
Authentication
Connected account requiredTags
List account contactsFRONT_LIST_ACCOUNT_CONTACTSLists the contacts associated with an Account Required scope: `contacts:read`Connection
Lists the contacts associated with an Account Required scope: `contacts:read`
Authentication
Connected account requiredTags
List Account's custom fieldsFRONT_LIST_ACCOUNT_CUSTOM_FIELDSLists the custom fields that can be attached to an Account. Required scope: `custom_fields:read`Connection
Lists the custom fields that can be attached to an Account. Required scope: `custom_fields:read`
Authentication
Connected account requiredTags
List AccountsFRONT_LIST_ACCOUNTSList the accounts of the company. Required scope: `accounts:read`Connection
List the accounts of the company. Required scope: `accounts:read`
Authentication
Connected account requiredTags
List all company rulesFRONT_LIST_ALL_COMPANY_RULESList the company rules. Required scope: `rules:read`Connection
List the company rules. Required scope: `rules:read`
Authentication
Connected account requiredTags
List articles in a categoryFRONT_LIST_ARTICLES_IN_A_CATEGORYList articles in a category. Required scope: `knowledge_bases:read`Connection
List articles in a category. Required scope: `knowledge_bases:read`
Authentication
Connected account requiredTags
List articles in a knowledge baseFRONT_LIST_ARTICLES_IN_A_KNOWLEDGE_BASEList articles in a knowledge base Required scope: `knowledge_bases:read`Connection
List articles in a knowledge base Required scope: `knowledge_bases:read`
Authentication
Connected account requiredTags
List assigned conversationsFRONT_LIST_ASSIGNED_CONVERSATIONSList the conversations assigned to a teammate in reverse chronological order (most recently updated first). For more advanced filtering, see the [search endpoint](https://dev.frontapp.com/reference/conversations#search-conversations). Required scope: `conversations:read`Connection
List the conversations assigned to a teammate in reverse chronological order (most recently updated first). For more advanced filtering, see the [search endpoint](https://dev.frontapp.com/reference/conversations#search-conversations). Required scope: `conversations:read`
Authentication
Connected account requiredTags
List categories in a knowledge baseFRONT_LIST_CATEGORIES_IN_A_KNOWLEDGE_BASEList categories in a knowledge base. Required scope: `knowledge_bases:read`Connection
List categories in a knowledge base. Required scope: `knowledge_bases:read`
Authentication
Connected account requiredTags
List channelsFRONT_LIST_CHANNELSList the channels of the company. Required scope: `channels:read`Connection
List the channels of the company. Required scope: `channels:read`
Authentication
Connected account requiredTags
List comment mentionsFRONT_LIST_COMMENT_MENTIONSList the teammates mentioned in a comment. Required scope: `teammates:read`Connection
List the teammates mentioned in a comment. Required scope: `teammates:read`
Authentication
Connected account requiredTags
List company tagsFRONT_LIST_COMPANY_TAGSList the company tags. Required scope: `tags:read`Connection
List the company tags. Required scope: `tags:read`
Authentication
Connected account requiredTags
List teammate group team inboxesFRONT_LIST_COMPANY_TEAMMATE_GROUP_TEAM_INBOXESList inboxes that the teammate group has access to via its associated teams. Required scope: `inboxes:read`Connection
List inboxes that the teammate group has access to via its associated teams. Required scope: `inboxes:read`
Authentication
Connected account requiredTags
List teammate group teammatesFRONT_LIST_COMPANY_TEAMMATE_GROUP_TEAMMATESList teammate group teammates. Required scope: `teammates:read`Connection
List teammate group teammates. Required scope: `teammates:read`
Authentication
Connected account requiredTags
List teammate group teamsFRONT_LIST_COMPANY_TEAMMATE_GROUP_TEAMSList teams added to the teammate group. Any teams added to the teammate group will automatically link public inboxes. Required scope: `teams:read`Connection
List teams added to the teammate group. Any teams added to the teammate group will automatically link public inboxes. Required scope: `teams:read`
Authentication
Connected account requiredTags
List teammate groupsFRONT_LIST_COMPANY_TEAMMATE_GROUPSList the teammate groups in the company. Required scope: `teammate_groups:read`Connection
List the teammate groups in the company. Required scope: `teammate_groups:read`
Authentication
Connected account requiredTags
List company ticket statusesFRONT_LIST_COMPANY_TICKET_STATUSESList the ticket statuses available for your company. Required scope: `statuses:read`Connection
List the ticket statuses available for your company. Required scope: `statuses:read`
Authentication
Connected account requiredTags
List contact conversationsFRONT_LIST_CONTACT_CONVERSATIONSList the conversations for a contact in reverse chronological order (newest first). For more advanced filtering, see the [search endpoint](https://dev.frontapp.com/reference/conversations#search-conversations). Required scope: `conversations:read`Connection
List the conversations for a contact in reverse chronological order (newest first). For more advanced filtering, see the [search endpoint](https://dev.frontapp.com/reference/conversations#search-conversations). Required scope: `conversations:read`
Authentication
Connected account requiredTags
List Contact's custom fieldsFRONT_LIST_CONTACT_CUSTOM_FIELDSLists the custom fields that can be attached to a Contact. Required scope: `custom_fields:read`Connection
Lists the custom fields that can be attached to a Contact. Required scope: `custom_fields:read`
Authentication
Connected account requiredTags
List contact listsFRONT_LIST_CONTACT_LISTSList contact lists. Required scope: `contacts:read`Connection
List contact lists. Required scope: `contacts:read`
Authentication
Connected account requiredTags
List contactsFRONT_LIST_CONTACTSList the contacts of the company. Required scope: `contacts:read`Connection
List the contacts of the company. Required scope: `contacts:read`
Authentication
Connected account requiredTags
List contacts in contact listFRONT_LIST_CONTACTS_IN_CONTACT_LISTList the contacts belonging to the requested contact list. Required scope: `contacts:read`Connection
List the contacts belonging to the requested contact list. Required scope: `contacts:read`
Authentication
Connected account requiredTags
List contacts in groupFRONT_LIST_CONTACTS_IN_GROUPList the contacts belonging to the requested group. > ⚠️ Deprecated endpoint > > This endpoint has been deprecated. Please use the compatible contact list endpoints instead. > - `GET /contact_lists/{contact_list_id}/contacts`. Required scope: `contacts:read`Connection
List the contacts belonging to the requested group. > ⚠️ Deprecated endpoint > > This endpoint has been deprecated. Please use the compatible contact list endpoints instead. > - `GET /contact_lists/{contact_list_id}/contacts`. Required scope: `contacts:read`
Authentication
Connected account requiredTags
List conversation commentsFRONT_LIST_CONVERSATION_COMMENTSList the comments in a conversation in reverse chronological order (newest first). Required scope: `comments:read`Connection
List the comments in a conversation in reverse chronological order (newest first). Required scope: `comments:read`
Authentication
Connected account requiredTags
List Conversation's custom fieldsFRONT_LIST_CONVERSATION_CUSTOM_FIELDSLists customer-managed custom fields that can be attached to a Conversation. Front-managed system fields are excluded. Required scope: `custom_fields:read`Connection
Lists customer-managed custom fields that can be attached to a Conversation. Front-managed system fields are excluded. Required scope: `custom_fields:read`
Authentication
Connected account requiredTags
List conversation draftsFRONT_LIST_CONVERSATION_DRAFTSList the drafts in a conversation. Required scope: `drafts:read`Connection
List the drafts in a conversation. Required scope: `drafts:read`
Authentication
Connected account requiredTags
List conversation eventsFRONT_LIST_CONVERSATION_EVENTSList the events that occured for a conversation in reverse chronological order (newest first). The order will respect your company's [bump settings](https://help.front.com/t/y729th/customize-when-conversations-bump-up), which determine when conversations bump to the top. Required scope: `events:*:read`Connection
List the events that occured for a conversation in reverse chronological order (newest first). The order will respect your company's [bump settings](https://help.front.com/t/y729th/customize-when-conversations-bump-up), which determine when conversations bump to the top. Required scope: `events:*:read`
Authentication
Connected account requiredTags
List conversation followersFRONT_LIST_CONVERSATION_FOLLOWERSList the teammates following a conversation. Required scope: `teammates:read`Connection
List the teammates following a conversation. Required scope: `teammates:read`
Authentication
Connected account requiredTags
List conversation inboxesFRONT_LIST_CONVERSATION_INBOXESList the inboxes in which a conversation is listed. Required scope: `inboxes:read`Connection
List the inboxes in which a conversation is listed. Required scope: `inboxes:read`
Authentication
Connected account requiredTags
List conversation messagesFRONT_LIST_CONVERSATION_MESSAGESList the messages in a conversation in reverse chronological order (newest first). Required scope: `messages:read`Connection
List the messages in a conversation in reverse chronological order (newest first). Required scope: `messages:read`
Authentication
Connected account requiredTags
List conversationsFRONT_LIST_CONVERSATIONSList the conversations in the company in reverse chronological order (most recently updated first). The order will respect your company's [bump settings](https://help.front.com/t/y729th/customize-when-conversations-bump-up), which determine when conversations bump to the top. For more advanced filtering, see the [search endpoint](https://dev.frontapp.com/reference/conversations#search-conversations). Required scope: `conversations:read`Connection
List the conversations in the company in reverse chronological order (most recently updated first). The order will respect your company's [bump settings](https://help.front.com/t/y729th/customize-when-conversations-bump-up), which determine when conversations bump to the top. For more advanced filtering, see the [search endpoint](https://dev.frontapp.com/reference/conversations#search-conversations). Required scope: `conversations:read`
Authentication
Connected account requiredTags
List Contact's custom fieldsFRONT_LIST_CUSTOM_FIELDSLists the custom fields that can be attached to a Contact. > ⚠️ Deprecated endpoint > > This endpoint has been deprecated. Please use the fully compatible `GET /contacts/custom_fields` endpoint instead. Required scope: `custom_fields:read`Connection
Lists the custom fields that can be attached to a Contact. > ⚠️ Deprecated endpoint > > This endpoint has been deprecated. Please use the fully compatible `GET /contacts/custom_fields` endpoint instead. Required scope: `custom_fields:read`
Authentication
Connected account requiredTags
List eventsFRONT_LIST_EVENTSLists all the detailed events which occurred in the inboxes of the company ordered in reverse chronological order (newest first). Refer to the [Events](https://dev.frontapp.com/reference/events) topic for more information, including sorting and filtering. Required scope: `events:*:read`Connection
Lists all the detailed events which occurred in the inboxes of the company ordered in reverse chronological order (newest first). Refer to the [Events](https://dev.frontapp.com/reference/events) topic for more information, including sorting and filtering. Required scope: `events:*:read`
Authentication
Connected account requiredTags
List foldersFRONT_LIST_FOLDERSList the message template folders. Required scope: `message_templates:read`Connection
List the message template folders. Required scope: `message_templates:read`
Authentication
Connected account requiredTags
List groupsFRONT_LIST_GROUPSList the contact groups. > ⚠️ Deprecated endpoint > > This endpoint has been deprecated. Please use the compatible contact list endpoints instead. > - `GET /contact_lists`. Required scope: `contacts:read`Connection
List the contact groups. > ⚠️ Deprecated endpoint > > This endpoint has been deprecated. Please use the compatible contact list endpoints instead. > - `GET /contact_lists`. Required scope: `contacts:read`
Authentication
Connected account requiredTags
List inbox accessFRONT_LIST_INBOX_ACCESSList the teammates with access to an inbox. Required scope: `teammates:read`Connection
List the teammates with access to an inbox. Required scope: `teammates:read`
Authentication
Connected account requiredTags
List inbox channelsFRONT_LIST_INBOX_CHANNELSList the channels in an inbox. Required scope: `channels:read`Connection
List the channels in an inbox. Required scope: `channels:read`
Authentication
Connected account requiredTags
List inbox conversationsFRONT_LIST_INBOX_CONVERSATIONSList the conversations in an inbox. For more advanced filtering, see the [search endpoint](https://dev.frontapp.com/reference/conversations#search-conversations). Required scope: `conversations:read`Connection
List the conversations in an inbox. For more advanced filtering, see the [search endpoint](https://dev.frontapp.com/reference/conversations#search-conversations). Required scope: `conversations:read`
Authentication
Connected account requiredTags
List Inbox's custom fieldsFRONT_LIST_INBOX_CUSTOM_FIELDSLists the custom fields that can be attached to an Inbox. Required scope: `custom_fields:read`Connection
Lists the custom fields that can be attached to an Inbox. Required scope: `custom_fields:read`
Authentication
Connected account requiredTags
List inboxesFRONT_LIST_INBOXESList the inboxes of the company. Required scope: `inboxes:read`Connection
List the inboxes of the company. Required scope: `inboxes:read`
Authentication
Connected account requiredTags
List knowledge basesFRONT_LIST_KNOWLEDGE_BASESList the knowledge bases of the company. Required scope: `knowledge_bases:read`Connection
List the knowledge bases of the company. Required scope: `knowledge_bases:read`
Authentication
Connected account requiredTags
List link conversationsFRONT_LIST_LINK_CONVERSATIONSList the conversations linked to a specific link. For more advanced filtering, see the [search endpoint](https://dev.frontapp.com/reference/conversations#search-conversations). For more information on links, see the [Links](https://dev.frontapp.com/reference/links) topic. Required scope: `conversations:read`Connection
List the conversations linked to a specific link. For more advanced filtering, see the [search endpoint](https://dev.frontapp.com/reference/conversations#search-conversations). For more information on links, see the [Links](https://dev.frontapp.com/reference/links) topic. Required scope: `conversations:read`
Authentication
Connected account requiredTags
List Link's custom fieldsFRONT_LIST_LINK_CUSTOM_FIELDSLists the custom fields that can be attached to a Link. For more information on links, see the [Links](https://dev.frontapp.com/reference/links) topic. Required scope: `custom_fields:read`Connection
Lists the custom fields that can be attached to a Link. For more information on links, see the [Links](https://dev.frontapp.com/reference/links) topic. Required scope: `custom_fields:read`
Authentication
Connected account requiredTags
List linksFRONT_LIST_LINKSList the links of the company paginated by id. Allows filtering by link type via the q.types param. These links include application objects; for more details, see the [Links](https://dev.frontapp.com/reference/links) topic. Required scope: `links:read`Connection
List the links of the company paginated by id. Allows filtering by link type via the q.types param. These links include application objects; for more details, see the [Links](https://dev.frontapp.com/reference/links) topic. Required scope: `links:read`
Authentication
Connected account requiredTags
List message templatesFRONT_LIST_MESSAGE_TEMPLATESList the message templates. Required scope: `message_templates:read`Connection
List the message templates. Required scope: `message_templates:read`
Authentication
Connected account requiredTags
List notesFRONT_LIST_NOTESList the notes added to a contact. Required scope: `contacts:read`Connection
List the notes added to a contact. Required scope: `contacts:read`
Authentication
Connected account requiredTags
List rulesFRONT_LIST_RULESList the rules of the company. Required scope: `rules:read`Connection
List the rules of the company. Required scope: `rules:read`
Authentication
Connected account requiredTags
List ShiftsFRONT_LIST_SHIFTSList the shifts. Required scope: `shifts:read`Connection
List the shifts. Required scope: `shifts:read`
Authentication
Connected account requiredTags
List shift's teammatesFRONT_LIST_SHIFTS_TEAMMATESList the teammates assigned to a shift. Required scope: `teammates:read`Connection
List the teammates assigned to a shift. Required scope: `teammates:read`
Authentication
Connected account requiredTags
List tag childrenFRONT_LIST_TAG_CHILDRENList the children of a specific tag. Required scope: `tags:read`Connection
List the children of a specific tag. Required scope: `tags:read`
Authentication
Connected account requiredTags
List tagged conversationsFRONT_LIST_TAGGED_CONVERSATIONSList the conversations tagged with a tag. For more advanced filtering, see the [search endpoint](https://dev.frontapp.com/reference/conversations#search-conversations). Required scope: `conversations:read`Connection
List the conversations tagged with a tag. For more advanced filtering, see the [search endpoint](https://dev.frontapp.com/reference/conversations#search-conversations). Required scope: `conversations:read`
Authentication
Connected account requiredTags
List tagsFRONT_LIST_TAGSList all the tags of the company that the API token has access to, whether they be company tags, team tags, or teammate tags. Required scope: `tags:read`Connection
List all the tags of the company that the API token has access to, whether they be company tags, team tags, or teammate tags. Required scope: `tags:read`
Authentication
Connected account requiredTags
List team channelsFRONT_LIST_TEAM_CHANNELSList the channels of a team (workspace). Required scope: `channels:read`Connection
List the channels of a team (workspace). Required scope: `channels:read`
Authentication
Connected account requiredTags
List team contact listsFRONT_LIST_TEAM_CONTACT_LISTSList contact lists belonging to the requested team (workspace). Required scope: `contacts:read`Connection
List contact lists belonging to the requested team (workspace). Required scope: `contacts:read`
Authentication
Connected account requiredTags
List team contactsFRONT_LIST_TEAM_CONTACTSList the contacts of a team (workspace). Required scope: `contacts:read`Connection
List the contacts of a team (workspace). Required scope: `contacts:read`
Authentication
Connected account requiredTags
List team foldersFRONT_LIST_TEAM_FOLDERSList the message template folders belonging to the requested team (workspace). Required scope: `message_templates:read`Connection
List the message template folders belonging to the requested team (workspace). Required scope: `message_templates:read`
Authentication
Connected account requiredTags
List team groupsFRONT_LIST_TEAM_GROUPSList contact groups belonging to the requested team (workspace). > ⚠️ Deprecated endpoint > > This endpoint has been deprecated. Please use the compatible contact list endpoints instead. > - `GET /teams/{team_id}/contact_lists`. Required scope: `contacts:read`Connection
List contact groups belonging to the requested team (workspace). > ⚠️ Deprecated endpoint > > This endpoint has been deprecated. Please use the compatible contact list endpoints instead. > - `GET /teams/{team_id}/contact_lists`. Required scope: `contacts:read`
Authentication
Connected account requiredTags
List team inboxesFRONT_LIST_TEAM_INBOXESList the inboxes belonging to a team (workspace). Required scope: `inboxes:read`Connection
List the inboxes belonging to a team (workspace). Required scope: `inboxes:read`
Authentication
Connected account requiredTags
List team message templatesFRONT_LIST_TEAM_MESSAGE_TEMPLATESList the message templates belonging to the requested team (workspace). Required scope: `message_templates:read`Connection
List the message templates belonging to the requested team (workspace). Required scope: `message_templates:read`
Authentication
Connected account requiredTags
List team rulesFRONT_LIST_TEAM_RULESList the rules of a team (workspace). Required scope: `rules:read`Connection
List the rules of a team (workspace). Required scope: `rules:read`
Authentication
Connected account requiredTags
List team ShiftsFRONT_LIST_TEAM_SHIFTSList the shifts for a team (workspace). Required scope: `shifts:read`Connection
List the shifts for a team (workspace). Required scope: `shifts:read`
Authentication
Connected account requiredTags
List team signaturesFRONT_LIST_TEAM_SIGNATURESList the signatures belonging to the given team (workspace). Required scope: `signatures:read`Connection
List the signatures belonging to the given team (workspace). Required scope: `signatures:read`
Authentication
Connected account requiredTags
List team tagsFRONT_LIST_TEAM_TAGSList the tags for a team (workspace). Required scope: `tags:read`Connection
List the tags for a team (workspace). Required scope: `tags:read`
Authentication
Connected account requiredTags
List team time offsFRONT_LIST_TEAM_TIME_OFFSList the time offs of all teammates in a team. Required scope: `time_off:read`Connection
List the time offs of all teammates in a team. Required scope: `time_off:read`
Authentication
Connected account requiredTags
List team viewsFRONT_LIST_TEAM_VIEWSList the views of a team. Required scope: `views:read`Connection
List the views of a team. Required scope: `views:read`
Authentication
Connected account requiredTags
List teammate channelsFRONT_LIST_TEAMMATE_CHANNELSList the channels of a teammate. Required scope: `channels:read`Connection
List the channels of a teammate. Required scope: `channels:read`
Authentication
Connected account requiredTags
List teammate contact listsFRONT_LIST_TEAMMATE_CONTACT_LISTSList the contact lists belonging to the requested teammate. Required scope: `contacts:read`Connection
List the contact lists belonging to the requested teammate. Required scope: `contacts:read`
Authentication
Connected account requiredTags
List teammate contactsFRONT_LIST_TEAMMATE_CONTACTSList the contacts of a teammate. Required scope: `contacts:read`Connection
List the contacts of a teammate. Required scope: `contacts:read`
Authentication
Connected account requiredTags
List Teammate's custom fieldsFRONT_LIST_TEAMMATE_CUSTOM_FIELDSLists the custom fields that can be attached to a Teammate. Required scope: `custom_fields:read`Connection
Lists the custom fields that can be attached to a Teammate. Required scope: `custom_fields:read`
Authentication
Connected account requiredTags
List teammate foldersFRONT_LIST_TEAMMATE_FOLDERSList the message template folders belonging to the requested teammate. Required scope: `message_templates:read`Connection
List the message template folders belonging to the requested teammate. Required scope: `message_templates:read`
Authentication
Connected account requiredTags
List teammate groupsFRONT_LIST_TEAMMATE_GROUPSList the contact groups belonging to the requested teammate. > ⚠️ Deprecated endpoint > > This endpoint has been deprecated. Please use the compatible contact list endpoints instead. > - `GET /teammates/{teammate_id}/contact_lists`. Required scope: `contacts:read`Connection
List the contact groups belonging to the requested teammate. > ⚠️ Deprecated endpoint > > This endpoint has been deprecated. Please use the compatible contact list endpoints instead. > - `GET /teammates/{teammate_id}/contact_lists`. Required scope: `contacts:read`
Authentication
Connected account requiredTags
List teammate inboxesFRONT_LIST_TEAMMATE_INBOXESReturns list of inboxes the teammate has access to. Required scope: `inboxes:read`Connection
Returns list of inboxes the teammate has access to. Required scope: `inboxes:read`
Authentication
Connected account requiredTags
List teammate message templatesFRONT_LIST_TEAMMATE_MESSAGE_TEMPLATESList the message templates belonging to the requested teammate. Required scope: `message_templates:read`Connection
List the message templates belonging to the requested teammate. Required scope: `message_templates:read`
Authentication
Connected account requiredTags
List teammate private inboxesFRONT_LIST_TEAMMATE_PRIVATE_INBOXESList the private inboxes of a teammate. Required scope: `inboxes:read`Connection
List the private inboxes of a teammate. Required scope: `inboxes:read`
Authentication
Connected account requiredTags
List teammate rulesFRONT_LIST_TEAMMATE_RULESList the rules of a teammate. Required scope: `rules:read`Connection
List the rules of a teammate. Required scope: `rules:read`
Authentication
Connected account requiredTags
List Teammate ShiftsFRONT_LIST_TEAMMATE_SHIFTSLists all the shifts for the teammate. Required scope: `shifts:read`Connection
Lists all the shifts for the teammate. Required scope: `shifts:read`
Authentication
Connected account requiredTags
List teammate signaturesFRONT_LIST_TEAMMATE_SIGNATURESList the signatures belonging to the given teammate. Required scope: `signatures:read`Connection
List the signatures belonging to the given teammate. Required scope: `signatures:read`
Authentication
Connected account requiredTags
List teammate tagsFRONT_LIST_TEAMMATE_TAGSList the tags for a teammate. Required scope: `tags:read`Connection
List the tags for a teammate. Required scope: `tags:read`
Authentication
Connected account requiredTags
List teammate time offsFRONT_LIST_TEAMMATE_TIME_OFFSList the time offs of a teammate. Required scope: `time_off:read`Connection
List the time offs of a teammate. Required scope: `time_off:read`
Authentication
Connected account requiredTags
List teammatesFRONT_LIST_TEAMMATESList the teammates in the company. Required scope: `teammates:read`Connection
List the teammates in the company. Required scope: `teammates:read`
Authentication
Connected account requiredTags
List teamsFRONT_LIST_TEAMSList the teams (workspaces) in the company. Required scope: `teams:read`Connection
List the teams (workspaces) in the company. Required scope: `teams:read`
Authentication
Connected account requiredTags
List viewsFRONT_LIST_VIEWSList the views accessible to the authenticated token. Required scope: `views:read`Connection
List the views accessible to the authenticated token. Required scope: `views:read`
Authentication
Connected account requiredTags
Mark message seenFRONT_MARK_MESSAGE_SEENMark an outbound message from Front as seen. Note, the message seen route should only be called in response to an actual end-user's message-seen action. In accordance with this behavior, the route is rate limited to 10 requests per message per hour. Required scope: `messages:write`Connection
Mark an outbound message from Front as seen. Note, the message seen route should only be called in response to an actual end-user's message-seen action. In accordance with this behavior, the route is rate limited to 10 requests per message per hour. Required scope: `messages:write`
Authentication
Connected account requiredTags
Merge contactsFRONT_MERGE_CONTACTSMerges the contacts specified into a single contact, deleting the merged-in contacts. If a target contact ID is supplied, the other contacts will be merged into that one. Otherwise, some contact in the contact ID list will be treated as the target contact. Merge conflicts will be resolved in the following ways: * name will prioritize manually-updated and non-private contact names * descriptions will be concatenated and separated by newlines in order from oldest to newest with the (optional) target contact's description first * all handles, groups, links, and notes will be preserved * other conflicts will use the most recently updated contact's value Required scope: `contacts:write`Connection
Merges the contacts specified into a single contact, deleting the merged-in contacts. If a target contact ID is supplied, the other contacts will be merged into that one. Otherwise, some contact in the contact ID list will be treated as the target contact. Merge conflicts will be resolved in the following ways: * name will prioritize manually-updated and non-private contact names * descriptions will be concatenated and separated by newlines in order from oldest to newest with the (optional) target contact's description first * all handles, groups, links, and notes will be preserved * other conflicts will use the most recently updated contact's value Required scope: `contacts:write`
Authentication
Connected account requiredTags
Receive custom messagesFRONT_RECEIVE_CUSTOM_MESSAGESReceive a custom message in Front. This endpoint is available for custom channels **ONLY**. Required scope: `messages:write`Connection
Receive a custom message in Front. This endpoint is available for custom channels **ONLY**. Required scope: `messages:write`
Authentication
Connected account requiredTags
Remove teammate group team inboxesFRONT_REMOVE_COMPANY_TEAMMATE_GROUP_TEAM_INBOXESUnlinks non-public inboxes from the teammate group. Required scope: `teammate_groups:write`Connection
Unlinks non-public inboxes from the teammate group. Required scope: `teammate_groups:write`
Authentication
Connected account requiredTags
Remove teammate group teammatesFRONT_REMOVE_COMPANY_TEAMMATE_GROUP_TEAMMATESRemove teammate group teammates. Note - You cannot modify a teammate group that is managed by SCIM. Required scope: `teammate_groups:write`Connection
Remove teammate group teammates. Note - You cannot modify a teammate group that is managed by SCIM. Required scope: `teammate_groups:write`
Authentication
Connected account requiredTags
Remove teammate group teamsFRONT_REMOVE_COMPANY_TEAMMATE_GROUP_TEAMSRemove teams from the teammate group. Unlinks to any associated team inboxes. Required scope: `teammate_groups:write`Connection
Remove teams from the teammate group. Unlinks to any associated team inboxes. Required scope: `teammate_groups:write`
Authentication
Connected account requiredTags
Remove contact from AccountFRONT_REMOVE_CONTACT_FROM_ACCOUNTRemoves a list of contacts from an Account Required scope: `accounts:write`Connection
Removes a list of contacts from an Account Required scope: `accounts:write`
Authentication
Connected account requiredTags
Remove contacts from contact listFRONT_REMOVE_CONTACTS_FROM_CONTACT_LISTRemove contacts from the requested contact list. Required scope: `contacts:write`Connection
Remove contacts from the requested contact list. Required scope: `contacts:write`
Authentication
Connected account requiredTags
Remove contacts from groupFRONT_REMOVE_CONTACTS_FROM_GROUPRemove contacts from the requested group. > ⚠️ Deprecated endpoint > > This endpoint has been deprecated. Please use the compatible contact list endpoints instead. > - `DELETE /contact_lists/{contact_list_id}/contacts`. Required scope: `contacts:write`Connection
Remove contacts from the requested group. > ⚠️ Deprecated endpoint > > This endpoint has been deprecated. Please use the compatible contact list endpoints instead. > - `DELETE /contact_lists/{contact_list_id}/contacts`. Required scope: `contacts:write`
Authentication
Connected account requiredTags
Remove conversation linksFRONT_REMOVE_CONVERSATION_LINKSRemoves one or more links to a conversation. For more information on links, see the [Links](https://dev.frontapp.com/reference/links) topic. Required scope: `conversations:write`Connection
Removes one or more links to a conversation. For more information on links, see the [Links](https://dev.frontapp.com/reference/links) topic. Required scope: `conversations:write`
Authentication
Connected account requiredTags
Remove conversation tagFRONT_REMOVE_CONVERSATION_TAGRemoves one or more tags to a conversation Required scope: `conversations:write`Connection
Removes one or more tags to a conversation Required scope: `conversations:write`
Authentication
Connected account requiredTags
Remove teammates from shiftFRONT_REMOVE_TEAMMATES_FROM_SHIFTRemove teammates from a shift. Required scope: `shifts:write`Connection
Remove teammates from a shift. Required scope: `shifts:write`
Authentication
Connected account requiredTags
Remove teammates from teamFRONT_REMOVE_TEAMMATES_FROM_TEAMRemove one or more teammates from a team (workspace). Required scope: `teams:write`Connection
Remove one or more teammates from a team (workspace). Required scope: `teams:write`
Authentication
Connected account requiredTags
Removes inbox accessFRONT_REMOVES_INBOX_ACCESSRemove access of one or more teammates from an inbox. Required scope: `inboxes:write`Connection
Remove access of one or more teammates from an inbox. Required scope: `inboxes:write`
Authentication
Connected account requiredTags
Search conversationsFRONT_SEARCH_CONVERSATIONSSearch for conversations. Response will include a count of total matches and an array of conversations in descending order by last activity. See the [search syntax documentation](https://dev.frontapp.com/docs/search-1) for usage examples. **Note:** This endpoint is subject to [proportional rate limiting](https://dev.frontapp.com/docs/rate-limiting#additional-proportional-limiting) at 40% of your company's rate limit. Required scope: `conversations:read`Connection
Search for conversations. Response will include a count of total matches and an array of conversations in descending order by last activity. See the [search syntax documentation](https://dev.frontapp.com/docs/search-1) for usage examples. **Note:** This endpoint is subject to [proportional rate limiting](https://dev.frontapp.com/docs/rate-limiting#additional-proportional-limiting) at 40% of your company's rate limit. Required scope: `conversations:read`
Authentication
Connected account requiredTags
Trigger application eventFRONT_TRIGGER_APP_EVENTTriggers an event on behalf of an application. These events can trigger Front workflows, like rules. For more information, see the [developer docs](https://dev.frontapp.com/docs/application-triggers#/). Required scope: `feature:app_trigger`Connection
Triggers an event on behalf of an application. These events can trigger Front workflows, like rules. For more information, see the [developer docs](https://dev.frontapp.com/docs/application-triggers#/). Required scope: `feature:app_trigger`
Authentication
Connected account requiredTags
Update a teammate groupFRONT_UPDATE_A_COMPANY_TEAMMATE_GROUPUpdates a teammate group. Note - You cannot modify a teammate group that is managed by SCIM. Required scope: `teammate_groups:write`Connection
Updates a teammate group. Note - You cannot modify a teammate group that is managed by SCIM. Required scope: `teammate_groups:write`
Authentication
Connected account requiredTags
Update a contactFRONT_UPDATE_A_CONTACTUpdates a contact. Required scope: `contacts:write`Connection
Updates a contact. Required scope: `contacts:write`
Authentication
Connected account requiredTags
Update a linkFRONT_UPDATE_A_LINKUpdate a link. For more information on links, see the [Links](https://dev.frontapp.com/reference/links) topic. Required scope: `links:write`Connection
Update a link. For more information on links, see the [Links](https://dev.frontapp.com/reference/links) topic. Required scope: `links:write`
Authentication
Connected account requiredTags
Update a tagFRONT_UPDATE_A_TAGUpdate a tag. Required scope: `tags:write`Connection
Update a tag. Required scope: `tags:write`
Authentication
Connected account requiredTags
Update accountFRONT_UPDATE_ACCOUNTUpdates an account. Required scope: `accounts:write`Connection
Updates an account. Required scope: `accounts:write`
Authentication
Connected account requiredTags
Update article content in default locale.FRONT_UPDATE_ARTICLE_CONTENT_IN_DEFAULT_LOCALEUpdates an article's content in the default locale Required scope: `knowledge_bases:write`Connection
Updates an article's content in the default locale Required scope: `knowledge_bases:write`
Authentication
Connected account requiredTags
Update article content in specified localeFRONT_UPDATE_ARTICLE_CONTENT_IN_SPECIFIED_LOCALEUpdates an article's content for a given locale. Required scope: `knowledge_bases:write`Connection
Updates an article's content for a given locale. Required scope: `knowledge_bases:write`
Authentication
Connected account requiredTags
Update ChannelFRONT_UPDATE_CHANNELUpdate a channel. Required scope: `channels:write`Connection
Update a channel. Required scope: `channels:write`
Authentication
Connected account requiredTags
Update commentFRONT_UPDATE_COMMENTUpdate a comment in a [conversation](https://dev.frontapp.com/reference/conversations). Required scope: `comments:write`Connection
Update a comment in a [conversation](https://dev.frontapp.com/reference/conversations). Required scope: `comments:write`
Authentication
Connected account requiredTags
Update conversationFRONT_UPDATE_CONVERSATIONUpdate a conversation. Required scope: `conversations:write`Connection
Update a conversation. Required scope: `conversations:write`
Authentication
Connected account requiredTags
Update conversation assigneeFRONT_UPDATE_CONVERSATION_ASSIGNEEAssign or unassign a conversation. Required scope: `conversations:write`Connection
Assign or unassign a conversation. Required scope: `conversations:write`
Authentication
Connected account requiredTags
Update conversation remindersFRONT_UPDATE_CONVERSATION_REMINDERSSnooze or unsnooze a conversation for the provided user. For private conversations, reminders can only be created and edited through the API for teammates that own the conversation. For shared conversations, reminders created and edited through the API are shared for all teammates within the shared inbox(es) that the conversation belongs to. Required scope: `conversations:write`Connection
Snooze or unsnooze a conversation for the provided user. For private conversations, reminders can only be created and edited through the API for teammates that own the conversation. For shared conversations, reminders created and edited through the API are shared for all teammates within the shared inbox(es) that the conversation belongs to. Required scope: `conversations:write`
Authentication
Connected account requiredTags
Update folderFRONT_UPDATE_FOLDERUpdate message template folder Required scope: `message_templates:write`Connection
Update message template folder Required scope: `message_templates:write`
Authentication
Connected account requiredTags
Update knowledge base category in default localeFRONT_UPDATE_KNOWLEDGE_BASE_CATEGORY_IN_DEFAULT_LOCALEUpdates a knowledge base category in the default locale. Will republish the knowledge base if the knowledge base is currently published. Required scope: `knowledge_bases:write`Connection
Updates a knowledge base category in the default locale. Will republish the knowledge base if the knowledge base is currently published. Required scope: `knowledge_bases:write`
Authentication
Connected account requiredTags
Update knowledge base category in specified localeFRONT_UPDATE_KNOWLEDGE_BASE_CATEGORY_IN_SPECIFIED_LOCALEUpdates a knowledge base category for a given locale. Will republish the knowledge base if the knowledge base is currently published. Required scope: `knowledge_bases:write`Connection
Updates a knowledge base category for a given locale. Will republish the knowledge base if the knowledge base is currently published. Required scope: `knowledge_bases:write`
Authentication
Connected account requiredTags
Update knowledge base in default localeFRONT_UPDATE_KNOWLEDGE_BASE_IN_DEFAULT_LOCALEUpdates a knowledge base in the default locale. Will republish the knowledge base if the knowledge base is currently published. Required scope: `knowledge_bases:write`Connection
Updates a knowledge base in the default locale. Will republish the knowledge base if the knowledge base is currently published. Required scope: `knowledge_bases:write`
Authentication
Connected account requiredTags
Update knowledge base in specified localeFRONT_UPDATE_KNOWLEDGE_BASE_IN_SPECIFIED_LOCALEUpdates a knowledge base for a given locale. Will republish the knowledge base if the knowledge base is currently published. Required scope: `knowledge_bases:write`Connection
Updates a knowledge base for a given locale. Will republish the knowledge base if the knowledge base is currently published. Required scope: `knowledge_bases:write`
Authentication
Connected account requiredTags
Update message templateFRONT_UPDATE_MESSAGE_TEMPLATEUpdate a message template. Required scope: `message_templates:write`Connection
Update a message template. Required scope: `message_templates:write`
Authentication
Connected account requiredTags
Update shiftFRONT_UPDATE_SHIFTUpdate a shift. Required scope: `shifts:write`Connection
Update a shift. Required scope: `shifts:write`
Authentication
Connected account requiredTags
Update signatureFRONT_UPDATE_SIGNATUREUpdate signature Required scope: `signatures:write`Connection
Update signature Required scope: `signatures:write`
Authentication
Connected account requiredTags
Update teammateFRONT_UPDATE_TEAMMATEUpdate a teammate. Required scope: `teammates:write`Connection
Update a teammate. Required scope: `teammates:write`
Authentication
Connected account requiredTags
Update time offFRONT_UPDATE_TIME_OFFUpdate a time off. Required scope: `time_off:write`Connection
Update a time off. Required scope: `time_off:write`
Authentication
Connected account requiredTags
Update viewFRONT_UPDATE_VIEWUpdate a view. Required scope: `views:write`Connection
Update a view. Required scope: `views:write`
Authentication
Connected account requiredTags
Validate channelFRONT_VALIDATE_CHANNELAsynchronously validate an SMTP channel (this endpoint is irrelevant to other channel types). When you create an SMTP channel via the API, [create a channel](https://dev.frontapp.com/reference/post_inboxes-inbox-id-channels) with type smtp and the send_as set to the needed email address. You then [configure the email provider](https://help.front.com/en/articles/2081), after which you use this endpoint to asynchronously validate the SMTP settings. Required scope: `channels:write`Connection
Asynchronously validate an SMTP channel (this endpoint is irrelevant to other channel types). When you create an SMTP channel via the API, [create a channel](https://dev.frontapp.com/reference/post_inboxes-inbox-id-channels) with type smtp and the send_as set to the needed email address. You then [configure the email provider](https://help.front.com/en/articles/2081), after which you use this endpoint to asynchronously validate the SMTP settings. Required scope: `channels:write`
Authentication
Connected account requiredTags