Skip to content

Mailbox

4logist AI + Gmail integration

Gmail can feed the Quote Agent via OAuth (when inbox OAuth is enabled on the deployment) or via IMAP with an app password. Either way, drafts stay under operator control and Google Limited Use commitments apply to OAuth scopes.

What the connection does

Inbound quote mail is processed into draft replies. With OAuth, labels can mark processing state. With IMAP, UID cursors provide dedup alongside the agent_runs row.

Setup

  1. Prefer OAuth Connect when shown in Integrations / Team settings.
  2. Otherwise connect Gmail as IMAP with a Google app password.
  3. Confirm a test message produces a draft-ready run in the inbox.

Frequently asked questions

Is OAuth always available?

OAuth connectors are gated by deployment configuration (INBOX_OAUTH_ENABLED). If you do not see Connect Gmail, use IMAP app password or ask your operator.

Related