Notify external services when a project has been created, deleted or updated (company hook), a repository has been created (project hook) or when new commits have been pushed to a repository (repository hook). P4 DAM will send a HTTP POST request to the configured endpoint url.

Install Notes
-------------

1. Url - The endpoint url to which the payload will be delivered.
2. Content-type - Defines how the payload is serialised. Supported values are `form` (application/x-www-form-urlencoded) and `json` (application/json). Default value is `form`.
3. Secret - An optional string that’s passed with the HTTP request as an X-Hub-Signature header. The value of this header is computed as the HMAC SHA1 hex digest of the body, using the secret as the key.
4. Insecure ssl - Check this option if your endpoint is using a SSL certificate that cannot be verified (e.g. a self-signed certificate).
