Can anyone help why hubspot app is missing on self...
# docker
g
Can anyone help why hubspot app is missing on self hosted cal ?
h
Have you followed the steps here ? https://github.com/calcom/cal.com/blob/d7d3a07ef62560df714ed798922346a4fff6df35/README.md#obtaining-hubspot-client-id-and-secret As you can see here certain env variables should be present for hubspot app to be available. https://github.com/calcom/cal.com/blob/d7d3a07ef62560df714ed798922346a4fff6df35/packages/prisma/seed-app-store.ts#L237 If you have ensured that everything is setup correctly. Make sure that you have run
yarn db-seed
command(it should have run automatically during setup but you can run it manually to be sure) Once everything is done as mentioned above, you should be able to see the app in app-store. If you are still not seeing it, confirm that you have hubspot app entry in App table.
g
Thank you for you reply
@Hariom Balhara I manage to get hubspot app now. I have followed that link to create an app but I receive an error.
In the scoop section I have allowed "Read" and "Write" for scope called
crm.objects.contacts
LIke this
h
@leog can help here. But I think, you account doesn't have all features enabled that are required by the app. What exactly is missing I am not sure
l
hey there @Genius Khalipha
those scopes are the ones, yes,
crm.objects.contacts.read
and
crm.objects.contacts.write
be sure to setup Redirect URLs as
your-cal-domain/api/integrations/hubspotothercalendar/callback
and
your-cal-domain/api/integrations/hubspot/callback
other than that, I think @Hariom Balhara may be right, the error you are getting is pretty self-referencial
g
@Hariom Balhara Do you think I have to upgrade the developer account ?
@leog I'm a submit I didn't add
your-cal-domain/api/integrations/hubspotothercalendar/callback
because it's not referenced on the readme. I added the just other one. Let me add that one and see
I have added it but still getting error "This account doesn't have access to some HubSpot features that are required by this app"
l
it sounds like you need to do something about your HubSpot account features
g
Where can I fine it ?
l
Not sure, I’m not a Hubspot expert unfortunately. You may need to contact Hubspot support.
g
OKay thank you so much appreciate your help
l
You are welcome