Crear Webhook
Registra un nuevo endpoint para recibir eventos.
Al crear el webhook se genera automáticamente un secreto de firma HMAC (whsec_...).
Los eventos disponibles son: call.started, call.finished, call.failed.
Registra un nuevo endpoint para recibir eventos.
Al crear el webhook se genera automáticamente un secreto de firma HMAC (whsec_...).
Los eventos disponibles son: call.started, call.finished, call.failed.
Bearer authentication of the form Bearer <token>, where token is your auth token.
URL pública que recibirá los eventos.
Eventos a escuchar. Ejemplo: call.started, call.finished, call.failed
Webhook creado (incluye el secreto de firma).
Ejemplo: call.finished, call.started
Secreto de firma HMAC (formato: whsec_…). Solo visible en la creación.