Canal de código de verificación enviado
El evento verify_code.channel.sent se activa cuando el código de verificación ha sido enviado a través de un canal específico.
Authorizations
Sección titulada «Authorizations »Request Body required
Sección titulada «Request Body required »object
UUID único de entidad
Versión de la estructura de datos de notificación
Nombre del evento de Webhook
Fecha en la que se añadió la entidad al sistema por el usuario
Número total de intentos de entrega de webhooks de notificación
Número de intento de notificación webhook actual
Notification task identifier (request identifier)
Data for verify_code.channel.sent, verify_code.channel.success and verify_code.channel.failed events
object
Verify code ID (UUID)
User ID
Phone number
Routing strategy configuration
object
Timeout in seconds. Only applicable for the telegram channel.
Verify code status
Channel that delivered the code
Cost in cents
Currency code
Verification code
Code length
Custom payload
Creation timestamp
Last update timestamp
Processing history
object
Whether the verification code has been deleted from storage after being sent.
Channel-specific processing details
object
History entry ID
Channel type
Channel processing status
Processing timestamp
External provider ID
Error message if failed
Cost for this channel in cents
Examples
Verify Code Channel Sent Event
Event sent when the verification code was dispatched through a specific channel
{ "id": "d04b2f3e-5c6d-4d7b-9f8a-0e1b2c3d4e5f", "api_version": "2022-05-25", "name": "verify_code.channel.sent", "created_at": 1735689555, "attempt_total": 3, "attempt_number": 1, "data": { "id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890", "user_id": 12345, "phone": "+4915112345678", "routing_strategy": [ { "channel": "telegram", "timeout_sec": 30, "sender_id": "LOX24" }, { "channel": "sms", "timeout_sec": 60, "sender_id": "LOX24" } ], "status": 5, "delivered_channel": null, "cost": 5, "currency": "EUR", "code": "1234", "code_length": 4, "payload": "session_abc123", "created_at": 1735689540, "updated_at": 1735689555, "history": [ { "id": "a1b2c3d4-d5e6-7890-abcd-ef1234567890", "channel": "telegram", "status": 10, "processed_at": 1735689555, "external_id": "tg_msg_001" } ], "is_code_deleted": false, "channel": { "id": "a1b2c3d4-d5e6-7890-abcd-ef1234567890", "channel": "telegram", "status": 10, "processed_at": 1735689555, "external_id": "tg_msg_001", "error": null, "cost": 5 } }, "notification_task_id": "55baf095-fa88-6fa9-1f4b-4d32e63dd863"}Responses
Sección titulada « Responses »Webhook recibido
Estructura del cuerpo de la solicitud de webhook no válida
Solicitud de webhook no autorizada
Acceso Webhook prohibido
No se ha encontrado el punto final del webhook
Error del servidor