Breadcrumbs

Settings: webhooks

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.

These settings can be configured in the user settings. See Configuration for users and tenants.


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: DOCUMENT_UPDATED

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: DOCUMENT_SHARED

Possible values

A URL accessible to the server.

Default value

-

webhooks.documentSharedClosedEndpoint

Description

The event is triggered when a shared document is completed by the recipient.

The EventType of the event is: DOCUMENT_SHARED_CLOSED

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: WORKFLOW_PROCESS_STARTED

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: WORKFLOW_PROCESS_ENDED

Possible values

A URL accessible to the server.

Default value

-