BROWSER

Setup to trigger local web browser events

Browser client side events can be configured to:

  • Broadcast an event to the client browser window

  • Execute custom javascript

In the case of broadcasting an event, the JSON provided with the BROWSER integration is broadcast by invoking "window.dispatchEvent".

In the case of executing custom javascript, javascript provided with the BROWSER integration is executed in the client browser window without validation.

Endpoints

pageCREATEpageUPDATEpageDELETE

Last updated