Skip to content

Commit

Permalink
update tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Yen Truong committed Sep 13, 2024
1 parent 2c54d9d commit f81a927
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/chat-core-zendesk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yext/chat-core-zendesk",
"version": "0.1.2",
"version": "0.1.3",
"description": "Typescript Networking Library for the Yext Chat API Integration with Zendesk",
"main": "./dist/commonjs/index.js",
"module": "./dist/esm/index.mjs",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export class ChatCoreZendeskImpl {
private async setupSession(messageRsp: MessageResponse) {
let convo: Conversation = await Smooch.createConversation({
metadata: {
"zen:ticket:tags": "yext-chat",
"zen:ticket:tags": "yext-chat-agent-handoff",
// this indicates to the internal zendesk bot webhook that the conversation is from the Chat SDK
[MetadataChatSDKKey]: true,
},
Expand Down

0 comments on commit f81a927

Please sign in to comment.