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
The repository includes test files you can use to try out the scripts. All test files are located in the `../../test_files/` directory (relative to the Python samples folder).
-`employees.csv` - Sample employee list for testing
467
+
468
+
### Important Notes
469
+
470
+
-**Sign API Testing**: The `employee_policy_onboarding` script sends real signature requests via email. Make sure the email addresses in `employees.csv` are valid and you have permission to send them test requests.
471
+
-**Output Folders**: All scripts automatically create output folders if they don't exist.
472
+
-**File Paths**: Use quotes around file paths with spaces (e.g., `"Sample Tables.pdf"`).
473
+
-**Large Files**: Some operations may take longer with large or complex documents.
474
+
475
+
323
476
## Getting Your Credentials
324
477
325
478
1. Go to [https://admin.gonitro.com](https://admin.gonitro.com)
Copy file name to clipboardExpand all lines: samples/typescript/README.md
+105Lines changed: 105 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -258,6 +258,111 @@ output/
258
258
└── envelope-info.json
259
259
```
260
260
261
+
## Testing with Sample Files
262
+
263
+
The repository includes test files you can use to try out the scripts. All test files are located in the `../../test_files/` directory (relative to the TypeScript samples folder).
-`employees.csv` - Sample employee list for testing
357
+
358
+
359
+
### Important Notes
360
+
361
+
-**Sign API Testing**: The `employee-policy-onboarding` script sends real signature requests via email. Make sure the email addresses in `employees.csv` are valid and you have permission to send them test requests.
362
+
-**Output Folders**: All scripts automatically create output folders if they don't exist.
363
+
-**File Paths**: Use quotes around file paths with spaces (e.g., `"Sample Tables.pdf"`).
364
+
-**Large Files**: Some operations may take longer with large or complex documents.
0 commit comments