Make sure you have:
- Created a dedicated chatbot account in Zendesk.
- Configured your Zendesk Chat account.
- Found your Zendesk Chat access token.
To be able to hand over your chatbot to the correct department in Zendesk Chat, you need to generate the department ID.
- Open a base64 code generator.
You can find base64 generators online, such as https://www.base64encode.org/ - In your Base64 generator, paste:
[["localId","{ZENDESK_GROUP_ID}"],["type","{DEPARTMENT_NAME}"]]
- Replace {ZENDESK_GROUP_ID} with the group ID you pasted into Notepad earlier.
- Replace {DEPARTMENT_NAME} with the name of your handover department in Zendesk.
- Generate the base64 string.
- Copy the string into Notepad.
Comments
Article is closed for comments.