External systems can be informed about certain events in signoSign/Universal via webhooks. A URL can be defined for each type of event that is called up when the event occurs.
A misconfiguration of a webhook never leads to an error. The user is not informed if an error occurs when sending a webhook.
You can find more detailed information on webhooks here .
webhooks.documentUpdatedEndpoint
|
Description |
The event is triggered when a save operation has been carried out. This also includes remote saving and finalizing shared documents The EventType of the event is: |
|
Possible values |
A URL accessible to the server. |
|
Default value |
- |
webhooks.documentSharedEndpoint
|
Description |
The event is triggered when a document is shared or when the process has been created. The EventType of the event is: |
|
Possible values |
A URL accessible to the server. |
|
Default value |
- |
webhooks.workflowProcessStartedEndpoint
|
Description |
The event is triggered when a workflow process is started. The EventType of the event is: |
|
Possible values |
A URL accessible to the server. |
|
Default value |
- |
webhooks.workflowProcessEndedEndpoint
|
Description |
The event is triggered when a workflow process is ended. When exiting, it does not matter whether the process is canceled or completed. The EventType of the event is: |
|
Possible values |
A URL accessible to the server. |
|
Default value |
- |