Agent inbox & embed
Platform inbox and agent widget on your admin site.
Hosted platform inbox
- https://platform.sohojx.com/chat/agent/login — email and password.
- https://platform.sohojx.com/chat/agent — agent workspace after login (responsive; replaces legacy inbox).
Agent embed
Embed on an allowed agent origin (e.g. your internal admin). Same login and JWT as the platform inbox.
Recommended agent embed
<script type="text/javascript">
var SohojX_Chat_Agent=SohojX_Chat_Agent||{}, SohojX_Chat_Agent_LoadStart=new Date();
(function(){
var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0];
s1.async=true;
s1.src='https://platform.sohojx.com/chat/embed/agent/cap_YOUR_APP_ID/wk_YOUR_WIDGET_KEY';
s1.charset='UTF-8';
s0.parentNode.insertBefore(s1,s0);
})();
</script>Legacy agent script
<script async src="https://platform.sohojx.com/chat/agent-widget.js"
data-chat-application-id="cap_xxx" data-widget-key="wk_xxx"></script>