Webhooks can be used to notify external systems about specific events in signoSign/Universal. A URL can be defined for each type of event, which is called when the event occurs.
Misconfiguring a webhook will never result in an error. The user is not informed if an error occurred when sending a webhook.
You can find more detailed information about webhooks here.
webhooks.documentUpdatedEndpoint
|
Description |
The event is triggered when a save process has been performed. This also includes remote saving and the completion of shared documents. The EventType of the event is: |
|
Possible values |
A URL that can be accessed by the server. |
|
Default value |
- |
webhooks.documentSharedEndpoint
|
Description |
The event is triggered when a document is shared or when the process is created. The EventType of the event is: |
|
Possible values |
A URL that can be accessed by 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 that can be accessed by the server. |
|
Default value |
- |
webhooks.workflowProcessEndedEndpoint
|
Description |
The event is triggered when a workflow process is terminated. With regard to the ending, it does not matter whether the process is cancelled or completed. The EventType of the event is: |
|
Possible values |
A URL that can be accessed by the server. |
|
Default value |
- |