Skip to content

Commit 8dff0ae

Browse files
committed
added manifest file
1 parent ba10a8a commit 8dff0ae

File tree

1 file changed

+45
-0
lines changed

1 file changed

+45
-0
lines changed

manifest/CodeExamplesManifest.json

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2735,6 +2735,51 @@
27352735
]
27362736
}
27372737
]
2738+
},
2739+
{
2740+
"Name": "ConnectedFields",
2741+
"Groups": [
2742+
{
2743+
"Name": "Connected Fields",
2744+
"Examples":[
2745+
{
2746+
"ExampleNumber": 1,
2747+
"ExampleName": "Set connected fields",
2748+
"ExampleDescription": "Demonstrates how to use an extension app to verify the fields in the document.",
2749+
"LinksToAPIMethod":[
2750+
{
2751+
"Path":"https://developers.docusign.com/docs/esign-rest-api/reference/envelopes/envelopes/create/",
2752+
"PathName":"Envelopes:create"
2753+
}
2754+
],
2755+
"Forms": [
2756+
{
2757+
"Inputs": [
2758+
{
2759+
"InputName": "Signer Email",
2760+
"InputPlaceholder": "[email protected]"
2761+
},
2762+
{
2763+
"InputName": "Signer Name",
2764+
"InputPlaceholder": "Pat Johnson"
2765+
},
2766+
{
2767+
"InputName": "Extension app for verification"
2768+
}
2769+
]
2770+
}
2771+
],
2772+
"ResultsPageText": "The envelope has been created and sent!<br />Envelope ID {0}.!<br />When signing the envelope, ensure the connection to your data verification extension app is active.",
2773+
"AdditionalPage":[
2774+
{
2775+
"Name":"no_verification_app",
2776+
"ResultsPageText":"No data verification were found in the account. Please install a data verification app.<br />You can install a phone number verification extension app by copying the following link to your browser: <a href=\"https://apps.docusign.com/app-center/app/d16f398f-8b9a-4f94-b37c-af6f9c910c04\">https://apps.docusign.com/app-center/app/d16f398f-8b9a-4f94-b37c-af6f9c910c04</a>"
2777+
}
2778+
]
2779+
}
2780+
]
2781+
}
2782+
]
27382783
}
27392784
]
27402785
}

0 commit comments

Comments
 (0)