Settings & Integrations
Manage your BusinessCommand connections
0 of 0 Integrations Active
All core systems are operational
HubSpot CRM Sync
Sync all existing BusinessCommand contacts to your HubSpot CRM. New leads are automatically synced when they come in.
Chatbot Widget for caapsolutions.com
Add this script tag to your caapsolutions.com website to embed the AI lead-capture chatbot. Place it before the closing </body> tag.
<script src="https://apps.abacus.ai/chatllm/appllm-lib.js"></script>
<script>
window.abacusChatConfig = { appId: "1540ef0c7a" };
</script>
<script>
window.abacusChatConfig = { appId: "1540ef0c7a" };
</script>
Gmail Integration (Optional)
Connect Gmail to send and receive emails directly from BusinessCommand. This requires Google Cloud Console setup.
Setup Steps:
- Go to Google Cloud Console
- Create a new project (or select existing)
- Enable the Gmail API from the API Library
- Go to Credentials → Create OAuth 2.0 Client ID
- Set application type to Web application
- Add authorized redirect URI:
your-deployed-url/api/gmail/callback - Copy the Client ID and Client Secret
Note: Gmail integration is optional. Your Slack and email notification alerts already work without it.