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

# Wrangle Changelog

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

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

<Update label="v2.1.0" description="21 Sept 2026">
  `feature`

  Added scheduled data sync for inboxes and workflows.

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

<Update label="v2.0.0" description="18 Aug 2026">
  `breaking` `bug-fix`

  Breaking — Update Inbox now rejects a request that leaves out userRoles, matching what the API has always enforced, so callers relying on an empty body must supply the roles object. Also documented several provider behaviours that were previously silent — creating a ticket fails outright when a form-field value names a field that does not exist on the inbox, whereas updating a ticket accepts the request and quietly discards that value; users set to NO\_ACCESS disappear from an inbox's user roles; and a satisfaction score needs the survey setting switched on for the inbox.

  <AccordionGroup>
    <Accordion title="Changed · 11 actions updated">
      `wrangle_create_ticket`, `wrangle_delete_ticket`, `wrangle_get_inbox`, `wrangle_get_ticket`, `wrangle_get_workflow`, `wrangle_list_inboxes`, `wrangle_list_tickets`, `wrangle_list_workflows`, `wrangle_start_workflow`, `wrangle_update_inbox`, `wrangle_update_ticket`
    </Accordion>
  </AccordionGroup>
</Update>

<Update label="v1.1.1" description="13 Aug 2026">
  `guide`

  Corrected the Slack Sign-In connection guide to cover returning to the Slack API dashboard after choosing a workspace and the Slack consent screen when signing in to Wrangle, and renamed the authentication type to OAuth 2.0 (Slack Sign-In).

  <AccordionGroup>
    <Accordion title="Changed · 11 actions updated">
      `wrangle_create_ticket`, `wrangle_delete_ticket`, `wrangle_get_inbox`, `wrangle_get_ticket`, `wrangle_get_workflow`, `wrangle_list_inboxes`, `wrangle_list_tickets`, `wrangle_list_workflows`, `wrangle_start_workflow`, `wrangle_update_inbox`, `wrangle_update_ticket`
    </Accordion>
  </AccordionGroup>
</Update>

<Update label="v1.1.0" description="11 Aug 2026">
  `auth` `guide`

  Added a Slack Sign-In option that takes your Slack user and workspace from Slack itself instead of asking you to enter them. Added connection guides for both authentication types.
</Update>
