簡體   English   中英

DocuSign信封處於“已創建”狀態,將其存儲在草稿文件夾中,當我單擊“發送”時,收件人將不會收到信封。

[英]DocuSign Envelope in status 'Created' which stores it in draft folder and when I click Send the envelope is not received by the recipient.

DocuSign信封處於“已創建”狀態,將其存儲在草稿文件夾中。 當我單擊“發送”時,收件人未收到信封。 它顯示在“等待他人”中。 這意味着什么? 我的信封請求JSON如下。 獲得信封ID后,我發出POST請求以進行嵌入式簽名,然后獲得在新的SalesForce選項卡中打開的發件人視圖URL。 當我單擊“發送”時,它顯示“成功”消息,但是收件人沒有收到電子郵件。

{
    "status": "created",
    "recipients": {
        "signers": [{
            "tabs": {
                "signHereTabs": [{
                    "yPosition": null,
                    "xPosition": null,
                    "width": "100",
                    "TabLabel": null,
                    "tabid": null,
                    "ScaleValue": null,
                    "required": "TRUE",
                    "RecipientId": "1",
                    "pageNumber": "1",
                    "optional": "false",
                    "Name": null,
                    "fontSize": "Size12",
                    "font": "Calibri",
                    "DocumentId": "1",
                    "anchorYoffset": null,
                    "anchorXOffset": null,
                    "anchorUnits": "pixels",
                    "anchorString": "Applicant Sign Here",
                    "anchorIgnoreIfNotPresent": "true"
                }],
                "initialHereTabs": [{
                    "yPosition": null,
                    "xPosition": null,
                    "width": "100",
                    "TabLabel": null,
                    "tabid": null,
                    "ScaleValue": null,
                    "required": "TRUE",
                    "RequireAll": "FALSE",
                    "RecipientId": "1",
                    "pageNumber": "1",
                    "optional": "false",
                    "Name": null,
                    "fontSize": "Size12",
                    "font": "Calibri",
                    "documentId": "1",
                    "anchorYoffset": null,
                    "anchorXOffset": null,
                    "anchorUnits": "pixels",
                    "anchorString": "Applicant Initial Here",
                    "anchorIgnoreIfNotPresent": "true"
                }],
                "dateSignedTabs": [{
                    "yPosition": null,
                    "xPosition": null,
                    "width": "100",
                    "TabLabel": null,
                    "tabid": null,
                    "ScaleValue": null,
                    "required": "TRUE",
                    "RecipientId": "1",
                    "pageNumber": "1",
                    "Name": null,
                    "fontSize": "Size12",
                    "font": "Calibri",
                    "DocumentId": "1",
                    "anchorYoffset": null,
                    "anchorXOffset": null,
                    "anchorUnits": "pixels",
                    "anchorString": "Applicant Date Signed",
                    "anchorIgnoreIfNotPresent": "true"
                }]
            },
            "routingOrder": null,
            "rolename": null,
            "recipientId": "1",
            "name": "XXXXXXXXX",
            "email": "xyz@gcps.com",
            "clientUserId": "1000"
        }, {
            "tabs": {
                "signHereTabs": [{
                    "yPosition": null,
                    "xPosition": null,
                    "width": "100",
                    "TabLabel": null,
                    "tabid": null,
                    "ScaleValue": null,
                    "required": "TRUE",
                    "RecipientId": "1",
                    "pageNumber": "1",
                    "optional": "false",
                    "Name": null,
                    "fontSize": "Size12",
                    "font": "Calibri",
                    "DocumentId": "1",
                    "anchorYoffset": null,
                    "anchorXOffset": null,
                    "anchorUnits": "pixels",
                    "anchorString": "Guarantor SignHere",
                    "anchorIgnoreIfNotPresent": "true"
                }],
                "initialHereTabs": [{
                    "yPosition": null,
                    "xPosition": null,
                    "width": "100",
                    "TabLabel": null,
                    "tabid": null,
                    "ScaleValue": null,
                    "required": "TRUE",
                    "RequireAll": "FALSE",
                    "RecipientId": "1",
                    "pageNumber": "1",
                    "optional": "false",
                    "Name": null,
                    "fontSize": "Size12",
                    "font": "Calibri",
                    "documentId": "1",
                    "anchorYoffset": null,
                    "anchorXOffset": null,
                    "anchorUnits": "pixels",
                    "anchorString": "Guarantor Initial Here",
                    "anchorIgnoreIfNotPresent": "true"
                }],
                "dateSignedTabs": [{
                    "yPosition": null,
                    "xPosition": null,
                    "width": "100",
                    "TabLabel": null,
                    "tabid": null,
                    "ScaleValue": null,
                    "required": "TRUE",
                    "RecipientId": "1",
                    "pageNumber": "1",
                    "Name": null,
                    "fontSize": "Size12",
                    "font": "Calibri",
                    "DocumentId": "1",
                    "anchorYoffset": null,
                    "anchorXOffset": null,
                    "anchorUnits": "pixels",
                    "anchorString": "Guarantor Date Signed",
                    "anchorIgnoreIfNotPresent": "true"
                }]
            },
            "routingOrder": null,
            "rolename": null,
            "recipientId": "2",
            "name": "XXXXXXXXXTestcase",
            "email": "yyy@gcps.com",
            "clientUserId": "2000"
        }],
        "carbonCopies": [{
            "routingOrder": "11",
            "recipientId": "11",
            "name": "DealerFunding",
            "email": "ggggg@cccc.com"
        }, {
            "routingOrder": "12",
            "recipientId": "12",
            "name": "CURRENt_DSR",
            "email": "tttt@hkhhk.com"
        }, {
            "routingOrder": "13",
            "recipientId": "13",
            "name": "DSR_TEAM_LEAD",
            "email": "JohnDoe@gcpa.com"
        }]
    },
    "messagelock": "false",
    "emailsubject": "Test Subject",
    "emailblurb": "Test Message",
    "documents": [{
        "name": "CodeOfConduct.pdf",
        "documentid": "1",
        "documentBase64": null
    }]
}

您正在指定Signer.ClientUserId ,它指示簽署者是嵌入式收件人 如果您創建不帶ClientUserId參數的信封,電子郵件將發送給簽名者。

對於嵌入式簽名,在創建信封后,您的應用程序將必須調用EnvelopeViews:CreateRecipient並生成簽名URL。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM