Skip to content
SCadilhac edited this page Jan 23, 2021 · 2 revisions

Introduction

Web hooks are HTTP POST calls that can be automatically executed by Netshot when some events occur.

This feature was introduced with version 0.16.

Usage

Supported options

As of Netshot 0.16:

  • POST is only supported method.
  • Possible triggers are:
    • After device snapshot
    • After JS script executed on device
    • After diagnostics performed on device
  • The content of the task can be posted in either XML (application/xml) or JSON (application/json).

How to use

Go to the Admin tab, Web Hooks and click Add... button.

Add Web Hook dialog
Clone this wiki locally