Skip to content

Commit

Permalink
chat-core-zendesk: update ticket tag for agent handoff
Browse files Browse the repository at this point in the history
the tag is colliding with existing tags for Yext advisor. Update it to be different. Will have a followup to allow this to be configurable when invoking `provideChatCoreZendesk` instead of hardcoding.
  • Loading branch information
yen-tt authored Sep 13, 2024
1 parent 2c54d9d commit e33eeff
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 e33eeff

Please sign in to comment.