Quick Start
Common Settings
- After signing up for Vell, go to the dashboard.
- Open the Account tab and copy and note the value of the
Auth Key
.
Here we use Node.js as an example to guide you through the setup.
We assume version 18.0 or later.
Setup on Vell side
Configuration on the Node.js side
- Only an example of a minimum configuration is described here.
- See here for the type of
payload
. Executesend
to send an email with the contents ofpayload
. If you actually try it, replaceto
with your own e-mail address and execute it.
Here is a guide to an example configuration in Postman.
- Go to Postman and open the workspace.
- Open
Import
of the following image and paste the following URL into the field for pasting URLs. - The Vell API endpoints and schema will be imported. On the
Variables
tab, enter theAuth Key
you copied earlier for the value ofapiKey
. - The
Body
is set to the schema, so after filling in each field, pressSend
and the result will be displayed in theResponse
at the bottom.