Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Using Inbound Route with Node.js

Overview

This example sends a request to inbound route. You may read more about inbound routes here.

How to use

Make sure to set your vault id in .env file.

export VAULT_ID=<vault id>

then, import route using inbound-route.yaml file. You may do this on the Vault Dashboard or using the CLI.

and install dependencies:

npm install

and run the example:

node inbound.js