@myinterview/global-api-sdk
    Preparing search index...

    Interface ICandidateCreateBodyElement

    interface ICandidateCreateBodyElement {
        apiKey?: string;
        ats_remote_id?: string;
        candidate_id?: string;
        communicationPreference?: (
            | "SMS"
            | "EMAIL"
            | "WHATSAPP"
            | "TEAMS"
            | "SLACK"
            | "TELEGRAM"
            | "DISCORD"
            | "WEBSITE"
            | "UNKNOWN"
        )[];
        email: string;
        integration_id?: string;
        integration_name?: string;
        jobTitle?: string;
        phone?: string;
        redirectUrl?: string;
        reminders?: IReminder[];
        status?: string;
        type?: string;
        urlStart?: string;
        username?: string;
        video?: Partial<IVideo>
        | null;
    }
    Index

    Properties

    apiKey?: string
    ats_remote_id?: string
    candidate_id?: string
    communicationPreference?: (
        | "SMS"
        | "EMAIL"
        | "WHATSAPP"
        | "TEAMS"
        | "SLACK"
        | "TELEGRAM"
        | "DISCORD"
        | "WEBSITE"
        | "UNKNOWN"
    )[]
    email: string
    integration_id?: string
    integration_name?: string
    jobTitle?: string
    phone?: string
    redirectUrl?: string
    reminders?: IReminder[]
    status?: string
    type?: string
    urlStart?: string
    username?: string
    video?: Partial<IVideo> | null