WebHook
Last updated
Last updated
Luden supports any HTTP destinations. WebHook destination can send configurable HTTP requests based on input JS/API event objects. For instance WebHook destination can send notifications about important conversion events to or another notification channel. URL and Body might be configured with . It allows enriching HTTP request with data from JS/API events.
For filtering events stream to prevent sending all events to WebHook table_name_template
is used. For more information see .
WebHook configuration parameters:
url
: HTTP URL.
method
: HTTP method.
body
: HTTP request JSON body.
headers
: HTTP headers Map.
JavaScript code runs in a context where Luden put incoming events as global variables event
and short convenient synonyms $
or _