Signature Request Sent
The signature_notification_sent event is emitted when Firmeasy has sent a signature request to a signer, either by email or WhatsApp. This webhook is useful for monitoring when the signing flow has started and from which channel.
event_type: "signature_notification_sent"
Section titled “event_type: "signature_notification_sent"”Payload example
Section titled “Payload example”{ "sandbox": false, "external_id": "", "open_id": 5, "token": "0eb8f439-2afa-4014-a09a-2055e4fc5e24", "name": "documento_firma.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/verificar/12fea879", "token": "1c7ea879-7c23-4733-a9d0-9377105dba80", "status": "new", "name": "Nombre firmante", "lock_email": true, "phone_country": "57", "phone_number": "1111111111", "auth_mode": "firma_simple", "require_selfie_photo": false, "require_document_photo": false, "send_via": "whatsapp", "selfie_validation_type": "none" } ], "answers": [], "auto_reminder": 0, "signature_report": null, "tsa_country": null, "use_timestamp": true, "metadata": [], "event_type": "signature_notification_sent", "created_signer": { "external_id": "", "sign_url": "https://app.firmeasy.com/verificar/1656879", "token": "1c7ea879-7c23-4733-a9d0-9377105dba80", "status": "new", "name": "Nombre nuevo firmante", "phone_country": "57", "phone_number": "22222222", "auth_mode": "firma_simple", "require_selfie_photo": false, "require_document_photo": false, "send_via": "whatsapp", "notification_type": "request", "notification_channel": "whatsapp", "sent_at": "2025-02-13T16:50:47.874873Z" }}