Integrations¶
RhinoAgents connects to many external services so your agents can read and write data, trigger actions, and integrate into existing workflows.
Categories¶
- CRM (Salesforce, HubSpot)
- Databases (Postgres, MySQL)
- File storage (Google Drive, Dropbox, S3)
- Messaging (Slack, Microsoft Teams)
- Email providers (SendGrid, SMTP)
- Analytics & Logging (Segment, Datadog)
- Payments (Stripe)
How integrations work¶
- Select the integration from the Integrations page in the RhinoAgents console.
- Authenticate (OAuth or API key) and grant the requested scopes.
- Map fields to your agent’s inputs/outputs.
- Use the integration in your agent flow (actions, triggers, webhooks).
Example: Connect Google Sheets¶
- Go to Integrations → Google Sheets and click Connect.
- Authorize with your Google account and choose the spreadsheet.
- In your agent flow, add an action Write row (Google Sheets) and map the data fields.
Best practices¶
- Use scoped service accounts for production integrations.
- Rotate API keys regularly and use environment secrets.
- Test integrations in a staging workspace before enabling in production.