Open Connector
所有 Tools

Front logoFront

Catalog 暂无描述。

frontvcatalog-v1244 个 Tools

认证方式

方式底层类型状态说明
OAuth 2.0oauth2available

调用示例

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 目录

可用 Tools

244 个可调用操作

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`

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`

认证

需要 Connected Account

Tags

Comments
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`

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`

认证

需要 Connected Account

Tags

Comments
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`

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`

认证

需要 Connected Account

Tags

Teammate groups
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`

Add teammate group teammates. Note - You cannot modify a teammate group that is managed by SCIM. Required scope: `teammate_groups:write`

认证

需要 Connected Account

Tags

Teammate groups
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`

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`

认证

需要 Connected Account

Tags

Teammate groups
Add contact handleFRONT_ADD_CONTACT_HANDLEAdds a new handle to a contact. Required scope: `contacts:write`

Adds a new handle to a contact. Required scope: `contacts:write`

认证

需要 Connected Account

Tags

Contact Handles
Add contact to AccountFRONT_ADD_CONTACT_TO_ACCOUNTAdds a list of contacts to an Account Required scope: `accounts:write`

Adds a list of contacts to an Account Required scope: `accounts:write`

认证

需要 Connected Account

Tags

Accounts
Add contacts to contact listFRONT_ADD_CONTACTS_TO_CONTACT_LISTAdd contacts to the requested contact list. Required scope: `contacts:write`

Add contacts to the requested contact list. Required scope: `contacts:write`

认证

需要 Connected Account

Tags

Contact Lists
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`

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`

认证

需要 Connected Account

Tags

Contact Groups
Add conversation followersFRONT_ADD_CONVERSATION_FOLLOWERSAdds teammates to the list of followers of a conversation. Required scope: `conversations:write`

Adds teammates to the list of followers of a conversation. Required scope: `conversations:write`

认证

需要 Connected Account

Tags

Conversations
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`

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`

认证

需要 Connected Account

Tags

Conversations
Add conversation tagFRONT_ADD_CONVERSATION_TAGAdds one or more tags to a conversation Required scope: `conversations:write`

Adds one or more tags to a conversation Required scope: `conversations:write`

认证

需要 Connected Account

Tags

Conversations
Add inbox accessFRONT_ADD_INBOX_ACCESSGive access to one or more teammates to an inbox. Required scope: `inboxes:write`

Give access to one or more teammates to an inbox. Required scope: `inboxes:write`

认证

需要 Connected Account

Tags

Inboxes
Add noteFRONT_ADD_NOTECreate a new note on a contact. Required scope: `contacts:write`

Create a new note on a contact. Required scope: `contacts:write`

认证

需要 Connected Account

Tags

Contact Notes
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`

Add teammates to a shift. The selected teammates must be in the team that owns the shift. Required scope: `shifts:write`

认证

需要 Connected Account

Tags

Shifts
Add teammates to teamFRONT_ADD_TEAMMATES_TO_TEAMAdd one or more teammates to a team (workspace). Required scope: `teams:write`

Add one or more teammates to a team (workspace). Required scope: `teams:write`

认证

需要 Connected Account

Tags

Teams
Add view to teammate sidebarsFRONT_ADD_VIEW_TEAMMATESMakes this view visible in specified teammates' sidebar navigation. Required scope: `views:write`

Makes this view visible in specified teammates' sidebar navigation. Required scope: `views:write`

认证

需要 Connected Account

Tags

Views
API Token detailsFRONT_API_TOKEN_DETAILSFetch the details of the API token.

Fetch the details of the API token.

认证

需要 Connected Account

Tags

Token Identity
Create a channelFRONT_CREATE_A_CHANNELCreate a channel in an inbox. Required scope: `channels:write`

Create a channel in an inbox. Required scope: `channels:write`

认证

需要 Connected Account

Tags

Channels
Create a knowledge baseFRONT_CREATE_A_KNOWLEDGE_BASECreates a knowledge base. Required scope: `knowledge_bases:write`

Creates a knowledge base. Required scope: `knowledge_bases:write`

认证

需要 Connected Account

Tags

Knowledge Bases
Create accountFRONT_CREATE_ACCOUNTCreate a new account. Required scope: `accounts:write`

Create a new account. Required scope: `accounts:write`

认证

需要 Connected Account

Tags

Accounts
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`

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`

认证

需要 Connected Account

Tags

Analytics
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`

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`

认证

需要 Connected Account

Tags

Analytics
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`

Creates an article in a knowledge base in the default locale. Required scope: `knowledge_bases:write`

认证

需要 Connected Account

Tags

Knowledge Bases
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`

Create an article for a given locale in a knowledge base. Required scope: `knowledge_bases:write`

认证

需要 Connected Account

Tags

Knowledge Bases
Create child folderFRONT_CREATE_CHILD_FOLDERCreate a new message template folder as a child of the given folder Required scope: `message_templates:write`

Create a new message template folder as a child of the given folder Required scope: `message_templates:write`

认证

需要 Connected Account

Tags

Message Template Folders
Create child tagFRONT_CREATE_CHILD_TAGCreates a child tag. Required scope: `tags:write`

Creates a child tag. Required scope: `tags:write`

认证

需要 Connected Account

Tags

Tags
Create child templateFRONT_CREATE_CHILD_TEMPLATECreate a new message template as a child of the given folder Required scope: `message_templates:write`

Create a new message template as a child of the given folder Required scope: `message_templates:write`

认证

需要 Connected Account

Tags

Message Templates
Create company tagFRONT_CREATE_COMPANY_TAGCreate a company tag. Required scope: `tags:write`

Create a company tag. Required scope: `tags:write`

认证

需要 Connected Account

Tags

Tags
Create teammate groupFRONT_CREATE_COMPANY_TEAMMATE_GROUPCreate a new teammate group. Required scope: `teammate_groups:write`

Create a new teammate group. Required scope: `teammate_groups:write`

认证

需要 Connected Account

Tags

Teammate groups
Create contactFRONT_CREATE_CONTACTCreate a new contact at the company level. Required scope: `contacts:write`

Create a new contact at the company level. Required scope: `contacts:write`

认证

需要 Connected Account

Tags

Contacts
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`

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`

认证

需要 Connected Account

Tags

Contact Lists
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`

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`

认证

需要 Connected Account

Tags

Conversations
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`

Create a draft message which is the first message of a new [conversation](https://dev.frontapp.com/reference/conversations). Required scope: `drafts:write`

认证

需要 Connected Account

Tags

Drafts
Create draft replyFRONT_CREATE_DRAFT_REPLYCreate a new draft as a reply to the last message in the conversation. Required scope: `drafts:write`

Create a new draft as a reply to the last message in the conversation. Required scope: `drafts:write`

认证

需要 Connected Account

Tags

Drafts
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`

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`

认证

需要 Connected Account

Tags

Message Template Folders
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`

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`

认证

需要 Connected Account

Tags

Contact Groups
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`

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`

认证

需要 Connected Account

Tags

Inboxes
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`

Creates a knowledge base category in the default locale. Required scope: `knowledge_bases:write`

认证

需要 Connected Account

Tags

Knowledge Bases
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`

Creates a knowledge base category for a given locale. Required scope: `knowledge_bases:write`

认证

需要 Connected Account

Tags

Knowledge Bases
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`

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`

认证

需要 Connected Account

Tags

Links
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`

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`

认证

需要 Connected Account

Tags

Messages
Create message replyFRONT_CREATE_MESSAGE_REPLYReply to a conversation by sending a message and appending it to the conversation. Required scope: `messages:send`

Reply to a conversation by sending a message and appending it to the conversation. Required scope: `messages:send`

认证

需要 Connected Account

Tags

Messages
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`

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`

认证

需要 Connected Account

Tags

Message Templates
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`

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`

认证

需要 Connected Account

Tags

Shifts
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`

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`

认证

需要 Connected Account

Tags

Tags
Create team contactFRONT_CREATE_TEAM_CONTACTCreate a contact for a team (workspace). Required scope: `contacts:write`

Create a contact for a team (workspace). Required scope: `contacts:write`

认证

需要 Connected Account

Tags

Contacts
Create team contact listFRONT_CREATE_TEAM_CONTACT_LISTCreate a new contact list for the requested team (workspace). Required scope: `contacts:write`

Create a new contact list for the requested team (workspace). Required scope: `contacts:write`

认证

需要 Connected Account

Tags

Contact Lists
Create team folderFRONT_CREATE_TEAM_FOLDERCreate a new message template folder belonging to the requested team (workspace). Required scope: `message_templates:write`

Create a new message template folder belonging to the requested team (workspace). Required scope: `message_templates:write`

认证

需要 Connected Account

Tags

Message Template Folders
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`

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`

认证

需要 Connected Account

Tags

Contact Groups
Create team inboxFRONT_CREATE_TEAM_INBOXCreate an inbox for a team (workspace). Required scope: `inboxes:write`

Create an inbox for a team (workspace). Required scope: `inboxes:write`

认证

需要 Connected Account

Tags

Inboxes
Create team message templateFRONT_CREATE_TEAM_MESSAGE_TEMPLATECreate a new message template for the given team (workspace). Required scope: `message_templates:write`

Create a new message template for the given team (workspace). Required scope: `message_templates:write`

认证

需要 Connected Account

Tags

Message Templates
Create team shiftFRONT_CREATE_TEAM_SHIFTCreate a shift for a team (workspace). Required scope: `shifts:write`

Create a shift for a team (workspace). Required scope: `shifts:write`

认证

需要 Connected Account

Tags

Shifts
Create team signatureFRONT_CREATE_TEAM_SIGNATURECreate a new signature for the given team (workspace). Required scope: `signatures:write`

Create a new signature for the given team (workspace). Required scope: `signatures:write`

认证

需要 Connected Account

Tags

Signatures
Create team tagFRONT_CREATE_TEAM_TAGCreate a tag for a team (workspace). Required scope: `tags:write`

Create a tag for a team (workspace). Required scope: `tags:write`

认证

需要 Connected Account

Tags

Tags
Create team viewFRONT_CREATE_TEAM_VIEWCreate a new view for a team. Required scope: `views:write`

Create a new view for a team. Required scope: `views:write`

认证

需要 Connected Account

Tags

Views
Create teammate contactFRONT_CREATE_TEAMMATE_CONTACTCreate a contact for a teammate. Required scope: `contacts:write`

Create a contact for a teammate. Required scope: `contacts:write`

认证

需要 Connected Account

Tags

Contacts
Create teammate contact listFRONT_CREATE_TEAMMATE_CONTACT_LISTCreate a new contact list for the requested teammate. Required scope: `contacts:write`

Create a new contact list for the requested teammate. Required scope: `contacts:write`

认证

需要 Connected Account

Tags

Contact Lists
Create teammate folderFRONT_CREATE_TEAMMATE_FOLDERCreate a new message template folder belonging to the requested teammate. Required scope: `message_templates:write`

Create a new message template folder belonging to the requested teammate. Required scope: `message_templates:write`

认证

需要 Connected Account

Tags

Message Template Folders
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`

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`

认证

需要 Connected Account

Tags

Contact Groups
Create teammate message templateFRONT_CREATE_TEAMMATE_MESSAGE_TEMPLATECreate a new message template for the given teammate Required scope: `message_templates:write`

Create a new message template for the given teammate Required scope: `message_templates:write`

认证

需要 Connected Account

Tags

Message Templates
Create teammate private inboxFRONT_CREATE_TEAMMATE_PRIVATE_INBOXCreate a private inbox for a teammate. Required scope: `inboxes:write`

Create a private inbox for a teammate. Required scope: `inboxes:write`

认证

需要 Connected Account

Tags

Inboxes
Create teammate signatureFRONT_CREATE_TEAMMATE_SIGNATURECreate a new signature for the given teammate Required scope: `signatures:write`

Create a new signature for the given teammate Required scope: `signatures:write`

认证

需要 Connected Account

Tags

Signatures
Create teammate tagFRONT_CREATE_TEAMMATE_TAGCreate a tag for a teammate. Required scope: `tags:write`

Create a tag for a teammate. Required scope: `tags:write`

认证

需要 Connected Account

Tags

Tags
Create time offFRONT_CREATE_TIME_OFFCreate a time off for a teammate. Required scope: `time_off:write`

Create a time off for a teammate. Required scope: `time_off:write`

认证

需要 Connected Account

Tags

Time Off
Delete a contactFRONT_DELETE_A_CONTACTDelete a contact. Required scope: `contacts:delete`

Delete a contact. Required scope: `contacts:delete`

认证

需要 Connected Account

Tags

Contacts
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`

Deletes a knowledge base category. > ⚠️ Warning > > When a category is deleted, all articles in the category are also deleted. Required scope: `knowledge_bases:delete`

认证

需要 Connected Account

Tags

Knowledge Base Categories
Delete an accountFRONT_DELETE_AN_ACCOUNTDeletes an account Required scope: `accounts:delete`

Deletes an account Required scope: `accounts:delete`

认证

需要 Connected Account

Tags

Accounts
Delete an articleFRONT_DELETE_AN_ARTICLEDeletes an article and all its content and translations. Required scope: `knowledge_bases:delete`

Deletes an article and all its content and translations. Required scope: `knowledge_bases:delete`

认证

需要 Connected Account

Tags

Knowledge Base Articles
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`

Deletes a teammate group. Note - You cannot delete a teammate group that is managed by SCIM. Required scope: `teammate_groups:delete`

认证

需要 Connected Account

Tags

Teammate groups
Delete contact handleFRONT_DELETE_CONTACT_HANDLERemove a handle from a contact. Required scope: `contacts:write`

Remove a handle from a contact. Required scope: `contacts:write`

认证

需要 Connected Account

Tags

Contact Handles
Delete contact listFRONT_DELETE_CONTACT_LISTDelete a contact lists. Required scope: `contacts:delete`

Delete a contact lists. Required scope: `contacts:delete`

认证

需要 Connected Account

Tags

Contact Lists
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`

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`

认证

需要 Connected Account

Tags

Conversations
Delete conversation followersFRONT_DELETE_CONVERSATION_FOLLOWERSRemoves teammates from the list of followers of a conversation. Required scope: `conversations:write`

Removes teammates from the list of followers of a conversation. Required scope: `conversations:write`

认证

需要 Connected Account

Tags

Conversations
Delete draftFRONT_DELETE_DRAFTDelete a draft message. Required scope: `drafts:delete`

Delete a draft message. Required scope: `drafts:delete`

认证

需要 Connected Account

Tags

Drafts
Delete folderFRONT_DELETE_FOLDERDelete a message template folder and child folders/templates Required scope: `message_templates:delete`

Delete a message template folder and child folders/templates Required scope: `message_templates:delete`

认证

需要 Connected Account

Tags

Message Template Folders
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`

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`

认证

需要 Connected Account

Tags

Contact Groups
Delete message templateFRONT_DELETE_MESSAGE_TEMPLATEDelete a message template Required scope: `message_templates:delete`

Delete a message template Required scope: `message_templates:delete`

认证

需要 Connected Account

Tags

Message Templates
Delete signatureFRONT_DELETE_SIGNATUREDelete signature Required scope: `signatures:delete`

Delete signature Required scope: `signatures:delete`

认证

需要 Connected Account

Tags

Signatures
Delete tagFRONT_DELETE_TAGDelete a tag. Required scope: `tags:delete`

Delete a tag. Required scope: `tags:delete`

认证

需要 Connected Account

Tags

Tags
Delete time offFRONT_DELETE_TIME_OFFDelete a time off. Required scope: `time_off:delete`

Delete a time off. Required scope: `time_off:delete`

认证

需要 Connected Account

Tags

Time Off
Download attachmentFRONT_DOWNLOAD_ATTACHMENTDownload an attachment file. Required scope: `attachments:read`

Download an attachment file. Required scope: `attachments:read`

认证

需要 Connected Account

Tags

Attachments
Download attachment for a commentFRONT_DOWNLOAD_ATTACHMENT_FOR_A_COMMENTDownload an attachment file for a given comment ID Required scope: `attachments:read`

Download an attachment file for a given comment ID Required scope: `attachments:read`

认证

需要 Connected Account

Tags

Attachments
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`

Download an attachment file for a given message id. Should be used by partner channels. Required scope: `attachments:read`

认证

需要 Connected Account

Tags

Attachments
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`

Download an attachment file for a given message template ID Required scope: `attachments:read`

认证

需要 Connected Account

Tags

Attachments
Download attachment from an articleFRONT_DOWNLOAD_ATTACHMENT_FROM_AN_ARTICLEDownloads the attachment from an article. Required scope: `knowledge_bases:read`

Downloads the attachment from an article. Required scope: `knowledge_bases:read`

认证

需要 Connected Account

Tags

Knowledge Base Articles
Edit draftFRONT_EDIT_DRAFTEdit a draft message. Required scope: `drafts:write`

Edit a draft message. Required scope: `drafts:write`

认证

需要 Connected Account

Tags

Drafts
Fetch an accountFRONT_FETCH_AN_ACCOUNTFetches an account Required scope: `accounts:read`

Fetches an account Required scope: `accounts:read`

认证

需要 Connected Account

Tags

Accounts
Get a knowledge baseFRONT_GET_A_KNOWLEDGE_BASEFetches a knowledge base. Required scope: `knowledge_bases:read`

Fetches a knowledge base. Required scope: `knowledge_bases:read`

认证

需要 Connected Account

Tags

Knowledge Bases
Get a knowledge base articleFRONT_GET_A_KNOWLEDGE_BASE_ARTICLEFetches a knowledge base article. Required scope: `knowledge_bases:read`

Fetches a knowledge base article. Required scope: `knowledge_bases:read`

认证

需要 Connected Account

Tags

Knowledge Base Articles
Get a knowledge base categoryFRONT_GET_A_KNOWLEDGE_BASE_CATEGORYFetches a knowledge base category. Required scope: `knowledge_bases:read`

Fetches a knowledge base category. Required scope: `knowledge_bases:read`

认证

需要 Connected Account

Tags

Knowledge Base Categories
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`

Fetches a knowledge base with its content in the default locale. Required scope: `knowledge_bases:read`

认证

需要 Connected Account

Tags

Knowledge Bases
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`

Fetches a knowledge base with its content for a given locale. Required scope: `knowledge_bases:read`

认证

需要 Connected Account

Tags

Knowledge Bases
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`

Fetch an analytics exports. Refer to the [Analytics](https://dev.frontapp.com/reference/analytics) topic for details about specific metrics. Required scope: `analytics:read`

认证

需要 Connected Account

Tags

Analytics
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`

Fetch an analytics report. Refer to the [Analytics](https://dev.frontapp.com/reference/analytics) topic for details about specific metrics. Required scope: `analytics:read`

认证

需要 Connected Account

Tags

Analytics
Get channelFRONT_GET_CHANNELFetch a channel. Required scope: `channels:read`

Fetch a channel. Required scope: `channels:read`

认证

需要 Connected Account

Tags

Channels
Get child foldersFRONT_GET_CHILD_FOLDERSFetch the child message templates folders of a message template folder. Required scope: `message_templates:read`

Fetch the child message templates folders of a message template folder. Required scope: `message_templates:read`

认证

需要 Connected Account

Tags

Message Template Folders
Get child templatesFRONT_GET_CHILD_TEMPLATESFetch the child message templates of a message template folder. Required scope: `message_templates:read`

Fetch the child message templates of a message template folder. Required scope: `message_templates:read`

认证

需要 Connected Account

Tags

Message Templates
Get commentFRONT_GET_COMMENTFetches a comment. Required scope: `comments:read`

Fetches a comment. Required scope: `comments:read`

认证

需要 Connected Account

Tags

Comments
Get teammate groupFRONT_GET_COMPANY_TEAMMATE_GROUPFetch a teammate group. Required scope: `teammate_groups:read`

Fetch a teammate group. Required scope: `teammate_groups:read`

认证

需要 Connected Account

Tags

Teammate groups
Get contactFRONT_GET_CONTACTFetch a contact. Required scope: `contacts:read`

Fetch a contact. Required scope: `contacts:read`

认证

需要 Connected Account

Tags

Contacts
Get conversationFRONT_GET_CONVERSATION_BY_IDFetch a conversation. Required scope: `conversations:read`

Fetch a conversation. Required scope: `conversations:read`

认证

需要 Connected Account

Tags

Conversations
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`

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`

认证

需要 Connected Account

Tags

Events
Get folderFRONT_GET_FOLDERFetch a message template folder. Required scope: `message_templates:read`

Fetch a message template folder. Required scope: `message_templates:read`

认证

需要 Connected Account

Tags

Message Template Folders
Get inboxFRONT_GET_INBOXFetch an inbox. Required scope: `inboxes:read`

Fetch an inbox. Required scope: `inboxes:read`

认证

需要 Connected Account

Tags

Inboxes
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`

Fetches a knowledge base article with content in the default locale. Required scope: `knowledge_bases:read`

认证

需要 Connected Account

Tags

Knowledge Base Articles
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`

Fetches a knowledge base article with content for a given locale. Required scope: `knowledge_bases:read`

认证

需要 Connected Account

Tags

Knowledge Base Articles
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`

Fetches a knowledge base category with content in the default locale. Required scope: `knowledge_bases:read`

认证

需要 Connected Account

Tags

Knowledge Base Categories
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`

Fetches a knowledge base category with content for a given locale. Required scope: `knowledge_bases:read`

认证

需要 Connected Account

Tags

Knowledge Base Categories
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`

Fetch a link. For more information on links, see the [Links](https://dev.frontapp.com/reference/links) topic. Required scope: `links:read`

认证

需要 Connected Account

Tags

Links
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`

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`

认证

需要 Connected Account

Tags

Messages
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`

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`

认证

需要 Connected Account

Tags

Messages
Get message templateFRONT_GET_MESSAGE_TEMPLATEFetch a message template. Required scope: `message_templates:read`

Fetch a message template. Required scope: `message_templates:read`

认证

需要 Connected Account

Tags

Message Templates
Get ruleFRONT_GET_RULEFetch a rule. Required scope: `rules:read`

Fetch a rule. Required scope: `rules:read`

认证

需要 Connected Account

Tags

Rules
Get shiftFRONT_GET_SHIFTFetch a shift. Required scope: `shifts:read`

Fetch a shift. Required scope: `shifts:read`

认证

需要 Connected Account

Tags

Shifts
Get signaturesFRONT_GET_SIGNATURESGet the given signature. Required scope: `signatures:read`

Get the given signature. Required scope: `signatures:read`

认证

需要 Connected Account

Tags

Signatures
Get tagFRONT_GET_TAGFetch a tag. Required scope: `tags:read`

Fetch a tag. Required scope: `tags:read`

认证

需要 Connected Account

Tags

Tags
Get teamFRONT_GET_TEAMFetch a team (workspace). Required scope: `teams:read`

Fetch a team (workspace). Required scope: `teams:read`

认证

需要 Connected Account

Tags

Teams
Get teammateFRONT_GET_TEAMMATEFetch a teammate. Required scope: `teammates:read`

Fetch a teammate. Required scope: `teammates:read`

认证

需要 Connected Account

Tags

Teammates
Get ticket statusFRONT_GET_TICKET_STATUS_BY_IDFetch a ticket status. Required scope: `statuses:read`

Fetch a ticket status. Required scope: `statuses:read`

认证

需要 Connected Account

Tags

Statuses
Get time offFRONT_GET_TIME_OFFFetch a time off. Required scope: `time_off:read`

Fetch a time off. Required scope: `time_off:read`

认证

需要 Connected Account

Tags

Time Off
Get viewFRONT_GET_VIEWFetch a view. Required scope: `views:read`

Fetch a view. Required scope: `views:read`

认证

需要 Connected Account

Tags

Views
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`

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`

认证

需要 Connected Account

Tags

Messages
List account contactsFRONT_LIST_ACCOUNT_CONTACTSLists the contacts associated with an Account Required scope: `contacts:read`

Lists the contacts associated with an Account Required scope: `contacts:read`

认证

需要 Connected Account

Tags

Accounts
List Account's custom fieldsFRONT_LIST_ACCOUNT_CUSTOM_FIELDSLists the custom fields that can be attached to an Account. Required scope: `custom_fields:read`

Lists the custom fields that can be attached to an Account. Required scope: `custom_fields:read`

认证

需要 Connected Account

Tags

Custom Fields
List AccountsFRONT_LIST_ACCOUNTSList the accounts of the company. Required scope: `accounts:read`

List the accounts of the company. Required scope: `accounts:read`

认证

需要 Connected Account

Tags

Accounts
List all company rulesFRONT_LIST_ALL_COMPANY_RULESList the company rules. Required scope: `rules:read`

List the company rules. Required scope: `rules:read`

认证

需要 Connected Account

Tags

Rules
List articles in a categoryFRONT_LIST_ARTICLES_IN_A_CATEGORYList articles in a category. Required scope: `knowledge_bases:read`

List articles in a category. Required scope: `knowledge_bases:read`

认证

需要 Connected Account

Tags

Knowledge Base Articles
List articles in a knowledge baseFRONT_LIST_ARTICLES_IN_A_KNOWLEDGE_BASEList articles in a knowledge base Required scope: `knowledge_bases:read`

List articles in a knowledge base Required scope: `knowledge_bases:read`

认证

需要 Connected Account

Tags

Knowledge Base Articles
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`

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`

认证

需要 Connected Account

Tags

Teammates
List categories in a knowledge baseFRONT_LIST_CATEGORIES_IN_A_KNOWLEDGE_BASEList categories in a knowledge base. Required scope: `knowledge_bases:read`

List categories in a knowledge base. Required scope: `knowledge_bases:read`

认证

需要 Connected Account

Tags

Knowledge Base Categories
List channelsFRONT_LIST_CHANNELSList the channels of the company. Required scope: `channels:read`

List the channels of the company. Required scope: `channels:read`

认证

需要 Connected Account

Tags

Channels
List comment mentionsFRONT_LIST_COMMENT_MENTIONSList the teammates mentioned in a comment. Required scope: `teammates:read`

List the teammates mentioned in a comment. Required scope: `teammates:read`

认证

需要 Connected Account

Tags

Comments
List company tagsFRONT_LIST_COMPANY_TAGSList the company tags. Required scope: `tags:read`

List the company tags. Required scope: `tags:read`

认证

需要 Connected Account

Tags

Tags
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`

List inboxes that the teammate group has access to via its associated teams. Required scope: `inboxes:read`

认证

需要 Connected Account

Tags

Teammate groups
List teammate group teammatesFRONT_LIST_COMPANY_TEAMMATE_GROUP_TEAMMATESList teammate group teammates. Required scope: `teammates:read`

List teammate group teammates. Required scope: `teammates:read`

认证

需要 Connected Account

Tags

Teammate groups
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`

List teams added to the teammate group. Any teams added to the teammate group will automatically link public inboxes. Required scope: `teams:read`

认证

需要 Connected Account

Tags

Teammate groups
List teammate groupsFRONT_LIST_COMPANY_TEAMMATE_GROUPSList the teammate groups in the company. Required scope: `teammate_groups:read`

List the teammate groups in the company. Required scope: `teammate_groups:read`

认证

需要 Connected Account

Tags

Teammate groups
List company ticket statusesFRONT_LIST_COMPANY_TICKET_STATUSESList the ticket statuses available for your company. Required scope: `statuses:read`

List the ticket statuses available for your company. Required scope: `statuses:read`

认证

需要 Connected Account

Tags

Statuses
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`

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`

认证

需要 Connected Account

Tags

Contacts
List Contact's custom fieldsFRONT_LIST_CONTACT_CUSTOM_FIELDSLists the custom fields that can be attached to a Contact. Required scope: `custom_fields:read`

Lists the custom fields that can be attached to a Contact. Required scope: `custom_fields:read`

认证

需要 Connected Account

Tags

Custom Fields
List contact listsFRONT_LIST_CONTACT_LISTSList contact lists. Required scope: `contacts:read`

List contact lists. Required scope: `contacts:read`

认证

需要 Connected Account

Tags

Contact Lists
List contactsFRONT_LIST_CONTACTSList the contacts of the company. Required scope: `contacts:read`

List the contacts of the company. Required scope: `contacts:read`

认证

需要 Connected Account

Tags

Contacts
List contacts in contact listFRONT_LIST_CONTACTS_IN_CONTACT_LISTList the contacts belonging to the requested contact list. Required scope: `contacts:read`

List the contacts belonging to the requested contact list. Required scope: `contacts:read`

认证

需要 Connected Account

Tags

Contact Lists
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`

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`

认证

需要 Connected Account

Tags

Contact Groups
List conversation commentsFRONT_LIST_CONVERSATION_COMMENTSList the comments in a conversation in reverse chronological order (newest first). Required scope: `comments:read`

List the comments in a conversation in reverse chronological order (newest first). Required scope: `comments:read`

认证

需要 Connected Account

Tags

Comments
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`

Lists customer-managed custom fields that can be attached to a Conversation. Front-managed system fields are excluded. Required scope: `custom_fields:read`

认证

需要 Connected Account

Tags

Custom Fields
List conversation draftsFRONT_LIST_CONVERSATION_DRAFTSList the drafts in a conversation. Required scope: `drafts:read`

List the drafts in a conversation. Required scope: `drafts:read`

认证

需要 Connected Account

Tags

Drafts
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`

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`

认证

需要 Connected Account

Tags

Conversations
List conversation followersFRONT_LIST_CONVERSATION_FOLLOWERSList the teammates following a conversation. Required scope: `teammates:read`

List the teammates following a conversation. Required scope: `teammates:read`

认证

需要 Connected Account

Tags

Conversations
List conversation inboxesFRONT_LIST_CONVERSATION_INBOXESList the inboxes in which a conversation is listed. Required scope: `inboxes:read`

List the inboxes in which a conversation is listed. Required scope: `inboxes:read`

认证

需要 Connected Account

Tags

Conversations
List conversation messagesFRONT_LIST_CONVERSATION_MESSAGESList the messages in a conversation in reverse chronological order (newest first). Required scope: `messages:read`

List the messages in a conversation in reverse chronological order (newest first). Required scope: `messages:read`

认证

需要 Connected Account

Tags

Conversations
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`

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`

认证

需要 Connected Account

Tags

Conversations
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`

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`

认证

需要 Connected Account

Tags

Custom Fields
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`

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`

认证

需要 Connected Account

Tags

Events
List foldersFRONT_LIST_FOLDERSList the message template folders. Required scope: `message_templates:read`

List the message template folders. Required scope: `message_templates:read`

认证

需要 Connected Account

Tags

Message Template Folders
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`

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`

认证

需要 Connected Account

Tags

Contact Groups
List inbox accessFRONT_LIST_INBOX_ACCESSList the teammates with access to an inbox. Required scope: `teammates:read`

List the teammates with access to an inbox. Required scope: `teammates:read`

认证

需要 Connected Account

Tags

Inboxes
List inbox channelsFRONT_LIST_INBOX_CHANNELSList the channels in an inbox. Required scope: `channels:read`

List the channels in an inbox. Required scope: `channels:read`

认证

需要 Connected Account

Tags

Inboxes
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`

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`

认证

需要 Connected Account

Tags

Inboxes
List Inbox's custom fieldsFRONT_LIST_INBOX_CUSTOM_FIELDSLists the custom fields that can be attached to an Inbox. Required scope: `custom_fields:read`

Lists the custom fields that can be attached to an Inbox. Required scope: `custom_fields:read`

认证

需要 Connected Account

Tags

Custom Fields
List inboxesFRONT_LIST_INBOXESList the inboxes of the company. Required scope: `inboxes:read`

List the inboxes of the company. Required scope: `inboxes:read`

认证

需要 Connected Account

Tags

Inboxes
List knowledge basesFRONT_LIST_KNOWLEDGE_BASESList the knowledge bases of the company. Required scope: `knowledge_bases:read`

List the knowledge bases of the company. Required scope: `knowledge_bases:read`

认证

需要 Connected Account

Tags

Knowledge Bases
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`

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`

认证

需要 Connected Account

Tags

Links
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`

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`

认证

需要 Connected Account

Tags

Custom Fields
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`

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`

认证

需要 Connected Account

Tags

Links
List message templatesFRONT_LIST_MESSAGE_TEMPLATESList the message templates. Required scope: `message_templates:read`

List the message templates. Required scope: `message_templates:read`

认证

需要 Connected Account

Tags

Message Templates
List notesFRONT_LIST_NOTESList the notes added to a contact. Required scope: `contacts:read`

List the notes added to a contact. Required scope: `contacts:read`

认证

需要 Connected Account

Tags

Contact Notes
List rulesFRONT_LIST_RULESList the rules of the company. Required scope: `rules:read`

List the rules of the company. Required scope: `rules:read`

认证

需要 Connected Account

Tags

Rules
List ShiftsFRONT_LIST_SHIFTSList the shifts. Required scope: `shifts:read`

List the shifts. Required scope: `shifts:read`

认证

需要 Connected Account

Tags

Shifts
List shift's teammatesFRONT_LIST_SHIFTS_TEAMMATESList the teammates assigned to a shift. Required scope: `teammates:read`

List the teammates assigned to a shift. Required scope: `teammates:read`

认证

需要 Connected Account

Tags

Shifts
List tag childrenFRONT_LIST_TAG_CHILDRENList the children of a specific tag. Required scope: `tags:read`

List the children of a specific tag. Required scope: `tags:read`

认证

需要 Connected Account

Tags

Tags
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`

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`

认证

需要 Connected Account

Tags

Tags
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`

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`

认证

需要 Connected Account

Tags

Tags
List team channelsFRONT_LIST_TEAM_CHANNELSList the channels of a team (workspace). Required scope: `channels:read`

List the channels of a team (workspace). Required scope: `channels:read`

认证

需要 Connected Account

Tags

Channels
List team contact listsFRONT_LIST_TEAM_CONTACT_LISTSList contact lists belonging to the requested team (workspace). Required scope: `contacts:read`

List contact lists belonging to the requested team (workspace). Required scope: `contacts:read`

认证

需要 Connected Account

Tags

Contact Lists
List team contactsFRONT_LIST_TEAM_CONTACTSList the contacts of a team (workspace). Required scope: `contacts:read`

List the contacts of a team (workspace). Required scope: `contacts:read`

认证

需要 Connected Account

Tags

Contacts
List team foldersFRONT_LIST_TEAM_FOLDERSList the message template folders belonging to the requested team (workspace). Required scope: `message_templates:read`

List the message template folders belonging to the requested team (workspace). Required scope: `message_templates:read`

认证

需要 Connected Account

Tags

Message Template Folders
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`

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`

认证

需要 Connected Account

Tags

Contact Groups
List team inboxesFRONT_LIST_TEAM_INBOXESList the inboxes belonging to a team (workspace). Required scope: `inboxes:read`

List the inboxes belonging to a team (workspace). Required scope: `inboxes:read`

认证

需要 Connected Account

Tags

Inboxes
List team message templatesFRONT_LIST_TEAM_MESSAGE_TEMPLATESList the message templates belonging to the requested team (workspace). Required scope: `message_templates:read`

List the message templates belonging to the requested team (workspace). Required scope: `message_templates:read`

认证

需要 Connected Account

Tags

Message Templates
List team rulesFRONT_LIST_TEAM_RULESList the rules of a team (workspace). Required scope: `rules:read`

List the rules of a team (workspace). Required scope: `rules:read`

认证

需要 Connected Account

Tags

Rules
List team ShiftsFRONT_LIST_TEAM_SHIFTSList the shifts for a team (workspace). Required scope: `shifts:read`

List the shifts for a team (workspace). Required scope: `shifts:read`

认证

需要 Connected Account

Tags

Shifts
List team signaturesFRONT_LIST_TEAM_SIGNATURESList the signatures belonging to the given team (workspace). Required scope: `signatures:read`

List the signatures belonging to the given team (workspace). Required scope: `signatures:read`

认证

需要 Connected Account

Tags

Signatures
List team tagsFRONT_LIST_TEAM_TAGSList the tags for a team (workspace). Required scope: `tags:read`

List the tags for a team (workspace). Required scope: `tags:read`

认证

需要 Connected Account

Tags

Tags
List team time offsFRONT_LIST_TEAM_TIME_OFFSList the time offs of all teammates in a team. Required scope: `time_off:read`

List the time offs of all teammates in a team. Required scope: `time_off:read`

认证

需要 Connected Account

Tags

Time Off
List team viewsFRONT_LIST_TEAM_VIEWSList the views of a team. Required scope: `views:read`

List the views of a team. Required scope: `views:read`

认证

需要 Connected Account

Tags

Views
List teammate channelsFRONT_LIST_TEAMMATE_CHANNELSList the channels of a teammate. Required scope: `channels:read`

List the channels of a teammate. Required scope: `channels:read`

认证

需要 Connected Account

Tags

Channels
List teammate contact listsFRONT_LIST_TEAMMATE_CONTACT_LISTSList the contact lists belonging to the requested teammate. Required scope: `contacts:read`

List the contact lists belonging to the requested teammate. Required scope: `contacts:read`

认证

需要 Connected Account

Tags

Contact Lists
List teammate contactsFRONT_LIST_TEAMMATE_CONTACTSList the contacts of a teammate. Required scope: `contacts:read`

List the contacts of a teammate. Required scope: `contacts:read`

认证

需要 Connected Account

Tags

Contacts
List Teammate's custom fieldsFRONT_LIST_TEAMMATE_CUSTOM_FIELDSLists the custom fields that can be attached to a Teammate. Required scope: `custom_fields:read`

Lists the custom fields that can be attached to a Teammate. Required scope: `custom_fields:read`

认证

需要 Connected Account

Tags

Custom Fields
List teammate foldersFRONT_LIST_TEAMMATE_FOLDERSList the message template folders belonging to the requested teammate. Required scope: `message_templates:read`

List the message template folders belonging to the requested teammate. Required scope: `message_templates:read`

认证

需要 Connected Account

Tags

Message Template Folders
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`

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`

认证

需要 Connected Account

Tags

Contact Groups
List teammate inboxesFRONT_LIST_TEAMMATE_INBOXESReturns list of inboxes the teammate has access to. Required scope: `inboxes:read`

Returns list of inboxes the teammate has access to. Required scope: `inboxes:read`

认证

需要 Connected Account

Tags

Teammates
List teammate message templatesFRONT_LIST_TEAMMATE_MESSAGE_TEMPLATESList the message templates belonging to the requested teammate. Required scope: `message_templates:read`

List the message templates belonging to the requested teammate. Required scope: `message_templates:read`

认证

需要 Connected Account

Tags

Message Templates
List teammate private inboxesFRONT_LIST_TEAMMATE_PRIVATE_INBOXESList the private inboxes of a teammate. Required scope: `inboxes:read`

List the private inboxes of a teammate. Required scope: `inboxes:read`

认证

需要 Connected Account

Tags

Inboxes
List teammate rulesFRONT_LIST_TEAMMATE_RULESList the rules of a teammate. Required scope: `rules:read`

List the rules of a teammate. Required scope: `rules:read`

认证

需要 Connected Account

Tags

Rules
List Teammate ShiftsFRONT_LIST_TEAMMATE_SHIFTSLists all the shifts for the teammate. Required scope: `shifts:read`

Lists all the shifts for the teammate. Required scope: `shifts:read`

认证

需要 Connected Account

Tags

Shifts
List teammate signaturesFRONT_LIST_TEAMMATE_SIGNATURESList the signatures belonging to the given teammate. Required scope: `signatures:read`

List the signatures belonging to the given teammate. Required scope: `signatures:read`

认证

需要 Connected Account

Tags

Signatures
List teammate tagsFRONT_LIST_TEAMMATE_TAGSList the tags for a teammate. Required scope: `tags:read`

List the tags for a teammate. Required scope: `tags:read`

认证

需要 Connected Account

Tags

Tags
List teammate time offsFRONT_LIST_TEAMMATE_TIME_OFFSList the time offs of a teammate. Required scope: `time_off:read`

List the time offs of a teammate. Required scope: `time_off:read`

认证

需要 Connected Account

Tags

Time Off
List teammatesFRONT_LIST_TEAMMATESList the teammates in the company. Required scope: `teammates:read`

List the teammates in the company. Required scope: `teammates:read`

认证

需要 Connected Account

Tags

Teammates
List teamsFRONT_LIST_TEAMSList the teams (workspaces) in the company. Required scope: `teams:read`

List the teams (workspaces) in the company. Required scope: `teams:read`

认证

需要 Connected Account

Tags

Teams
List viewsFRONT_LIST_VIEWSList the views accessible to the authenticated token. Required scope: `views:read`

List the views accessible to the authenticated token. Required scope: `views:read`

认证

需要 Connected Account

Tags

Views
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`

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`

认证

需要 Connected Account

Tags

Messages
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`

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`

认证

需要 Connected Account

Tags

Contacts
Receive custom messagesFRONT_RECEIVE_CUSTOM_MESSAGESReceive a custom message in Front. This endpoint is available for custom channels **ONLY**. Required scope: `messages:write`

Receive a custom message in Front. This endpoint is available for custom channels **ONLY**. Required scope: `messages:write`

认证

需要 Connected Account

Tags

Messages
Remove teammate group team inboxesFRONT_REMOVE_COMPANY_TEAMMATE_GROUP_TEAM_INBOXESUnlinks non-public inboxes from the teammate group. Required scope: `teammate_groups:write`

Unlinks non-public inboxes from the teammate group. Required scope: `teammate_groups:write`

认证

需要 Connected Account

Tags

Teammate groups
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`

Remove teammate group teammates. Note - You cannot modify a teammate group that is managed by SCIM. Required scope: `teammate_groups:write`

认证

需要 Connected Account

Tags

Teammate groups
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`

Remove teams from the teammate group. Unlinks to any associated team inboxes. Required scope: `teammate_groups:write`

认证

需要 Connected Account

Tags

Teammate groups
Remove contact from AccountFRONT_REMOVE_CONTACT_FROM_ACCOUNTRemoves a list of contacts from an Account Required scope: `accounts:write`

Removes a list of contacts from an Account Required scope: `accounts:write`

认证

需要 Connected Account

Tags

Accounts
Remove contacts from contact listFRONT_REMOVE_CONTACTS_FROM_CONTACT_LISTRemove contacts from the requested contact list. Required scope: `contacts:write`

Remove contacts from the requested contact list. Required scope: `contacts:write`

认证

需要 Connected Account

Tags

Contact Lists
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`

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`

认证

需要 Connected Account

Tags

Contact Groups
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`

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`

认证

需要 Connected Account

Tags

Conversations
Remove conversation tagFRONT_REMOVE_CONVERSATION_TAGRemoves one or more tags to a conversation Required scope: `conversations:write`

Removes one or more tags to a conversation Required scope: `conversations:write`

认证

需要 Connected Account

Tags

Conversations
Remove teammates from shiftFRONT_REMOVE_TEAMMATES_FROM_SHIFTRemove teammates from a shift. Required scope: `shifts:write`

Remove teammates from a shift. Required scope: `shifts:write`

认证

需要 Connected Account

Tags

Shifts
Remove teammates from teamFRONT_REMOVE_TEAMMATES_FROM_TEAMRemove one or more teammates from a team (workspace). Required scope: `teams:write`

Remove one or more teammates from a team (workspace). Required scope: `teams:write`

认证

需要 Connected Account

Tags

Teams
Removes inbox accessFRONT_REMOVES_INBOX_ACCESSRemove access of one or more teammates from an inbox. Required scope: `inboxes:write`

Remove access of one or more teammates from an inbox. Required scope: `inboxes:write`

认证

需要 Connected Account

Tags

Inboxes
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`

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`

认证

需要 Connected Account

Tags

Conversations
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`

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`

认证

需要 Connected Account

Tags

Applications
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`

Updates a teammate group. Note - You cannot modify a teammate group that is managed by SCIM. Required scope: `teammate_groups:write`

认证

需要 Connected Account

Tags

Teammate groups
Update a contactFRONT_UPDATE_A_CONTACTUpdates a contact. Required scope: `contacts:write`

Updates a contact. Required scope: `contacts:write`

认证

需要 Connected Account

Tags

Contacts
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`

Update a link. For more information on links, see the [Links](https://dev.frontapp.com/reference/links) topic. Required scope: `links:write`

认证

需要 Connected Account

Tags

Links
Update a tagFRONT_UPDATE_A_TAGUpdate a tag. Required scope: `tags:write`

Update a tag. Required scope: `tags:write`

认证

需要 Connected Account

Tags

Tags
Update accountFRONT_UPDATE_ACCOUNTUpdates an account. Required scope: `accounts:write`

Updates an account. Required scope: `accounts:write`

认证

需要 Connected Account

Tags

Accounts
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`

Updates an article's content in the default locale Required scope: `knowledge_bases:write`

认证

需要 Connected Account

Tags

Knowledge Base Articles
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`

Updates an article's content for a given locale. Required scope: `knowledge_bases:write`

认证

需要 Connected Account

Tags

Knowledge Base Articles
Update ChannelFRONT_UPDATE_CHANNELUpdate a channel. Required scope: `channels:write`

Update a channel. Required scope: `channels:write`

认证

需要 Connected Account

Tags

Channels
Update commentFRONT_UPDATE_COMMENTUpdate a comment in a [conversation](https://dev.frontapp.com/reference/conversations). Required scope: `comments:write`

Update a comment in a [conversation](https://dev.frontapp.com/reference/conversations). Required scope: `comments:write`

认证

需要 Connected Account

Tags

Comments
Update conversationFRONT_UPDATE_CONVERSATIONUpdate a conversation. Required scope: `conversations:write`

Update a conversation. Required scope: `conversations:write`

认证

需要 Connected Account

Tags

Conversations
Update conversation assigneeFRONT_UPDATE_CONVERSATION_ASSIGNEEAssign or unassign a conversation. Required scope: `conversations:write`

Assign or unassign a conversation. Required scope: `conversations:write`

认证

需要 Connected Account

Tags

Conversations
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`

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`

认证

需要 Connected Account

Tags

Conversations
Update folderFRONT_UPDATE_FOLDERUpdate message template folder Required scope: `message_templates:write`

Update message template folder Required scope: `message_templates:write`

认证

需要 Connected Account

Tags

Message Template Folders
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`

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`

认证

需要 Connected Account

Tags

Knowledge Base Categories
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`

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`

认证

需要 Connected Account

Tags

Knowledge Base Categories
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`

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`

认证

需要 Connected Account

Tags

Knowledge Bases
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`

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`

认证

需要 Connected Account

Tags

Knowledge Bases
Update message templateFRONT_UPDATE_MESSAGE_TEMPLATEUpdate a message template. Required scope: `message_templates:write`

Update a message template. Required scope: `message_templates:write`

认证

需要 Connected Account

Tags

Message Templates
Update shiftFRONT_UPDATE_SHIFTUpdate a shift. Required scope: `shifts:write`

Update a shift. Required scope: `shifts:write`

认证

需要 Connected Account

Tags

Shifts
Update signatureFRONT_UPDATE_SIGNATUREUpdate signature Required scope: `signatures:write`

Update signature Required scope: `signatures:write`

认证

需要 Connected Account

Tags

Signatures
Update teammateFRONT_UPDATE_TEAMMATEUpdate a teammate. Required scope: `teammates:write`

Update a teammate. Required scope: `teammates:write`

认证

需要 Connected Account

Tags

Teammates
Update time offFRONT_UPDATE_TIME_OFFUpdate a time off. Required scope: `time_off:write`

Update a time off. Required scope: `time_off:write`

认证

需要 Connected Account

Tags

Time Off
Update viewFRONT_UPDATE_VIEWUpdate a view. Required scope: `views:write`

Update a view. Required scope: `views:write`

认证

需要 Connected Account

Tags

Views
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`

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`

认证

需要 Connected Account

Tags

Channels