Add-ons

Outbound webhooks

Configure secret, endpoints, and webhook deliveries in Administración → Configuración de la empresa.

Where to configure

Go to Administración → Configuración de la empresa (/company-settings) and open the Webhooks tab.

(Available to company administrators.)

What the tab includes

  1. Secret de firma — create or regenerate the secret. Each delivery is signed so your system can verify authenticity.
  2. Endpoints — add webhooks with a URL (e.g. https://tu-sistema.com/webhooks/whapi) and an event type. Each event can have only one endpoint.
  3. Registro de entregas — review attempts, test an endpoint, and retry failed deliveries.
  1. Create the secret and store it in your backend.
  2. Implement signature verification in your receiver (the screen includes integration documentation).
  3. Add one webhook per event you need.
  4. Use the endpoint test and review the delivery log.

Webhooks notify changes outward. If you need to query or update data from an external system, use Documentación API (a separate tab) when your tenant has it enabled.