Skip to content

Commit

Permalink
Add temporary migration page
Browse files Browse the repository at this point in the history
  • Loading branch information
mattvagni committed Nov 20, 2023
1 parent 7ea9581 commit cd070e1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
6 changes: 3 additions & 3 deletions docs/api-reference/migrate-to-threads.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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:

Expand Down
8 changes: 5 additions & 3 deletions mint.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
},
{
Expand Down Expand Up @@ -169,6 +167,10 @@
},
"docs/api-reference/attachments"
]
},
{
"group": "Migration",
"pages": ["docs/api-reference/migrate-to-threads"]
}
],
"footerSocials": {
Expand Down

0 comments on commit cd070e1

Please sign in to comment.