@makehq/sdk
    Preparing search index...

    Class PublicTemplates

    Class providing methods for working with public Make templates. Public templates are approved scenario configurations that can be discovered and used by any Make user.

    Index

    Constructors

    Methods

    Constructors

    Methods

    • Get the blueprint (scenario definition) for a public template by its URL slug. The full response object is returned directly since the API returns a flat structure rather than wrapping the blueprint in a named property.

      Parameters

      • templateUrl: string

        The URL slug of the template (e.g. "12289-add-webhook-data-to-a-google-sheet")

      Returns Promise<PublicTemplateBlueprint>

      Promise with the full blueprint response

      const blueprint = await make.publicTemplates.getBlueprint('12289-add-webhook-data-to-a-google-sheet');