Live Helper Chat support forum.. Forum is locked. New place for questions - Github Discussions
You are not logged in.
I'm doing some testing with API and I can set custom attributes with the information coming out of a API call, but how can I set for instance lhc.nick?
I do the following:
Update the Current Chat
Set chat attribute [visible by operator]
[{"value":"{content_1}","identifier":"givenname","key":"Givenname"}] (this works)
But I want to put Givenname in lhc.nick
So e.g. (but this doesn't work)
[{"value":"{content_1}","identifier":"givenname","key":"lhc.nick"}]
I don't think it is difficult, but I can't find the answer in de documentation.
Thanks for the great product.
Philip
Offline
https://doc.livehelperchat.com/docs/bot … -attribute
It would be just a `nick` in update main chat attribute call.
Offline
Thanks,
it works with nick and {content_1} as Chat attribute value.
Offline