- See the configuration template example for reference:
vim examples/signnow-example.properties.exampleStart from an empty template:
cp examples/signnow-example.properties.empty examples/signnow-example.properties- Edit
examples/signnow-example.propertieswith your signNow API credentials and actual resource IDs.
signnow-example.propertiesis git-ignored and will not be committed.
Run a single example:
make example E=DocumentGetExampleRun all examples:
make examplesOr call the script directly:
examples/bin/run DocumentGetExample
examples/bin/run allProperties follow the naming convention {domainName}_{variableName}:
Global properties are an exception and omit {domainName}.
| Property | Description |
|---|---|
bearer_token |
Your signNow API bearer token |
path_to_document |
Path to a PDF file for upload examples |
document_id |
Existing document ID |
bulk_invite_template_id |
Template ID for bulk invite |
| ... | See signnow-example.properties.example for the full list |