This is with the Rest api. We're seeing something interesting here with our implementation. I create a composite template for each document in the envelope, so if there were 4 documents, there would be 4 composite templates. Suppose I have 5 documents in my envelope, each with one signing tab. What we are seeing is that when the recipient goes to process the envelope, they need to click 5 times on the signing tab on each document to have the document completely processed. If the envelope had 4 documents, it would be 4 times per signing tab. It seems to be tied in with the number of documents in the envelope. This doesn't sound like behavior we want. What could we be doing wrong?
Here is the JSON being sent:
"compositeTemplates": [
{
"serverTemplates": [
{
"sequence": "1",
"templateId": "15a22617-4525-438c-aaf1-45f8632ba2d1"
}
],
"inlineTemplates": [
{
"sequence": "1",
"recipients": {
"signers": [
{
"name": "BAT SDTwo",
"email": "ashish.dave@gmail.com",
"recipientId": "6116945",
"accessCode": "4792989",
"customFields": [],
"routingOrder": "1",
"note": "",
"roleName": "Customer_SellerName",
"emailNotification": {
"emailSubject": "Please sign the document(s)",
"emailBody": "Hello,\r\n\r\nYour consultant has sent you a new document to view and sign. Please click on the View Documents link below, review the content, and sign the Cartus document. If you have any questions, please contact your consultant.\r\n\r\nThank you!",
"supportedLanguage": "en"
}
},
{
"name": "SpouseF SpouseL",
"email": "ashish.dave@gmail.com",
"recipientId": "6116946",
"accessCode": "4792989",
"customFields": [],
"routingOrder": "2",
"note": "",
"roleName": "Spouse_CoOwnerName",
"emailNotification": {
"emailSubject": "Please sign the document(s)",
"emailBody": "Hello,\r\n\r\nYour consultant has sent you a new document to view and sign. Please click on the View Documents link below, review the content, and sign the Cartus document. If you have any questions, please contact your consultant.\r\n\r\nThank you!",
"supportedLanguage": "en"
}
}
],
"certifiedDeliveries": []
},
}
}
],
"document": {
"documentId": "1",
"name": "e Bookmarks and Tags.pdf",
"fileExtension": ".pdf",
"documentBase64": "[Document:Base64Array]"
}
},
{
"serverTemplates": [
{
"sequence": "2",
"templateId": "15a22617-4525-438c-aaf1-45f8632ba2d1"
}
],
"inlineTemplates": [
{
"sequence": "2",
"recipients": {
"signers": [
{
"name": "BAT SDTwo",
"email": "ashish.dave@gmail.com",
"recipientId": "6116945",
"accessCode": "4792989",
"customFields": [],
"routingOrder": "1",
"note": "",
"roleName": "Customer_SellerName",
"emailNotification": {
"emailSubject": "Please sign the document(s)",
"emailBody": "Hello,\r\n\r\nYour consultant has sent you a new document to view and sign. Please click on the View Documents link below, review the content, and sign the Cartus document. If you have any questions, please contact your consultant.\r\n\r\nThank you!",
"supportedLanguage": "en"
}
},
{
"name": "SpouseF SpouseL",
"email": "ashish.dave@gmail.com",
"recipientId": "6116946",
"accessCode": "4792989",
"customFields": [],
"routingOrder": "2",
"note": "",
"roleName": "Spouse_CoOwnerName",
"emailNotification": {
"emailSubject": "Please sign the document(s)",
"emailBody": "Hello,\r\n\r\nYour consultant has sent you a new document to view and sign. Please click on the View Documents link below, review the content, and sign the Cartus document. If you have any questions, please contact your consultant.\r\n\r\nThank you!",
"supportedLanguage": "en"
}
}
],
"certifiedDeliveries": []
},
}
],
"document": {
"documentId": "2",
"name": "e Bookmarks and Tags II.pdf",
"fileExtension": ".pdf",
"documentBase64": "[Document:Base64Array]"
}
},
{
"serverTemplates": [
{
"sequence": "3",
"templateId": "15a22617-4525-438c-aaf1-45f8632ba2d1"
}
],
"inlineTemplates": [
{
"sequence": "3",
"recipients": {
"signers": [
{
"name": "BAT SDTwo",
"email": "ashish.dave@gmail.com",
"recipientId": "6116945",
"accessCode": "4792989",
"customFields": [],
"routingOrder": "1",
"note": "",
"roleName": "Customer_SellerName",
"emailNotification": {
"emailSubject": "Please sign the document(s)",
"emailBody": "Hello,\r\n\r\nYour consultant has sent you a new document to view and sign. Please click on the View Documents link below, review the content, and sign the Cartus document. If you have any questions, please contact your consultant.\r\n\r\nThank you!",
"supportedLanguage": "en"
}
},
{
"name": "SpouseF SpouseL",
"email": "ashish.dave@gmail.com",
"recipientId": "6116946",
"accessCode": "4792989",
"customFields": [],
"routingOrder": "2",
"note": "",
"roleName": "Spouse_CoOwnerName",
"emailNotification": {
"emailSubject": "Please sign the document(s)",
"emailBody": "Hello,\r\n\r\nYour consultant has sent you a new document to view and sign. Please click on the View Documents link below, review the content, and sign the Cartus document. If you have any questions, please contact your consultant.\r\n\r\nThank you!",
"supportedLanguage": "en"
}
}
],
"certifiedDeliveries": []
},
}
],
"document": {
"documentId": "3",
"name": "e Bookmarks and Tags Embedded.pdf",
"fileExtension": ".pdf",
"documentBase64": "[Document:Base64Array]"
}
},
{
"serverTemplates": [
{
"sequence": "4",
"templateId": "15a22617-4525-438c-aaf1-45f8632ba2d1"
}
],
"inlineTemplates": [
{
"sequence": "4",
"recipients": {
"signers": [
{
"name": "BAT SDTwo",
"email": "ashish.dave@gmail.com",
"recipientId": "6116945",
"accessCode": "4792989",
"customFields": [],
"routingOrder": "1",
"note": "",
"roleName": "Customer_SellerName",
"emailNotification": {
"emailSubject": "Please sign the document(s)",
"emailBody": "Hello,\r\n\r\nYour consultant has sent you a new document to view and sign. Please click on the View Documents link below, review the content, and sign the Cartus document. If you have any questions, please contact your consultant.\r\n\r\nThank you!",
"supportedLanguage": "en"
}
},
{
"name": "SpouseF SpouseL",
"email": "ashish.dave@gmail.com",
"recipientId": "6116946",
"accessCode": "4792989",
"customFields": [],
"routingOrder": "2",
"note": "",
"roleName": "Spouse_CoOwnerName",
"emailNotification": {
"emailSubject": "Please sign the document(s)",
"emailBody": "Hello,\r\n\r\nYour consultant has sent you a new document to view and sign. Please click on the View Documents link below, review the content, and sign the Cartus document. If you have any questions, please contact your consultant.\r\n\r\nThank you!",
"supportedLanguage": "en"
}
}
],
"certifiedDeliveries": []
},
}
],
"document": {
"documentId": "4",
"name": "e Static.pdf",
"fileExtension": ".pdf",
"documentBase64": "[Document:Base64Array]"
}
},
{
"serverTemplates": [
{
"sequence": "5",
"templateId": "15a22617-4525-438c-aaf1-45f8632ba2d1"
}
],
"inlineTemplates": [
{
"sequence": "5",
"recipients": {
"signers": [
{
"name": "BAT SDTwo",
"email": "ashish.dave@gmail.com",
"recipientId": "6116945",
"accessCode": "4792989",
"customFields": [],
"routingOrder": "1",
"note": "",
"roleName": "Customer_SellerName",
"emailNotification": {
"emailSubject": "Please sign the document(s)",
"emailBody": "Hello,\r\n\r\nYour consultant has sent you a new document to view and sign. Please click on the View Documents link below, review the content, and sign the Cartus document. If you have any questions, please contact your consultant.\r\n\r\nThank you!",
"supportedLanguage": "en"
}
},
{
"name": "SpouseF SpouseL",
"email": "ashish.dave@gmail.com",
"recipientId": "6116946",
"accessCode": "4792989",
"customFields": [],
"routingOrder": "2",
"note": "",
"roleName": "Spouse_CoOwnerName",
"emailNotification": {
"emailSubject": "Please sign the document(s)",
"emailBody": "Hello,\r\n\r\nYour consultant has sent you a new document to view and sign. Please click on the View Documents link below, review the content, and sign the Cartus document. If you have any questions, please contact your consultant.\r\n\r\nThank you!",
"supportedLanguage": "en"
}
}
],
"certifiedDeliveries": []
},
}
],
"document": {
"documentId": "5",
"name": "e Static II.pdf",
"fileExtension": ".pdf",
"documentBase64": "[Document:Base64Array]"
}
},
{
"serverTemplates": [
{
"sequence": "6",
"templateId": "15a22617-4525-438c-aaf1-45f8632ba2d1"
}
],
"inlineTemplates": [
{
"sequence": "6",
"recipients": {
"signers": [
{
"name": "BAT SDTwo",
"email": "ashish.dave@gmail.com",
"recipientId": "6116945",
"accessCode": "4792989",
"customFields": [],
"routingOrder": "1",
"note": "",
"roleName": "Customer_SellerName",
"emailNotification": {
"emailSubject": "Please sign the document(s)",
"emailBody": "Hello,\r\n\r\nYour consultant has sent you a new document to view and sign. Please click on the View Documents link below, review the content, and sign the Cartus document. If you have any questions, please contact your consultant.\r\n\r\nThank you!",
"supportedLanguage": "en"
}
},
{
"name": "SpouseF SpouseL",
"email": "ashish.dave@gmail.com",
"recipientId": "6116946",
"accessCode": "4792989",
"customFields": [],
"routingOrder": "2",
"note": "",
"roleName": "Spouse_CoOwnerName",
"emailNotification": {
"emailSubject": "Please sign the document(s)",
"emailBody": "Hello,\r\n\r\nYour consultant has sent you a new document to view and sign. Please click on the View Documents link below, review the content, and sign the Cartus document. If you have any questions, please contact your consultant.\r\n\r\nThank you!",
"supportedLanguage": "en"
}
}
],
"certifiedDeliveries": []
},
}
],
"document": {
"documentId": "6",
"name": "e Static Embedded.pdf",
"fileExtension": ".pdf",
"documentBase64": "[Document:Base64Array]"
}
}
],