Create a new PublicTemplates instance.
Function for making API requests
Get a single public template by its URL slug. Use this for templates discovered via list.
The URL slug of the template (e.g. "12289-add-webhook-data-to-a-google-sheet")
Optional parameters for field selection
Promise with the public template details
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.
The URL slug of the template (e.g. "12289-add-webhook-data-to-a-google-sheet")
Promise with the full blueprint response
List public (approved) templates available for anyone. Supports name-based search for template discovery. Results are sorted by usage in descending order by default.
Optional parameters for searching, filtering, and pagination
Promise with the list of public templates
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.