Docusign · Capability

DocuSign REST API — TemplateResponsiveHtmlPreview

DocuSign REST API — TemplateResponsiveHtmlPreview. 1 operations. Lead operation: TemplateResponsiveHtmlPreview. Self-contained Naftiko capability covering one Docusign business surface.

Run with Naftiko DocusignTemplateResponsiveHtmlPreview

What You Can Do

POST
Responsivehtmlposttemplateresponsivehtmlpreview — responsivehtmlposttemplateresponsivehtmlpreview
/v1/v2/accounts/{accountid}/templates/{templateid}/responsive-html-preview

MCP Tools

responsivehtmlposttemplateresponsivehtmlpreview

responsivehtmlposttemplateresponsivehtmlpreview

Capability Spec

docusign-templateresponsivehtmlpreview.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: DocuSign REST API — TemplateResponsiveHtmlPreview
  description: 'DocuSign REST API — TemplateResponsiveHtmlPreview. 1 operations. Lead operation: TemplateResponsiveHtmlPreview.
    Self-contained Naftiko capability covering one Docusign business surface.'
  tags:
  - Docusign
  - TemplateResponsiveHtmlPreview
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    DOCUSIGN_API_KEY: DOCUSIGN_API_KEY
capability:
  consumes:
  - type: http
    namespace: docusign-templateresponsivehtmlpreview
    baseUri: https://www.docusign.net/restapi
    description: DocuSign REST API — TemplateResponsiveHtmlPreview business capability. Self-contained, no shared references.
    resources:
    - name: v2-accounts-accountId-templates-templateId-responsive_html_preview
      path: /v2/accounts/{accountId}/templates/{templateId}/responsive_html_preview
      operations:
      - name: responsivehtmlposttemplateresponsivehtmlpreview
        method: POST
        description: ''
        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-templateresponsivehtmlpreview-rest
    port: 8080
    description: REST adapter for DocuSign REST API — TemplateResponsiveHtmlPreview. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/v2/accounts/{accountid}/templates/{templateid}/responsive-html-preview
      name: v2-accounts-accountid-templates-templateid-responsive-html-preview
      description: REST surface for v2-accounts-accountId-templates-templateId-responsive_html_preview.
      operations:
      - method: POST
        name: responsivehtmlposttemplateresponsivehtmlpreview
        description: responsivehtmlposttemplateresponsivehtmlpreview
        call: docusign-templateresponsivehtmlpreview.responsivehtmlposttemplateresponsivehtmlpreview
        with:
          accountId: rest.accountId
          templateId: rest.templateId
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: docusign-templateresponsivehtmlpreview-mcp
    port: 9090
    transport: http
    description: MCP adapter for DocuSign REST API — TemplateResponsiveHtmlPreview. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: responsivehtmlposttemplateresponsivehtmlpreview
      description: responsivehtmlposttemplateresponsivehtmlpreview
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: docusign-templateresponsivehtmlpreview.responsivehtmlposttemplateresponsivehtmlpreview
      with:
        accountId: tools.accountId
        templateId: tools.templateId
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.