diff --git a/docs/api-reference/migrate-to-threads.mdx b/docs/api-reference/migrate-to-threads.mdx index f81cdad..f95d3ac 100644 --- a/docs/api-reference/migrate-to-threads.mdx +++ b/docs/api-reference/migrate-to-threads.mdx @@ -86,11 +86,11 @@ Customers no longer have a status. If you were snoozing or changing the customer ## Breaking webhook changes -#### `customer.customer_status_transitioned` +### `customer.customer_status_transitioned` The customer no longer has a status so this webhook event has been deprecated. Depending on your intentions you may want to swap this out for the [thread status transitioned event](/pages/webhooks/thread-status-transitioned). -#### `timeline.timeline_entry_changed` +### `timeline.timeline_entry_changed` This event reported all timeline entry changes and made it very challenging to do even simple things like build an autoresponder. It was far too easy to misunderstand and create faulty integrations. @@ -103,7 +103,7 @@ As a result we're fully deprecating this event and have replaced it with a list - [Thread assignment transitioned](/pages/webhooks/thread-assignment-transitioned) - [Thread status transitioned](/pages/webhooks/thread-status-transitioned) -#### `customer.customer_changed` +### `customer.customer_changed` This event was deprecated and 'unbundled' into smaller, more specific events: diff --git a/mint.json b/mint.json index 412dcdf..41be60f 100644 --- a/mint.json +++ b/mint.json @@ -116,9 +116,7 @@ "docs/api-reference/graphql/error-handling", "docs/api-reference/graphql/error-codes", "docs/api-reference/graphql/api-explorer", - "docs/api-reference/graphql/typescript-sdk", - - "docs/api-reference/migrate-to-threads" + "docs/api-reference/graphql/typescript-sdk" ] }, { @@ -169,6 +167,10 @@ }, "docs/api-reference/attachments" ] + }, + { + "group": "Migration", + "pages": ["docs/api-reference/migrate-to-threads"] } ], "footerSocials": {