If you want to directly assign a Team to your Contacts without having them to chose one by themselves, you can initialize the widget with the usergroup_id
parameter.
Logged-in side: Team “customer/support”
Registration funnel: Team “leads”
Blog: Team “advice community”
Product page: Team “pre-sales”
Go to the "Routing" page. By selecting a team, you will see its ID in the URL after team#. This is the ID you will need to use as a value for usergroup_id
.
window._slaaskSettings = {
options: {
usergroup_id: ____
}
key: "your-public-key",
};