Type Alias PutMicrosoft365Config

Microsoft 365 authentication configuration. Provides OAuth credentials and tenant information for Microsoft 365 email delivery.

type PutMicrosoft365Config = {
    clientId?: string;
    clientSecret?: string;
    emailAddress?: string;
    providerTenantId?: string;
}
Index

Properties

clientId?: string

Microsoft365 client identifier

clientSecret?: string

secret to authenticate the Microsoft365 account

emailAddress?: string

The email address that should appear in From field when sending emails with this account

providerTenantId?: string

Microsoft365 tenant identifier