braze-api
    Preparing search index...

    Interface CampaignsDetailsResponse

    interface CampaignsDetailsResponse {
        archived: boolean;
        channels: string[];
        conversion_behaviors: {
            app_ids?: null | string[];
            custom_event_name?: string;
            product?: string;
            type: string;
            window: number;
        }[];
        created_at: string;
        description: string;
        draft: boolean;
        errors?: string[];
        first_sent: string;
        last_sent: string;
        message: string;
        messages: {
            channel: string;
            message_variation_id: string;
            name: string;
            [key: string]: unknown;
        }[];
        name: string;
        schedule_type: string;
        tags: string[];
        teams: string[];
        updated_at: string;
    }

    Hierarchy

    • ServerResponse
      • CampaignsDetailsResponse
    Index

    Properties

    archived: boolean
    channels: string[]
    conversion_behaviors: {
        app_ids?: null | string[];
        custom_event_name?: string;
        product?: string;
        type: string;
        window: number;
    }[]
    created_at: string
    description: string
    draft: boolean
    errors?: string[]
    first_sent: string
    last_sent: string
    message: string
    messages: {
        channel: string;
        message_variation_id: string;
        name: string;
        [key: string]: unknown;
    }[]
    name: string
    schedule_type: string
    tags: string[]
    teams: string[]
    updated_at: string