Auth0 · Capability

Auth0 Management API — Email Templates

Auth0 Management API capability covering the Email Templates resource group (2 paths). Self-contained Naftiko capability covering one Auth0 Management surface. 4 operations.

Auth0 Management API — Email Templates is a Naftiko capability published by Auth0, one of 68 capabilities the APIs.io network indexes for this provider.

Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Tagged areas include Auth0, Management API, and Email Templates.

Run with Naftiko Auth0Management APIEmail Templates

Capability Spec

auth0-management-email-templates.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: "Auth0 Management API \u2014 Email Templates"
  description: Auth0 Management API capability covering the Email Templates resource group (2 paths). Self-contained Naftiko capability covering
    one Auth0 Management surface. 4 operations.
  tags:
  - Auth0
  - Management API
  - Email Templates
  created: '2026-05-22'
  modified: '2026-05-22'
binds:
- namespace: env
  keys:
    AUTH0_DOMAIN: AUTH0_DOMAIN
    AUTH0_MGMT_TOKEN: AUTH0_MGMT_TOKEN
capability:
  consumes:
  - type: http
    namespace: auth0-management-email-templates
    baseUri: https://{AUTH0_DOMAIN}/api/v2
    description: "Auth0 Management API \u2014 Email Templates resource group. Self-contained."
    resources:
    - name: email-templates
      path: /email-templates
      operations:
      - name: post_email-templates
        method: POST
        description: Create an Email Template
        outputRawFormat: json
    - name: email-templates-templateName
      path: /email-templates/{templateName}
      operations:
      - name: get_email-templates_by_templateName
        method: GET
        description: Get an Email Template
        outputRawFormat: json
      - name: patch_email-templates_by_templateName
        method: PATCH
        description: Patch an Email Template
        outputRawFormat: json
      - name: put_email-templates_by_templateName
        method: PUT
        description: Update an Email Template
        outputRawFormat: json