Confirmación de Lectura
El evento doc_read_confirmation se activa cuando el firmante confirma explícitamente que ha leído el documento, normalmente al hacer clic en el botón “Continuar” luego de visualizarlo. Es un evento clave para trazabilidad y cumplimiento legal.
event_type: "doc_read_confirmation"
Sección titulada «event_type: "doc_read_confirmation"»Ejemplo de payload
Sección titulada «Ejemplo de payload»{ "sandbox": false, "external_id": "", "open_id": 5, "token": "0eb8f439-2afa-4014-a09a-2055e4fc5e24", "name": "documento_lectura.docx", "folder_path": "/", "status": "pending", "lang": "es", "original_file": "https://files.firmeasy.com/dev/2025/2/ejemplo.pdf", "signed_file": null, "created_through": "web", "deleted": false, "created_at": "2025-02-13T16:50:35.657445Z", "last_update_at": "2025-02-13T16:50:46.595543Z", "created_by": { }, "signers": [ { "token": "1c7ea879-7c23-4733-a9d0-9377105dba80", "name": "Nombre firmante", "status": "new", "auth_mode": "firma_simple", "phone_country": "57", "phone_number": "111111111" } ], "event_type": "doc_read_confirmation", "signer_who_read": { "token": "1c7ea879-7c23-4733-a9d0-9377105dba80", "name": "Nombre firmante", "phone_country": "57", "phone_number": "2222222", "last_view_at": "2025-02-13T16:46:36.828744Z", "notification_type": "request", "notification_channel": "whatsapp", "sent_at": "2025-02-13T16:50:47.874783Z" }}