@makehq/sdk
    Preparing search index...

    Type Alias PublicTemplate

    Represents a publicly available approved template in Make. Public templates can be discovered and used by all Make users.

    type PublicTemplate = {
        description: string | null;
        id: number;
        name: string;
        url: string;
        usage: number;
        usedApps: string[];
    }
    Index

    Properties

    description: string | null

    Human-readable description of what the public template does, or null if not set

    id: number

    Unique identifier of the public template

    name: string

    Name of the public template

    url: string

    URL slug identifying this public template

    usage: number

    Number of times this public template has been used

    usedApps: string[]

    List of app identifiers used in the public template