core-utils
    Preparing search index...

    Parameters to upsert and inline-identify a user, ensuring they exist before notifying them.

    interface InlineIdentifyUserRequest {
        channelData?: InlineChannelDataRequest;
        createdAt?: Date;
        email?: string;
        name?: string;
        phoneNumber?: string;
        timeZone?: string;
        userId: string;
    }
    Index

    Properties

    The user's channel data.

    createdAt?: Date

    The user's creation date.

    email?: string

    The user's email address.

    name?: string

    The user's display name.

    phoneNumber?: string

    The user's phone number.

    timeZone?: string

    The user's timezone for scheduled notifications.

    userId: string

    The user ID.