AppWebhook
Configuración para las notificaciones de los invitaciones aceptadas a agencias. Estas notificaciones son sólo accesibles desde la API, toda la gestión debe realizar a través de la misma.
| Name | Type | Constraints | Example | Descripción | 
|---|---|---|---|---|
| Callback | string (uri) | Min length 0 Max length 1024 | "https://callbacks.myapp.com/leads/listener/autocosmos" | 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 | |||
| _links | object | URIs de las acciones disponibles en la entidad. Cada propiedad representa la relación/acción con la entidad. |