Skip to main content
PATCH
Update Email Settings

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Update the centralized-inbox workflow knobs and provider kill-switches.

auto_assign
boolean | null
auto_assign_threshold
integer | null
matching_guidelines
string | null
microsoft_enabled
boolean | null

Enable/disable Microsoft mailbox connections for this org.

google_enabled
boolean | null

Enable/disable Google mailbox connections for this org.

Response

Successful Response

transport_provider
enum<string>
required

How mail is transported — 'nylas' (OAuth sync/send) or 'sendgrid' (domain send).

Available options:
nylas,
sendgrid
hybrid_mode_enabled
boolean
required
microsoft
object
required

The org's Microsoft mailbox connection: consent state and Entra details.

google
object
required

The org's Google mailbox connection state.

centralized_inbox
object
required

Routing / auto-assignment config for the centralized inbox.

sendgrid
SendGridSettings · object | null
required

SendGrid transport configuration.