> ## Documentation Index
> Fetch the complete documentation index at: https://developers.heymarket.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Template operations

> Use the split template operation pages for generated request and response details.

Template endpoints are split into one page per operation so the OpenAPI specification owns request fields, response fields, and examples.

<CardGroup cols={2}>
  <Card title="List templates" icon="list" href="/api-reference/templates/list">
    Paginate templates in your team.
  </Card>

  <Card title="Create template" icon="plus" href="/api-reference/templates/create">
    Create a reusable message template.
  </Card>

  <Card title="Get template" icon="search" href="/api-reference/templates/get">
    Retrieve one template by ID.
  </Card>

  <Card title="Update template" icon="pencil" href="/api-reference/templates/update">
    Update template content or metadata.
  </Card>

  <Card title="Delete template" icon="trash" href="/api-reference/templates/delete">
    Delete a template by ID.
  </Card>
</CardGroup>
