-
Notifications
You must be signed in to change notification settings - Fork 68
Web hooks
SCadilhac edited this page Jan 23, 2021
·
2 revisions
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.
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
).
Go to the Admin tab, Web Hooks and click Add... button.
