I’m seeing new fields in the install webhook:
{
"type": "install",
"data": {
...
"user_cluster": "information_technology",
"account_tier": null,
"account_max_users": null,
...
}
}
Some questions:
- What are valid values for
user_clusterand what is it for? So far I’ve seen :crmeducationinformation_technologyngooperationsotherproduct_managementtech
- Are you aware that
account_tierandaccount_max_usersare not populated? - Do these new fields have exact equivalents in the
{{account}}in the graphQL API?