Skip to main content

@flatfile/plugin-webhook-egress


The @flatfile/plugin-webhook-egress plugin egresses Flatfile Workbooks to a webhook.

Event Type:
listener.on('{jobParam}') (i.e. listener.on('workbook:submitActionFg'))

Parameters

string
required
The job parameter takes the job name.
string
required
The url parameter takes the webhook url.

Imported NPM Packages

Usage

The webhookEgress plugin creates an action that will export workbook data via a webhook. It requires an operation parameter which specifies the event that will initiate the egress. The webhook url can either be passed in as a parameter or set as an environment variable WEBHOOK_SITE_URL.
install
workbook_actions_primary
workbook.config.json
listener.js

See the code

@flatfile/plugin-webhook-egress