Sinch Node.js SDK - v1.5.0
    Preparing search index...

    Interface Email

    interface Email {
        createdAt?: Date;
        email: string;
        phoneNumbers: NumberWithPermissions[];
        projectId?: string;
        updatedAt?: Date;
    }

    Hierarchy

    • EmailBase
      • Email
    Index

    Properties

    createdAt?: Date

    The date and time the email was created.

    email: string
    phoneNumbers: NumberWithPermissions[]

    Numbers you want to associate with this email.

    projectId?: string

    The Id of the project associated with the call.

    updatedAt?: Date

    The date and time the email was updated.