Hello,
I was wondering if anyone could help me put everything that I have learned together.
I have created an object called "Kit" (a kit that we sell) with the property of "serial" (serial number). I have then created a user profile and am able to grab the user ID. I also know how to create a Zendesk app (using HTML and javascript). I am able to add the serial number via API. However, I am getting stuck here.
What I would like to do is figure out how to attach the "Kit" object to a user profile and then display the "serial number" via the Zendesk app in the user profile if this is possible. The more simple the app the better.
TL;DR I just want to be able to see how to tie object data to a user profile and then display it via app in zendesk.
Does anyone have any example code of how to do this?