API Docs / Schemas / OAuthSettingsRequest

OAuthSettingsRequest

OAuth settings for initiating OAuth flow (used with Microsoft365 or Google provider types)

Properties

Name Type Description
returnUrl*string

URL to redirect to after OAuth flow completes (success or failure)

URL to redirect to after OAuth flow completes (success or failure)

allowSendboolean

Whether this configuration should be able to send emails (defaults to true)

Whether this configuration should be able to send emails (defaults to true)

allowReadboolean

Whether this configuration should be able to read/sync mailbox emails (defaults to false)

Whether this configuration should be able to read/sync mailbox emails (defaults to false)

JSON Example

{
  "returnUrl": "string",
  "allowSend": false,
  "allowRead": false
}

Contained in Schemas