Skip to content

Instantly share code, notes, and snippets.

@LMG23
Created January 17, 2023 21:00
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save LMG23/94f2aa4fce1061b8a45a7790efd357d3 to your computer and use it in GitHub Desktop.
liveagent.findOrCreate('Case')
.map('Subject', 'Case Subject', false, false, true)
.map('Status', 'Case Status', false, false, true)
.saveToTranscript('CaseId').showOnCreate();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment