Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS has been phased out. To see alternatives please check here

Skip to content
Snippets Groups Projects

:sparkles: Add webhook and custom objects to vm creation form

Merged Frederico SEQUEIRA requested to merge add_webhook into main

Files

## netbox_sys_webhook_settings
**Webhook Settings definition class**
| FIELD | TYPE | DESCRIPTION |
|----------------------------------------------------|----------------------------------|---------------------------------------------------------------------------|
| id | Big (8 byte) integer | Unique ID |
| payload_url | String (URL ) | URL will be called using the POST method when the webhook is called |
| http_content_type | String (100) | Http content type used in the webhook. Default value "application/json" |
Loading