Managing Connectors
Connectors allow Connect Machine to communicate with your external services.
What are Connectors?
Connectors are integrations with external services that:
- Handle authentication
- Format data appropriately
- Manage API calls
- Handle errors and retries
Available Connectors
Connect Machine supports connectors for:
- Email: Gmail, Outlook, custom SMTP
- CRM: Salesforce, HubSpot, Pipedrive
- Productivity: Slack, Microsoft Teams, Asana
- Database: PostgreSQL, MySQL, MongoDB
- Cloud: Google Drive, Dropbox, AWS S3
- Payment: Stripe, PayPal
- Webhooks: Generic HTTP webhooks
And many more...
Connecting a Service
Step 1: Add Connector
- Go to Settings → Connectors
- Click "Add Connector"
- Search for your service
- Click "Connect"
Step 2: Authenticate
Different connectors require different authentication:
- OAuth: Redirects to the service to authorize
- API Key: Paste your API key from the service
- Username/Password: Enter credentials
- Custom: Other authentication methods
Step 3: Grant Permissions
Grant the specific permissions needed for your workflows.
Step 4: Test Connection
Click "Test Connection" to verify it works.
Managing Connections
Viewing Connections
- Go to Settings → Connectors
- See all connected services
- View details and last used date
Updating Connections
- Click the connector
- Update permissions or settings
- Reauthorize if needed
- Click "Save"
Disconnecting
- Click the connector
- Click "Disconnect"
- Confirm removal
Troubleshooting Connections
Connection Failed
- Check username/password
- Verify API key is valid
- Check service status page
- Review error logs
Permission Denied
- Reauthorize with proper permissions
- Check service account permissions
- Contact your service administrator
Connection Timeout
- Check internet connection
- Verify service is responding
- Try reconnecting
Security Best Practices
- Store API keys securely
- Use minimal required permissions
- Monitor connection usage
- Disconnect unused connectors
- Rotate credentials regularly
- Use OAuth when available