Skip to content

ontask-io/fields-api-demo-nodejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OnTask API Fields Demo with Node.js

Summary

Using the OnTask API, fields can be placed on a document's placeholders which can be used in a fill & sign task. This allows you to programmatically create signature, date, checkbox, initial, and text fields that your users interact with during the workflow runtime.

API Documentation

Specifics about the OnTask API can be found in the official documentation at docs.ontask.io.

The specific endpoints used in this sample are:

Preparation

  • An API key is generated for the group with at least the Upload documents and Set document fields permissions.

Usage

Set your API token in config.json

{
    "apiToken": "<YOUR-API-TOKEN>"
}

Install dependencies

npm install

Run the demo

npm start

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published