Skip to main content

Front connector

Back to the connector overview, authentication methods, and actions.
2 Sept 2026
bug-fixStandardized action category capitalization for more consistent portal filters.
front_auth_test, front_unified_get_group, front_unified_get_me, front_unified_get_organization, front_unified_get_role, front_unified_get_user, front_unified_list_groups, front_unified_list_organizations, front_unified_list_resource_types, front_unified_list_resource_users, front_unified_list_roles, front_unified_list_users
1 Sept 2026
description-fixesClarified the create_draft and send_message descriptions so agents know create_draft opens a draft-state conversation that can be updated, tagged, or commented on before sending, and that send_message sends an outbound customer-facing message through a channel configured for outbound sending (a channel not set up to compose outbound messages rejects the send).
front_create_draft, front_send_message
19 Aug 2026
new-actions authAdded unified IAM actions covering users, roles, groups, organizations, credentials, and resource users (teammates, teams, and company-wide admin status), and tightened permission checks so each action only runs with the scopes it actually needs.
front_auth_test, front_unified_get_group, front_unified_get_me, front_unified_get_organization, front_unified_get_role, front_unified_get_user, front_unified_list_groups, front_unified_list_organizations, front_unified_list_resource_types, front_unified_list_resource_users, front_unified_list_roles, front_unified_list_users
front_add_contact_handle, front_add_contact_note, front_add_conversation_comment, front_add_conversation_followers, front_add_conversation_tag, front_create_account, front_create_channel, front_create_child_tag, front_create_contact, front_create_draft, front_create_inbox, front_create_tag, front_delete_account, front_delete_contact, front_delete_conversation, front_delete_tag, front_get_account, front_get_channel, front_get_contact, front_get_conversation, front_get_event, front_get_inbox, front_get_message, front_get_tag, front_get_teammate, front_list_account_contacts, front_list_accounts, front_list_channels, front_list_child_tags, front_list_contact_conversations, front_list_contacts, front_list_conversation_comments, front_list_conversation_events, front_list_conversation_followers, front_list_conversation_messages, front_list_conversations, front_list_events, front_list_inbox_channels, front_list_inbox_conversations, front_list_inboxes, front_list_tagged_conversations, front_list_tags, front_list_teammates, front_remove_conversation_tag, front_search_conversations, front_send_message, front_update_account, front_update_channel, front_update_contact, front_update_conversation, front_update_conversation_assignee, front_update_tag, front_update_teammate
3 Aug 2026
webhook new-actionsAdded native webhook event support. You can now receive real-time events for conversations, messages, comments, tags, and links (20 event types) by configuring a Front Rule that forwards to the StackOne webhook URL.
16 Jul 2026
new-actions bug-fix downstream-changeAdded create_channel action plus optional send_message/update_conversation/update_channel fields and highlight/sort_by enums; removed provider-unsupported inputs (send_message tag_ids now set via options.tags, list_conversations/list_contacts q filters, list_channels limit/page_token); corrected action descriptions.