braze-api
    Preparing search index...

    Interface CreateContentBlockBody

    interface CreateContentBlockBody {
        content: string;
        description?: string;
        name: string;
        state?: "active" | "draft";
        tags?: string[];
    }
    Index

    Properties

    content: string
    description?: string
    name: string
    state?: "active" | "draft"
    tags?: string[]