freshworks · Capability

Freshworks Freshdesk API — Email Configs

Freshworks Freshdesk API — Email Configs. 1 operations. Lead operation: List all email configurations. Self-contained Naftiko capability covering one Freshworks business surface.

Run with Naftiko FreshworksEmail Configs

What You Can Do

GET
Listemailconfigs — List all email configurations
/v1/email-configs

MCP Tools

list-all-email-configurations

List all email configurations

read-only idempotent

Capability Spec

freshdesk-email-configs.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Freshworks Freshdesk API — Email Configs
  description: 'Freshworks Freshdesk API — Email Configs. 1 operations. Lead operation: List all email configurations. Self-contained
    Naftiko capability covering one Freshworks business surface.'
  tags:
  - Freshworks
  - Email Configs
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    FRESHWORKS_API_KEY: FRESHWORKS_API_KEY
capability:
  consumes:
  - type: http
    namespace: freshdesk-email-configs
    baseUri: https://{domain}.freshdesk.com/api/v2
    description: Freshworks Freshdesk API — Email Configs business capability. Self-contained, no shared references.
    resources:
    - name: email_configs
      path: /email_configs
      operations:
      - name: listemailconfigs
        method: GET
        description: List all email configurations
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: basic
      username: '{{env.FRESHWORKS_USER}}'
      password: '{{env.FRESHWORKS_PASS}}'
  exposes:
  - type: rest
    namespace: freshdesk-email-configs-rest
    port: 8080
    description: REST adapter for Freshworks Freshdesk API — Email Configs. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/email-configs
      name: email-configs
      description: REST surface for email_configs.
      operations:
      - method: GET
        name: listemailconfigs
        description: List all email configurations
        call: freshdesk-email-configs.listemailconfigs
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: freshdesk-email-configs-mcp
    port: 9090
    transport: http
    description: MCP adapter for Freshworks Freshdesk API — Email Configs. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: list-all-email-configurations
      description: List all email configurations
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: freshdesk-email-configs.listemailconfigs
      outputParameters:
      - type: object
        mapping: $.