* remove mention of data proxy * fix self hosting broken app link * fix booking doc * deploy buttons and more options * fix capitalization
36 lines
1.6 KiB
Plaintext
36 lines
1.6 KiB
Plaintext
---
|
|
title: "Introduction"
|
|
---
|
|
|
|
Install desired apps in your self-hosted instance for better integration.
|
|
|
|
<CardGroup cols={2}>
|
|
<Card href="/self-hosting/apps/install-apps/google" title="Google" icon="google">
|
|
Install google for supporting Google Calendar and Google Meet integrations
|
|
</Card>
|
|
<Card href="/self-hosting/apps/install-apps/microsoft" title="Microsoft" icon="microsoft">
|
|
Install microsoft to support Exchange365 integration
|
|
</Card>
|
|
<Card href="/self-hosting/apps/install-apps/zoom" title="Zoom" icon="z">
|
|
Install Zoom to support Zoom video conferencing integration
|
|
</Card>
|
|
<Card href="/self-hosting/apps/install-apps/daily" title="Daily" icon="video">
|
|
Install Daily to support Cal Video integration
|
|
</Card>
|
|
<Card href="/self-hosting/apps/install-apps/hubspot" title="Hubspot" icon="hubspot">
|
|
Install Hubspot to support Hubspot CRM integration
|
|
</Card>
|
|
<Card href="/self-hosting/apps/install-apps/sendgrid" title="Sendgrid" icon="envelope">
|
|
Install Sendgrid to support Sendgrid Email integration
|
|
</Card>
|
|
<Card href="/self-hosting/apps/install-apps/stripe" title="Stripe" icon="stripe">
|
|
Install Stripe to support Stripe integration for paid bookings
|
|
</Card>
|
|
<Card href="/self-hosting/apps/install-apps/twilio" title="Twilio" icon="grid-round-2" iconType="solid">
|
|
Install Twilio to support Workflows integration for sms reminders
|
|
</Card>
|
|
<Card href="/self-hosting/apps/install-apps/zoho" title="Zoho" icon="square-dashed">
|
|
Install Zoho to support Zoho CRM integration
|
|
</Card>
|
|
</CardGroup>
|