Integrations
/dashboard/integrations — third-party connector hub. Two categories:
OAuth connectors
Connect once via Google / Meta / etc. OAuth, then use from flows + bookings.
- Google Calendar — required for the Bookings feature
- Google Sheets (planned)
- HubSpot (planned)
- Zoho CRM (planned)
OAuth client credentials (client_id + client_secret) are managed under
/dashboard/oauth-configs (AGENCY_ADMIN only). Each agency brings their own OAuth
app from their own Google Cloud project — preserves white-label.
Webhook / API connectors
Inbound webhooks from lead sources, automation platforms.
- IndiaMART — leads → contacts
- Pabbly Connect — generic webhook → automation trigger
- Make (Integromat) — generic webhook
The HTTP block (most flexible)
Anything not listed above can be reached via the HTTP request block in a flow:
- Mid-flow REST call to your own backend
- Send an SMS via Twilio
- Validate a coupon code
- Push a Slack message
Last updated on