
Hi Sunny,
Have you implemented Omni Channel Skill based routing for Live Agent?
Thanks,
Hitesh
3 件のコメント
Hello Hitesh,
You don't need to use any custom code as the one you have mentioned.
Firstly,You have to create separate button for each skill.
Secondly, use below code for routing:
https://developer.salesforce.com/docs/atlas.en-us.live_agent_dev.meta/live_agent_dev/live_agent_direct_to_agent_fallback_in_prechat_form.htmIn my Process, I have used Button ID in option
field.So,whatever option was selected by customer the call is redirected to that agent.
I hope this helps.