Java 在docusignrestapi中,当创建信封时,它总是发送到除包含json的邮件之外的其他邮件?

Java 在docusignrestapi中,当创建信封时,它总是发送到除包含json的邮件之外的其他邮件?,java,docusignapi,Java,Docusignapi,在docusignapi中创建信封的post请求 {{accountId}}/信封 请求Json对象: { "enableResponsiveChoice": true, "emailSubject": "Guuu", "envelopeId": "02c73303-704c-485d-b30f-c6cae3adfa6c", "autoNavigation": true, "status": "sent", "workflow": { "currentWorkfl

docusign
api中创建信封的post请求

{{accountId}}/信封

请求Json对象:

{
  "enableResponsiveChoice": true,
  "emailSubject": "Guuu",
  "envelopeId": "02c73303-704c-485d-b30f-c6cae3adfa6c",
  "autoNavigation": true,
  "status": "sent",
  "workflow": {
    "currentWorkflowStepId": "",
    "workflowSteps": []
  },
  "signingLocation": "online",
  "allowMarkup": false,
  "createdDateTime": "2019-05-28T06:31:03.150Z",
  "lastModifiedDateTime": "2019-05-28T06:31:03.150Z",
  "statusChangedDateTime": "2019-05-28T06:31:03.150Z",
  "expireEnabled": "true",
  "expireAfter": "120",
  "envelopeIdStamping": true,
  "signerCanSignOnMobile": "true",
  "isSignatureProviderEnvelope": true,
  "allowComments": true,
  "hasComments": false,
  "allowViewHistory": "true",
  "envelopeMetadata": {
    "allowAdvancedCorrect": "true",
    "enableSignWithNotary": "false",
    "allowCorrect": "true"
  },
  "envelopeLocation": "current_site",
  "isDynamicEnvelope": "true",
  "recipients": {
    "signers": [
      {
        "name": "shailesh",
        "email": "shaileshbhurle1221@gmail.com",
        "recipientId": "6",
        "tabs": {
          "signHereTabs": [
            {
              "xPosition": "150",
              "yPosition": "200",
              "documentId": "1",
              "pageNumber": "1"
            }
          ]
        }
      }
    ]
  }
}
{
    "envelopeId": "e88f7f69-34e0-4bfa-b6bf-ce443073f3d6",
    "uri": "/envelopes/e88f7f69-34e0-4bfa-b6bf-ce443073f3d6",
    "statusDateTime": "2019-05-28T19:51:53.0100000Z",
    "status": "sent"
}
响应对象:

{
  "enableResponsiveChoice": true,
  "emailSubject": "Guuu",
  "envelopeId": "02c73303-704c-485d-b30f-c6cae3adfa6c",
  "autoNavigation": true,
  "status": "sent",
  "workflow": {
    "currentWorkflowStepId": "",
    "workflowSteps": []
  },
  "signingLocation": "online",
  "allowMarkup": false,
  "createdDateTime": "2019-05-28T06:31:03.150Z",
  "lastModifiedDateTime": "2019-05-28T06:31:03.150Z",
  "statusChangedDateTime": "2019-05-28T06:31:03.150Z",
  "expireEnabled": "true",
  "expireAfter": "120",
  "envelopeIdStamping": true,
  "signerCanSignOnMobile": "true",
  "isSignatureProviderEnvelope": true,
  "allowComments": true,
  "hasComments": false,
  "allowViewHistory": "true",
  "envelopeMetadata": {
    "allowAdvancedCorrect": "true",
    "enableSignWithNotary": "false",
    "allowCorrect": "true"
  },
  "envelopeLocation": "current_site",
  "isDynamicEnvelope": "true",
  "recipients": {
    "signers": [
      {
        "name": "shailesh",
        "email": "shaileshbhurle1221@gmail.com",
        "recipientId": "6",
        "tabs": {
          "signHereTabs": [
            {
              "xPosition": "150",
              "yPosition": "200",
              "documentId": "1",
              "pageNumber": "1"
            }
          ]
        }
      }
    ]
  }
}
{
    "envelopeId": "e88f7f69-34e0-4bfa-b6bf-ce443073f3d6",
    "uri": "/envelopes/e88f7f69-34e0-4bfa-b6bf-ce443073f3d6",
    "statusDateTime": "2019-05-28T19:51:53.0100000Z",
    "status": "sent"
}
它的信封不会发送到shaileshbhurle1221@gmail.com否则它会发送到其他邮件id。但是为什么呢?

在请求Json中: { .. “信封ID”:” }
这意味着信封已经创建,并且电子邮件被锁定为该特定信封Id,这就是它发送到其他邮件Id而不是XXXXXXXXXXX1221@gmail.com.

正确。您不应该在信封::创建呼叫中设置信封ID。感谢您与DocuSignWelcome集成!我有一个问题要问你如何保护DocuSign webhook url。在DocuSign文档中明确指出,在调用webhook url时,它们在消息体中提供消息体和消息头,它们将提供我创建的connect的密钥的散列码。但我仍然没有在消息体中获得任何签名字段。如果我错了,请纠正我。请将您的问题作为StackOverflow中的新问题提问。好的,我问了,请检查一下。如果您的问题有任何问题,我需要澄清