-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Log escalation failure if SF bot is offline/disabled #56
Conversation
lib/Room.ts
Outdated
targetDepartment: livechatTransferData.targetDepartment | ||
} | ||
|
||
console.log('Failed to handover', handoverFailure); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@itzzritik can you use this from now on when we add new log points please..... JSON.stringify(handoverFailure)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Understood, will take care
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks.... I'll test
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@itzzritik I'm not yet able to get this to work.... maybe tomorrow you can demo for us how this should work.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ear-dev I have updated the description, with steps to reproduce, please have a look.
@itzzritik can you be more precise when you say "Make sure that Salesforce Bot is offline, if not log out from the Salesforce bot."?
Also, in the case where the Dialogflow app is misconfigured to handover to a department that does not exist, will this trigger the failed handover event? Can you confirm other scenarios as well please:
I know that there are a lot of edge cases...... Can you please create a document that describes every case where your failed to handover log points will be triggered? |
This PR contains the log escalation failure if SF bot is offline/disabled:
Steps to reproduce these changes
Screenshot of the logpoint