AppWebhookUpsert
| Name | Type | Constraints | Example | Descripción | 
|---|---|---|---|---|
| Callback | string (uri) | 
                            Min length 0 Max length 1024  | 
                    "https://callbacks.myapp.com/autocosmos/event" | URL envío hook | 
| Secret | string | 
                            Min length 16 Max length 256  | 
                    "96d0300081d644d3bdceae8fbfc77955" | Si se especifica el Secret recibirás el header 'Notification-Signature' con el HMAC256 calculado con los valores (UTF-8 encoded) de los headers Notification-Hook-ID, Notification-Timestamp y Notification-Topic (si disponible). | 
| Description | string | 
                            Min length 0 Max length 256  | 
                    Texto libre para describir el webhook | |
| Activo | boolean | Activo/Suspendido | ||
| HeaderCustom01 | V3.Models.CustomHeader | |||
| HeaderCustom02 | V3.Models.CustomHeader | |||
| HeaderCustom03 | V3.Models.CustomHeader |