You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: manifest/CodeExamplesManifest.json
+65-65Lines changed: 65 additions & 65 deletions
Original file line number
Diff line number
Diff line change
@@ -1860,6 +1860,71 @@
1860
1860
}
1861
1861
]
1862
1862
},
1863
+
{
1864
+
"Name":"Connect",
1865
+
"Groups":[
1866
+
{
1867
+
"Name":"Connect examples",
1868
+
"Examples":[
1869
+
{
1870
+
"ExampleNumber":1,
1871
+
"ExampleName":"Validate HMAC signature",
1872
+
"ExampleDescription":"Demonstrates an example workflow for a client app receiving and validating a webhook (DocuSign Connect) message using HMAC security.",
1873
+
"Forms":[
1874
+
{
1875
+
"Inputs":[
1876
+
{
1877
+
"InputName":"HMAC secret"
1878
+
},
1879
+
{
1880
+
"InputName":"Plain text JSON payload"
1881
+
}
1882
+
]
1883
+
}
1884
+
],
1885
+
"ResultsPageText":"This value should match the value of your x-docusign-signature header: <br/>HMAC signature {0}",
1886
+
"SkipForLanguages":"bash;powershell;java;php"
1887
+
}
1888
+
]
1889
+
}
1890
+
]
1891
+
},
1892
+
{
1893
+
"Name":"WebForms",
1894
+
"Groups":[
1895
+
{
1896
+
"Name":"Web forms",
1897
+
"Examples":[
1898
+
{
1899
+
"ExampleNumber":1,
1900
+
"ExampleName":"Create and embed an instance of a web form",
1901
+
"ExampleDescription":"Creates an instance of a web form and embeds it on an HTML page.",
1902
+
"LinksToAPIMethod":[
1903
+
{
1904
+
"Path":"",
1905
+
"PathName":"WebForms:ListWebForms"
1906
+
},
1907
+
{
1908
+
"Path":"",
1909
+
"PathName":"WebForms:CreateInstance"
1910
+
}
1911
+
],
1912
+
"AdditionalPage":[
1913
+
{
1914
+
"Name":"create_web_form_template",
1915
+
"ResultsPageText":"First the launcher will create a new template in your account that will be used to create the web form."
1916
+
},
1917
+
{
1918
+
"Name":"create_web_form",
1919
+
"ResultsPageText":"Go to your DocuSign account to create the Web Form. Go to 'Forms' in your developer account, select 'New,' and choose 'Upload web form.' Upload the JSON config file 'web-form-config.json' found under the demo_documents folder of this project. You will need to activate the web form before proceeding. Press Continue after doing so."
1920
+
}
1921
+
],
1922
+
"SkipForLanguages":"java;python;node;ruby;php"
1923
+
}
1924
+
]
1925
+
}
1926
+
]
1927
+
},
1863
1928
{
1864
1929
"Name":"Rooms",
1865
1930
"Groups":[
@@ -2593,71 +2658,6 @@
2593
2658
]
2594
2659
}
2595
2660
]
2596
-
},
2597
-
{
2598
-
"Name":"Connect",
2599
-
"Groups":[
2600
-
{
2601
-
"Name":"Connect examples",
2602
-
"Examples":[
2603
-
{
2604
-
"ExampleNumber":1,
2605
-
"ExampleName":"Validate HMAC signature",
2606
-
"ExampleDescription":"Demonstrates an example workflow for a client app receiving and validating a webhook (DocuSign Connect) message using HMAC security.",
2607
-
"Forms":[
2608
-
{
2609
-
"Inputs":[
2610
-
{
2611
-
"InputName":"HMAC secret"
2612
-
},
2613
-
{
2614
-
"InputName":"Plain text JSON payload"
2615
-
}
2616
-
]
2617
-
}
2618
-
],
2619
-
"ResultsPageText":"This value should match the value of your x-docusign-signature header: <br/>HMAC signature {0}",
2620
-
"SkipForLanguages":"bash;powershell;java;php"
2621
-
}
2622
-
]
2623
-
}
2624
-
]
2625
-
},
2626
-
{
2627
-
"Name":"WebForms",
2628
-
"Groups":[
2629
-
{
2630
-
"Name":"Web forms",
2631
-
"Examples":[
2632
-
{
2633
-
"ExampleNumber":1,
2634
-
"ExampleName":"Create and embed an instance of a web form",
2635
-
"ExampleDescription":"Creates an instance of a web form and embeds it on an HTML page.",
2636
-
"LinksToAPIMethod":[
2637
-
{
2638
-
"Path":"",
2639
-
"PathName":"WebForms:ListWebForms"
2640
-
},
2641
-
{
2642
-
"Path":"",
2643
-
"PathName":"WebForms:CreateInstance"
2644
-
}
2645
-
],
2646
-
"AdditionalPage":[
2647
-
{
2648
-
"Name":"create_web_form_template",
2649
-
"ResultsPageText":"First the launcher will create a new template in your account that will be used to create the web form."
2650
-
},
2651
-
{
2652
-
"Name":"create_web_form",
2653
-
"ResultsPageText":"Go to your DocuSign account to create the Web Form. Go to 'Forms' in your developer account, select 'New,' and choose 'Upload web form.' Upload the JSON config file 'web-form-config.json' found under the demo_documents folder of this project. You will need to activate the web form before proceeding. Press Continue after doing so."
0 commit comments