export ContactInviteCreateDeets

interface ContactInviteCreateDeets {
    email: string;
    email_message?: null | string;
    known_name: string;
    object?: null | string;
    user_id?: null | string;
}

Properties

email: string

A collection of email addresses for the contact

email_message?: null | string

Custom message for invite email.

known_name: string

A separate name that this contact might be known by.

object?: null | string
user_id?: null | string

The user id to operate on their behalf (tenants only)