kustomer-client
    Preparing search index...

    Type Alias CreateConversationForCustomerData

    type CreateConversationForCustomerData = {
        body?: {
            assignedTeams?: string[];
            assignedUsers?: string[];
            campaign?: string;
            createdAt?: string;
            custom?: { [key: string]: never };
            defaultLang?: string | null;
            direction?: "in" | "out";
            externalId?: string;
            id?: string;
            importedAt?: string;
            name?: string;
            priority?: number;
            queue?: unknown & { external?: "amazon-connect"; id?: string | null };
            replyChannel?: string | null;
            status?: "open" | "done";
            tags?: string[];
        };
        path: { id: string };
        query?: never;
        url: "/customers/{id}/conversations";
    }
    Index

    Properties

    Properties

    body?: {
        assignedTeams?: string[];
        assignedUsers?: string[];
        campaign?: string;
        createdAt?: string;
        custom?: { [key: string]: never };
        defaultLang?: string | null;
        direction?: "in" | "out";
        externalId?: string;
        id?: string;
        importedAt?: string;
        name?: string;
        priority?: number;
        queue?: unknown & { external?: "amazon-connect"; id?: string | null };
        replyChannel?: string | null;
        status?: "open" | "done";
        tags?: string[];
    }
    path: { id: string }

    Type declaration

    • id: string

      Unique ID of the customer.

    query?: never
    url: "/customers/{id}/conversations"