How-to Embed a Workforce widget into Sharepoint
You can now embed Workforce directly into Sharepoint, this is done by placing the embed code into the embed widget.
- Edit or create a page and add an embed widget. See Sharepoint guide on how to add this. https://support.microsoft.com/en-us/office/add-content-to-your-page-using-the-embed-web-part-721f3b2f-437f-45ef-ac4e-df29dba74de8
- When adding the embed widget, add the following code to "Website address or embed code"
<iframe border="0" src="https://agent-chat.torqcloud.io/static/iFrameEmbed.html?chatflowid=<your chatflow id>" width="600" height="400" frameborder="0" style="border: none!important; border-radius: 10px;" allowfullscreen=""></iframe>
- Ensure to replace
<your chatflow id>
above with the ID of your chatflow which can be found in the url when viewing the chatflow.
- Ensure to enable "Resize to fit page"
- Click save then test your chatflow.
Updated on: 06/02/2025
Thank you!