Docusign · Capability

DocuSign REST API — TemplateViews

DocuSign REST API — TemplateViews. 1 operations. Lead operation: Docusign Provides a URL to start an edit view of the Template UI. Self-contained Naftiko capability covering one Docusign business surface.

Run with Naftiko DocusignTemplateViews

What You Can Do

POST
Viewsposttemplateeditview — Docusign Provides a URL to start an edit view of the Template UI
/v1/v2/accounts/{accountid}/templates/{templateid}/views/edit

MCP Tools

docusign-provides-url-start-edit

Docusign Provides a URL to start an edit view of the Template UI

Capability Spec

docusign-templateviews.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: DocuSign REST API — TemplateViews
  description: 'DocuSign REST API — TemplateViews. 1 operations. Lead operation: Docusign Provides a URL to start an edit
    view of the Template UI. Self-contained Naftiko capability covering one Docusign business surface.'
  tags:
  - Docusign
  - TemplateViews
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    DOCUSIGN_API_KEY: DOCUSIGN_API_KEY
capability:
  consumes:
  - type: http
    namespace: docusign-templateviews
    baseUri: https://www.docusign.net/restapi
    description: DocuSign REST API — TemplateViews business capability. Self-contained, no shared references.
    resources:
    - name: v2-accounts-accountId-templates-templateId-views-edit
      path: /v2/accounts/{accountId}/templates/{templateId}/views/edit
      operations:
      - name: viewsposttemplateeditview
        method: POST
        description: Docusign Provides a URL to start an edit view of the Template UI
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: accountId
          in: path
          type: string
          description: The external account number (int) or account id GUID.
          required: true
        - name: templateId
          in: path
          type: string
          description: The ID of the template being accessed.
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
  exposes:
  - type: rest
    namespace: docusign-templateviews-rest
    port: 8080
    description: REST adapter for DocuSign REST API — TemplateViews. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/v2/accounts/{accountid}/templates/{templateid}/views/edit
      name: v2-accounts-accountid-templates-templateid-views-edit
      description: REST surface for v2-accounts-accountId-templates-templateId-views-edit.
      operations:
      - method: POST
        name: viewsposttemplateeditview
        description: Docusign Provides a URL to start an edit view of the Template UI
        call: docusign-templateviews.viewsposttemplateeditview
        with:
          accountId: rest.accountId
          templateId: rest.templateId
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: docusign-templateviews-mcp
    port: 9090
    transport: http
    description: MCP adapter for DocuSign REST API — TemplateViews. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: docusign-provides-url-start-edit
      description: Docusign Provides a URL to start an edit view of the Template UI
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: docusign-templateviews.viewsposttemplateeditview
      with:
        accountId: tools.accountId
        templateId: tools.templateId
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.