Closed shidobecker closed 1 year ago
I have the same issue, I am sending the user payload as requested but always see the anonymous name and empty email address field. Any luck in figuring this out?
our docs for Integrating with Zendesk with watsonx Assistant have been updated and can now be found at https://cloud.ibm.com/docs/watson-assistant?topic=watson-assistant-deploy-zendesk
I followed all steps listed here to integrate IBM Watson Assistant to Zendesk https://cloud.ibm.com/docs/assistant?topic=assistant-deploy-zendesk#deploy-zendesk-routing
But I'm struggling to find exactly how am I suppose to pass values to Zendesk. The information provided is not clear enough, and if I request an agent, there's no information about the user, it shows in zendesk like this:
The documentation says:
And after that:
In my case, since users will access the assistant through a webview in an Android app, I have both name and email, and I don't need a whole authentication steps, all I want is to pass to zendesk those values, but can't exactly figure it out how. In the example, it just sets this constant but I don't know what to do with it, is there any code examples for it?
Thanks in advance