postV1EmailWorkspaces

Create an email workspace

  • name
    Type: string
    required

    Human-readable name shown in the UI.

  • file_key_json
    Type: json

    Google service account key JSON. Required when provider is google.

  • outlook_client_id
    Type: string

    Outlook app client ID. Required when provider is outlook.

  • outlook_client_secret
    Type: string

    Outlook app client secret identifier. Required when provider is outlook.

  • outlook_client_secret_expires_at
    Type: string

    Outlook client secret expiration date in DD/MM/YYYY format.

  • outlook_client_secret_value
    Type: string

    Outlook app client secret value. Required when provider is outlook.

  • outlook_tenant_id
    Type: string

    Outlook tenant ID. Required when provider is outlook.

  • provider
    Type: stringenum

    Workspace provider. One of google (default) or outlook.

    values
    • google
    • outlook