Connect
Manage external service connections and API access.
Overview
The Connect page allows you to integrate external services, generate API keys for programmatic access, and configure webhooks for event notifications.
Data Sources
Connect external services to sync data with Cloud Platform:
| Service | Description |
|---|---|
| Google Drive | Sync documents from Google cloud storage |
| OneDrive | Connect Microsoft cloud storage |
| Salesforce | CRM integration for contacts and opportunities |
| HubSpot | Marketing automation and CRM |
| Mailchimp | Email marketing integration |
Connecting a Service
- Go to Connect in the sidebar
- Stay on the Data Sources tab
- Find the service you want to connect
- Click Connect on its card
- Sign in to that service when prompted
- Grant Cloud Platform the necessary permissions
- The card updates to show "Connected"
API Keys
Generate API keys for programmatic access to Cloud Platform.
Creating an API Key
- Click the API Keys tab
- Click Create API Key
- Give your key a descriptive name (e.g., "Production App")
- Copy the generated key immediately
- Store it securely — it won't be shown again
Security Warning: Never share API keys publicly or commit them to version control. Use environment variables to store keys in your applications.
Managing API Keys
- View all active keys and their creation dates
- Revoke keys that are no longer needed
- Regenerate keys if they may have been compromised
Webhooks
Set up webhooks to receive real-time notifications when events occur.
Setting Up a Webhook
- Click the Webhooks tab
- Click Add Webhook
- Enter your endpoint URL (must be HTTPS)
- Select which events should trigger notifications:
- Automation completed
- Document processed
- Campaign sent
- Call completed
- Click Test to verify the connection
- Enable the webhook
Webhook Payload
Webhooks send a JSON payload containing:
- Event type
- Timestamp
- Relevant data for the event
- Workspace and user information
Troubleshooting Connections
Can't Connect External Service
- Ensure you have admin access to that service
- Check that pop-ups aren't blocked in your browser
- Try a different browser
- Verify the service isn't experiencing outages
API Key Not Working
- Confirm you copied the full key
- Check that the key hasn't been revoked
- Verify you're using the correct API endpoint
Next Steps
- Upload to Knowledge Base — Sync connected documents
- Configure security — Set up access controls
- View troubleshooting guide