Reprocessing Documents and Webhooks
In scenarios where integration failures, validation errors, or the need for updates to the receiving system occur, reprocessing webhooks can be crucial to ensure correct data delivery and maintain consistency between integrated systems.
In this section:
Reprocessing webhooks via Web
To reprocess signed documents via the web interface, navigate to the documents tab, find your document, click the gear icon, and select "Reprocess Webhooks."
Reprocessing Documents and Webhooks via API
In cases where the signed document needs to be regenerated—such as when there are integrity issues with the file or a failure in webhook delivery—you can use the reprocessing endpoint. This is useful, for instance, when the final document was corrupted or the associated webhook was not properly sent.
POST
https://api.zapsign.com.br/api/v1/docs/{{doc_principal_token}}/reprocess-doc/
Headers
Request Body
Response
Document successfully reprocessed.
Since the process is asynchronous, monitor the webhooks or manually check the document status after a few minutes.
Last updated