Skip to content

Latest commit

 

History

History

javascript

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Anvil usage examples in JavaScript

Welcome to Anvil API usage examples in JavaScript! There are example scripts for the following API actions:

Usage

All scripts will require that you have an Anvil API key. See the getting started documentation for help grabbing your API key.

When you have your API key, copy .env.example in this folder to .env, then set ANVIL_API_KEY to your API key. Your .env will look like this:

ANVIL_API_KEY=yourAPIKey2uzgMH0ps4cyQyadhA2Wdt
ANVIL_ORGANIZATION_EID=yourEID20Hw5RkPIeabc

Each script is set up to be runnable with minimal input. Once you have an API key, you can clone this repo and run the example scripts from this directory.

Once you have this repo cloned, cd into this javascript directory and install the dependencies:

cd javascript
yarn install

Scripts will output filled and generated PDFs into the output directory.

Fill a PDF template:

$ node examples/fill-pdf.js

Generate a PDF from HTML and CSS:

$ node examples/generate-html-to-pdf.js

Generate a PDF from Markdown:

$ node examples/generate-markdown-to-pdf.js

Creating an e-sign packet:

$ node examples/create-etch-e-sign-packet.js <[email protected]>

Start and update workflow submissions:

$ node examples/create-update-workflow-submission.js <your-org-slug>

Make an arbitrary GraphQL request:

$ node examples/make-graphql-request.js