nylas
    Preparing search index...

    Interface WebhookIpAddressesResponse

    Class representing the response for getting a list of webhook ip addresses.

    interface WebhookIpAddressesResponse {
        ipAddresses: string[];
        updatedAt: number;
    }
    Index

    Properties

    ipAddresses: string[]

    The IP addresses that Nylas send you webhook from.

    updatedAt: number

    UNIX timestamp when Nylas updated the list of IP addresses.