Types of Webhooks
This section details the types of webhooks available from ilink. You should request the configuration of the webhooks you wish to implement by contacting our support team (apoio@acin.pt).
New Document Webhook
The new document webhook is an alternative to frequent polling of documents by the receiving entity. Each time a new document is sent to this entity, its new document callback will be invoked.
The implemented endpoint should expect the data defined in this specification.
Document Status Change Webhook
The document status change webhook is an alternative to frequent polling of the status of each issued document by the sending entity. Each time the recipient of a sent document accepts, rejects, or receives a document, this status change callback will be invoked for the sending entity with the current data.
The implemented endpoint should expect the data defined in this specification.