1
0
Fork 0
mirror of synced 2024-10-01 17:47:46 +13:00

get company size and role into intercom

This commit is contained in:
Martin McKeaveney 2021-10-25 11:00:33 +02:00
parent 36ce61c03e
commit 9a1807bc89

View file

@ -60,6 +60,8 @@ export function createAuthStore() {
name: user.name, name: user.name,
user_id: user._id, user_id: user._id,
tenant: user.tenantId, tenant: user.tenantId,
"Company size": user.size,
"Job role": user.profession,
}) })
}) })
} }