Firmante Creado
El evento created_signer se emite cuando un nuevo firmante ha sido agregado a un documento en curso. Este webhook permite actualizar interfaces, registrar auditorías o activar procesos de verificación vinculados al firmante.
event_type: "created_signer"
Sección titulada «event_type: "created_signer"»Ejemplo de payload
Sección titulada «Ejemplo de payload»{ "sandbox": false, "external_id": "", "open_id": 5, "token": "0eb8f439-2afa-4014-a09a-2055e4fc5e24", "name": "documento_ejemplo.docx", "folder_path": "/", "status": "pending", "rejected_reason": null, "lang": "es", "original_file": "https://files.firmeasy.com/dev/2025/2/pdf/ejemplo.pdf", "signed_file": null, "extra_docs": [], "created_through": "web", "deleted": false, "deleted_at": null, "signed_file_only_finished": false, "disable_signer_emails": false, "brand_logo": "", "brand_primary_color": "", "created_at": "2025-02-13T16:50:35.657445Z", "last_update_at": "2025-02-13T16:50:46.595543Z", "created_by": { }, "template": null, "signers": [ { "external_id": "", "sign_url": "https://app.firmeasy.com/firmar/1234567890", "token": "1c7ea879-7c23-4733-a9d0-9377105dba80", "status": "new", "name": "Nombre firmante", "lock_name": false, "lock_email": true, "hide_email": false, "blank_email": false, "phone_country": "57", "phone_number": "1111111111", "lock_phone": false, "hide_phone": false, "blank_phone": true, "times_viewed": 0, "last_view_at": null, "signed_at": null, "auth_mode": "firma_simple", "qualification": "", "require_selfie_photo": false, "require_document_photo": false, "geo_latitude": null, "geo_longitude": null, "redirect_link": "", "signature_image": null, "visto_image": null, "document_photo_url": "", "document_verse_photo_url": "", "selfie_photo_url": "", "selfie_photo_url2": "", "send_via": "whatsapp", "resend_attempts": null, "cpf": "", "cnpj": "", "send_automatic_whatsapp_signed_file": null, "liveness_photo_url": "", "selfie_validation_type": "none", "ip": null } ], "answers": [], "auto_reminder": 0, "signature_report": null, "tsa_country": null, "use_timestamp": true, "metadata": [], "event_type": "created_signer", "created_signer": { "external_id": "", "sign_url": "https://app.firmeasy.com/firmar/987654321", "token": "1c7ea879-7c23-4733-a9d0-9377105dba80", "status": "new", "name": "Nombre nuevo firmante", "lock_name": false, "lock_email": true, "hide_email": false, "blank_email": false, "phone_country": "57", "phone_number": "22222222", "lock_phone": false, "hide_phone": false, "blank_phone": true, "times_viewed": 0, "last_view_at": null, "signed_at": null, "auth_mode": "firma_simple", "qualification": "", "require_selfie_photo": false, "require_document_photo": false, "geo_latitude": null, "geo_longitude": null, "redirect_link": "", "signature_image": null, "visto_image": null, "document_photo_url": "", "document_verse_photo_url": "", "selfie_photo_url": "", "selfie_photo_url2": "", "send_via": "whatsapp", "resend_attempts": null, "cpf": "", "cnpj": "", "send_automatic_whatsapp_signed_file": null, "liveness_photo_url": "", "selfie_validation_type": "none", "ip": null, "notification_type": "request", "notification_channel": "whatsapp", "sent_at": "2025-02-13T16:50:47.874873Z" }}