This is probably a dumb question, but I'm not finding the answer in the docs.
If I have multiple clients, how do I set the the department, with the web sdk, so that chats get routed to the right agents? Or so that the agent knows which client they may be answering questions for?
I see where to set the name and email, but department says it is not whitelisted. If that adds any clarification for anyone.

Sorry for the delay! With the holiday last week I was out of the office for a bit. So for the user's notes section you could try to use the Create/Update User [endpoint](https://developer.zendesk.com/api-reference/ticketing/users/users/#create-or-update-user) to add notes with a POST request. You can try doing this maybe by building a small app either built in directly with the Zendesk App Framework or built externally to send the requests. For something like this though, it may just be easier to put together a private Zendesk app with our framework for authentication purposes.
Hope this helps!
Best,
Erica - Dev Support