Skip to content
FirmEasy

Document Created

This event (doc_created) is automatically triggered when a new document is created in Firmeasy, either from the web panel or via the API. It is useful for logging document creation and activating internal workflows in your system.


{
"event_type": "doc_created",
"sandbox": false,
"external_id": "id-suaplicacion-32213ds-243",
"open_id": 23,
"token": "cc1ab1af-abcd-a657-25b55f185f16",
"name": "sample.pdf",
"folder_path": "/",
"status": "pending",
"lang": "es",
"original_file": "https://files.firmeasy.com/docs/archivos/ejemplo-original.pdf",
"signed_file": null,
"created_through": "web",
"deleted": false,
"deleted_at": null,
"signed_file_only_finished": false,
"disable_signer_emails": false,
"brand_logo": null,
"created_at": "2025-06-16T19:21:59.609067Z",
"last_update_at": "2025-06-16T19:21:59.609094Z",
"signers": [
{
"external_id": "",
"token": "b14f141f-aaaa-425e-8dfa-0bdac0ec806a",
"status": "new",
"name": "[email protected]",
"email": "[email protected]",
"lock_name": false,
"lock_email": false,
"phone_country": "51",
"phone_number": "987654321",
"lock_phone": false,
"times_viewed": 0,
"auth_mode": "whatsapp",
"require_selfie_photo": false,
"require_document_photo": false
}
],
"answers": [
{
"variable": "NOMBRE COMPLETO",
"value": "Juan Pérez"
},
{
"variable": "DOCUMENTO DE IDENTIDAD",
"value": "12345678"
},
{
"variable": "DIRECCIÓN",
"value": "Av. Siempre Viva 742"
}
]
}