複合テンプレートから対面署名セッションを作成しているときに問題が発生しました。
ドキュメントを直接埋め込む他の API 呼び出しと同じ手順に従って署名者を識別しますが、この場合、署名者が署名プロセスを終了し、完成したドキュメントを送信する電子メールを求められると、 API 提供の signerEmail オブジェクトで自動入力されません。
JSON は次のとおりです。
{
"status": "sent",
"compositeTemplates": [{
"serverTemplates": [{
"sequence": "1",
"templateId": "a6c1a9b2-xxxx-xxxx-xxxx-3f8efef01946"
}
],
"inlineTemplates": [{
"sequence": "1",
"recipients": {
"inPersonSigners": [{
"name": "Lilly Test",
"email": "liltest@company.com",
"hostEmail": "liltest@company.com",
"hostName": "Lilly Test",
"signerName": "Yakue Holguín",
"signerEmail": "yholguin@autofill.com",
"roleName": "Signer 1",
"recipientId": "1",
"clientUserId": "1000",
"routingOrder": "1",
"emailNotification": {
"emailSubject": "Contract for live in person signature attached. Host: Lilly Test",
"emailBody": "Contract for live in person signature attached. Host: Lilly Test",
"supportedLanguage": "fr"
},
"requireIdLookUp": "true",
"idCheckConfigurationName": "SMS Auth $",
"smsAuthentication": {
"senderProvidedNumbers": ["+376342078", "+33672793567", "+34696463366"]
}
}
],
"signers": [{
"name": "John Test",
"email": "jtest@company.com",
"emailNotification": {
"emailSubject": "Contract for live in person signature attached. Host: Lilly Test",
"emailBody": "Contract for live in person signature attached. Host: Lilly Test",
"supportedLanguage": "en"
},
"roleName": "Signer 2",
"routingOrder": "2",
"recipientId": "2"
}, {
"name": "Mary Test",
"email": "mtest@company.com",
"emailNotification": {
"emailSubject": "Contract for live in person signature attached. Host: Lilly Test",
"emailBody": "Contract for live in person signature attached. Host: Lilly Test",
"supportedLanguage": "en"
},
"roleName": "Signer 3",
"routingOrder": "2",
"recipientId": "3"
}
]
},
"customFields": {
"textCustomFields": [{
"value": "8009E000000JQl2QAG",
"required": "false",
"show": "false",
"name": "##SFContract"
}
]
},
}
]
}
],
"eventNotification": {
"RecipientEvents": [{
"recipientEventStatusCode": "Completed"
}, {
"recipientEventStatusCode": "sent"
}, {
"recipientEventStatusCode": "delivered"
}, {
"recipientEventStatusCode": "declined"
}
],
"EnvelopeEvents": [{
"envelopeEventStatusCode": "Delivered"
}, {
"envelopeEventStatusCode": "completed"
}, {
"envelopeEventStatusCode": "sent"
}, {
"envelopeEventStatusCode": "Declined"
}
]
}
}
複合テンプレートを使用すると機能が異なりますか、それとも最終的な「完成したドキュメントを送信」または「印刷」オートフィルに関して何か不足していますか?
ありがとう!