nylas
    Preparing search index...

    Interface CreateDomainRequest

    Interface representing a request to create a domain.

    Other Domain fields are not honored for create: the server sets region, branded, the verified flags, id, timestamps, and (for branded) the tenant_key/dkim_public_key/dkim_submitted_at.

    interface CreateDomainRequest {
        domainAddress: string;
        name: string;
    }
    Index

    Properties

    Properties

    domainAddress: string

    The domain to register. Normalized to lowercase. Cannot duplicate an existing domain in the organization.

    name: string

    Human-readable label.