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

    Interface UpdateEmailRequestData

    interface UpdateEmailRequestData {
        email: string;
        serviceId: string;
        updateEmailRequestBody?: UpdateEmailRequest;
    }
    Index

    Properties

    email: string

    The email you want to work with.

    serviceId: string

    The serviceId containing the email you want to work with.

    updateEmailRequestBody?: UpdateEmailRequest