An integration is a saved connection to an external system. Workflow nodes reference
the connection, never the credential: secrets go to a dedicated secret store when you
create the connection, and reading one back returns its configuration with secret
values masked.
Each page below lists exactly which fields that integration's guided setup collects,
which of them are secret, and how to obtain them from the provider. Those field lists
are generated from the same catalog the product uses to render the forms, so they
cannot drift.
Databases
| Integration | What it connects to |
|---|
| MySQL | Query and write a MySQL database from your workflows. |
| Oracle Database | Query and write an Oracle database from your workflows. |
| Organization database | Your organization's own PostgreSQL database, provisioned by Honeybase rather than connected to. |
| PostgreSQL | Query and write a PostgreSQL database from your workflows. |
Messaging
| Integration | What it connects to |
|---|
| Slack | Post messages to Slack and trigger workflows from Slack events. |
| WhatsApp Business | Send and receive WhatsApp messages through the Meta Cloud API. |
Email
| Integration | What it connects to |
|---|
| Email (IMAP) | Read a mailbox over IMAP and trigger workflows from incoming mail. |
| Email (sending) | Send email from workflows through Resend, SendGrid, Postmark, or any SMTP server. |
Productivity
| Integration | What it connects to |
|---|
| Google Sheets | Read and write Google Sheets from your workflows. |
APIs and AI
| Integration | What it connects to |
|---|
| AI | Bring your own LLM provider key so workflows and Barry can call a model. |
| HTTP / REST API | Call any HTTP or REST API from your workflows, with the authentication it expects. |