Auth0 · Capability

Auth0 Management API — Emails

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

Auth0 Management API — Emails 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 Emails.

Run with Naftiko Auth0Management APIEmails

Capability Spec

auth0-management-emails.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: "Auth0 Management API \u2014 Emails"
  description: Auth0 Management API capability covering the Emails resource group (1 paths). Self-contained Naftiko capability covering one Auth0
    Management surface. 4 operations.
  tags:
  - Auth0
  - Management API
  - Emails
  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-emails
    baseUri: https://{AUTH0_DOMAIN}/api/v2
    description: "Auth0 Management API \u2014 Emails resource group. Self-contained."
    resources:
    - name: emails-provider
      path: /emails/provider
      operations:
      - name: get_provider
        method: GET
        description: Get Email Provider
        outputRawFormat: json
      - name: delete_provider
        method: DELETE
        description: Delete Email Provider
        outputRawFormat: json
      - name: patch_provider
        method: PATCH
        description: Update Email Provider
        outputRawFormat: json
      - name: post_provider
        method: POST
        description: Configure Email Provider
        outputRawFormat: json