> ## Documentation Index
> Fetch the complete documentation index at: https://docs.stackone.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Front Changelog

> Release history for the Front connector. Each version lists what changed and which actions were affected.

<Card title="Front connector" icon="arrow-left" href="/connectors/front" horizontal>
  Back to the connector overview, authentication methods, and actions.
</Card>

<Update label="v1.3.2" description="2 Sept 2026">
  `bug-fix`

  Standardized action category capitalization for more consistent portal filters.

  <AccordionGroup>
    <Accordion title="Changed · 12 actions updated">
      `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`
    </Accordion>
  </AccordionGroup>
</Update>

<Update label="v1.3.1" description="1 Sept 2026">
  `description-fixes`

  Clarified 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).

  <AccordionGroup>
    <Accordion title="Changed · 2 actions updated">
      `front_create_draft`, `front_send_message`
    </Accordion>
  </AccordionGroup>
</Update>

<Update label="v1.3.0" description="19 Aug 2026">
  `new-actions` `auth`

  Added 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.

  <AccordionGroup>
    <Accordion title="Added · 12 new actions">
      `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`
    </Accordion>

    <Accordion title="Changed · 53 actions updated">
      `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`
    </Accordion>
  </AccordionGroup>
</Update>

<Update label="v1.2.0" description="3 Aug 2026">
  `webhook` `new-actions`

  Added 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.
</Update>

<Update label="v1.1.0" description="16 Jul 2026">
  `new-actions` `bug-fix` `downstream-change`

  Added 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.
</Update>
