ghl_email_builder_template_get
Retrieve email templates by location ID using the Legacy Email Builder API (2021-era). Supports pagination, search, filtering by name, archived status, and builder version.
Instructions
Legacy 'Email Builder' template API (2021-era, distinct from the v3 template family below — different data model, not interchangeable). Fetch email templates Fetch email templates by location id Endpoint: GET /emails/builder (Version header: 2021-07-28; source: emails.json) OAuth scopes: emails/builder.readonly Pagination params: limit, offset — pass them to page through full result sets.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| limit | No | ||
| offset | No | ||
| search | No | ||
| archived | No | ||
| originId | No | ||
| parentId | No | ||
| locationId | Yes | ||
| sortByDate | No | desc | |
| templatesOnly | No | ||
| builderVersion | No | 2 |