naftiko: 1.0.0-alpha2 info: label: DocuSign REST API — ConnectEvents description: 'DocuSign REST API — ConnectEvents. 8 operations. Lead operation: Docusign Republishes Connect information for multiple envelopes.. Self-contained Naftiko capability covering one Docusign business surface.' tags: - Docusign - ConnectEvents created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: DOCUSIGN_API_KEY: DOCUSIGN_API_KEY capability: consumes: - type: http namespace: docusign-connectevents baseUri: https://www.docusign.net/restapi description: DocuSign REST API — ConnectEvents business capability. Self-contained, no shared references. resources: - name: v2-accounts-accountId-connect-envelopes-retry_queue path: /v2/accounts/{accountId}/connect/envelopes/retry_queue operations: - name: connectpublishputconnectretry method: PUT description: Docusign Republishes Connect information for multiple envelopes. 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: body in: body type: object description: Request body (JSON). required: false - name: v2-accounts-accountId-connect-envelopes-envelopeId-retry_queue path: /v2/accounts/{accountId}/connect/envelopes/{envelopeId}/retry_queue operations: - name: connectpublishputconnectretrybyenvelope method: PUT description: Docusign Republishes Connect information for the specified envelope. 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: envelopeId in: path type: string description: The envelope's GUID. Eg 93be49ab-afa0-4adf-933c-f752070d71ec required: true - name: v2-accounts-accountId-connect-failures path: /v2/accounts/{accountId}/connect/failures operations: - name: connectfailuresgetconnectlogs method: GET description: Docusign Gets the Connect failure log information. 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: from_date in: query type: string description: Start of the search date range. Only returns templates created on or after this date/time. If no value is specified, there is no limit on the earliest date crea - name: to_date in: query type: string description: End of the search date range. Only returns templates created up to this date/time. If no value is provided, this defaults to the current date. - name: v2-accounts-accountId-connect-failures-failureId path: /v2/accounts/{accountId}/connect/failures/{failureId} operations: - name: connectfailuresdeleteconnectfailurelog method: DELETE description: Docusign Deletes a Connect failure log entry. 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: failureId in: path type: string description: The ID of the failed connect log entry. required: true - name: v2-accounts-accountId-connect-logs path: /v2/accounts/{accountId}/connect/logs operations: - name: connectloggetconnectlogs method: GET description: Docusign Gets the Connect log. 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: from_date in: query type: string description: Start of the search date range. Only returns templates created on or after this date/time. If no value is specified, there is no limit on the earliest date crea - name: to_date in: query type: string description: End of the search date range. Only returns templates created up to this date/time. If no value is provided, this defaults to the current date. - name: connectlogdeleteconnectlogs method: DELETE description: Docusign Gets a list of Connect log entries. 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: v2-accounts-accountId-connect-logs-logId path: /v2/accounts/{accountId}/connect/logs/{logId} operations: - name: connectloggetconnectlog method: GET description: Docusign Get the specified Connect log entry. 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: logId in: path type: string description: The ID of the connect log entry required: true - name: additional_info in: query type: string description: When true, the connectDebugLog information is included in the response. - name: connectlogdeleteconnectlog method: DELETE description: Docusign Deletes a specified Connect log entry. 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: logId in: path type: string description: The ID of the connect log entry required: true exposes: - type: rest namespace: docusign-connectevents-rest port: 8080 description: REST adapter for DocuSign REST API — ConnectEvents. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/v2/accounts/{accountid}/connect/envelopes/retry-queue name: v2-accounts-accountid-connect-envelopes-retry-queue description: REST surface for v2-accounts-accountId-connect-envelopes-retry_queue. operations: - method: PUT name: connectpublishputconnectretry description: Docusign Republishes Connect information for multiple envelopes. call: docusign-connectevents.connectpublishputconnectretry with: accountId: rest.accountId body: rest.body outputParameters: - type: object mapping: $. - path: /v1/v2/accounts/{accountid}/connect/envelopes/{envelopeid}/retry-queue name: v2-accounts-accountid-connect-envelopes-envelopeid-retry-queue description: REST surface for v2-accounts-accountId-connect-envelopes-envelopeId-retry_queue. operations: - method: PUT name: connectpublishputconnectretrybyenvelope description: Docusign Republishes Connect information for the specified envelope. call: docusign-connectevents.connectpublishputconnectretrybyenvelope with: accountId: rest.accountId envelopeId: rest.envelopeId outputParameters: - type: object mapping: $. - path: /v1/v2/accounts/{accountid}/connect/failures name: v2-accounts-accountid-connect-failures description: REST surface for v2-accounts-accountId-connect-failures. operations: - method: GET name: connectfailuresgetconnectlogs description: Docusign Gets the Connect failure log information. call: docusign-connectevents.connectfailuresgetconnectlogs with: accountId: rest.accountId from_date: rest.from_date to_date: rest.to_date outputParameters: - type: object mapping: $. - path: /v1/v2/accounts/{accountid}/connect/failures/{failureid} name: v2-accounts-accountid-connect-failures-failureid description: REST surface for v2-accounts-accountId-connect-failures-failureId. operations: - method: DELETE name: connectfailuresdeleteconnectfailurelog description: Docusign Deletes a Connect failure log entry. call: docusign-connectevents.connectfailuresdeleteconnectfailurelog with: accountId: rest.accountId failureId: rest.failureId outputParameters: - type: object mapping: $. - path: /v1/v2/accounts/{accountid}/connect/logs name: v2-accounts-accountid-connect-logs description: REST surface for v2-accounts-accountId-connect-logs. operations: - method: GET name: connectloggetconnectlogs description: Docusign Gets the Connect log. call: docusign-connectevents.connectloggetconnectlogs with: accountId: rest.accountId from_date: rest.from_date to_date: rest.to_date outputParameters: - type: object mapping: $. - method: DELETE name: connectlogdeleteconnectlogs description: Docusign Gets a list of Connect log entries. call: docusign-connectevents.connectlogdeleteconnectlogs with: accountId: rest.accountId outputParameters: - type: object mapping: $. - path: /v1/v2/accounts/{accountid}/connect/logs/{logid} name: v2-accounts-accountid-connect-logs-logid description: REST surface for v2-accounts-accountId-connect-logs-logId. operations: - method: GET name: connectloggetconnectlog description: Docusign Get the specified Connect log entry. call: docusign-connectevents.connectloggetconnectlog with: accountId: rest.accountId logId: rest.logId additional_info: rest.additional_info outputParameters: - type: object mapping: $. - method: DELETE name: connectlogdeleteconnectlog description: Docusign Deletes a specified Connect log entry. call: docusign-connectevents.connectlogdeleteconnectlog with: accountId: rest.accountId logId: rest.logId outputParameters: - type: object mapping: $. - type: mcp namespace: docusign-connectevents-mcp port: 9090 transport: http description: MCP adapter for DocuSign REST API — ConnectEvents. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: docusign-republishes-connect-information-multiple description: Docusign Republishes Connect information for multiple envelopes. hints: readOnly: false destructive: false idempotent: true call: docusign-connectevents.connectpublishputconnectretry with: accountId: tools.accountId body: tools.body outputParameters: - type: object mapping: $. - name: docusign-republishes-connect-information-specified description: Docusign Republishes Connect information for the specified envelope. hints: readOnly: false destructive: false idempotent: true call: docusign-connectevents.connectpublishputconnectretrybyenvelope with: accountId: tools.accountId envelopeId: tools.envelopeId outputParameters: - type: object mapping: $. - name: docusign-gets-connect-failure-log description: Docusign Gets the Connect failure log information. hints: readOnly: true destructive: false idempotent: true call: docusign-connectevents.connectfailuresgetconnectlogs with: accountId: tools.accountId from_date: tools.from_date to_date: tools.to_date outputParameters: - type: object mapping: $. - name: docusign-deletes-connect-failure-log description: Docusign Deletes a Connect failure log entry. hints: readOnly: false destructive: true idempotent: true call: docusign-connectevents.connectfailuresdeleteconnectfailurelog with: accountId: tools.accountId failureId: tools.failureId outputParameters: - type: object mapping: $. - name: docusign-gets-connect-log description: Docusign Gets the Connect log. hints: readOnly: true destructive: false idempotent: true call: docusign-connectevents.connectloggetconnectlogs with: accountId: tools.accountId from_date: tools.from_date to_date: tools.to_date outputParameters: - type: object mapping: $. - name: docusign-gets-list-connect-log description: Docusign Gets a list of Connect log entries. hints: readOnly: false destructive: true idempotent: true call: docusign-connectevents.connectlogdeleteconnectlogs with: accountId: tools.accountId outputParameters: - type: object mapping: $. - name: docusign-get-specified-connect-log description: Docusign Get the specified Connect log entry. hints: readOnly: true destructive: false idempotent: true call: docusign-connectevents.connectloggetconnectlog with: accountId: tools.accountId logId: tools.logId additional_info: tools.additional_info outputParameters: - type: object mapping: $. - name: docusign-deletes-specified-connect-log description: Docusign Deletes a specified Connect log entry. hints: readOnly: false destructive: true idempotent: true call: docusign-connectevents.connectlogdeleteconnectlog with: accountId: tools.accountId logId: tools.logId outputParameters: - type: object mapping: $.