Skip to content

Commit

Permalink
Update create-thread.mdx
Browse files Browse the repository at this point in the history
Fix emailAddress field
  • Loading branch information
idevelop authored Jan 30, 2024
1 parent 6a3f0f6 commit 0eba96a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _snippets/typescript-sdk/create-thread.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const res = await client.createThread({
title: 'Bug Report',
customerIdentifier: {
// You can use the email:
email: '[email protected]',
emailAddress: '[email protected]',

// ...or if you set external id on customers:
// externalId: '',
Expand Down

0 comments on commit 0eba96a

Please sign in to comment.