Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

These events are fired by the Workstep Controller (internal component) and are fired before the data in eSAW is complete updated (some post-processing is required). Therefore this event callbacks are used only in rare integrations. For more information please see https://demo.esignanywhere.net/Api/swagger/ui/index#!/Envelope/Envelope_Send section EnvelopeSendActionCallbackSelection

Available Event Types

TypeDescription
ConfirmTransactionCode A transaction code was sentDefaultEventType 
Not specially defined event typeAgreementAccepted The user accepted the agreement
AgreementRejected AgreementRejected The user rejected the agreement
RequestPrepareAuthenticationInformationSuccess The request for additional authentication infos was requested
PrepareAuthenticationSuccessPrepareAuthenticationSuccess The prepare authentication process succeeded
AuthenticationFailed AuthenticationFailedThe user failed to authenticate
AuthenticationRejected AuthenticationSuccessThe user rejected the authentication processAuthenticationSuccess The user succeeded succeeded to authenticate
ReAuthenticationFailed The reauthentication process failed
AuditTrailRequested AuditTrailRequestedThe audittrail was requested
AuditTrailXmlRequested AuditTrailXmlRequestedThe audittrail XML was requested
CalledPage CalledPageThe viewer site was requested
WhoIsInformationWHOIS information has been requested. 
DocumentDownloaded DocumentDownloadedThe document download was requested
FlattenedDocumentDownloaded FlattenedDocumentDownloadedThe flattened document download was requested
AddedAnnotation AddedAnnotationAn annotation was added
AddedAttachment AddedAttachmentAn attachment was added
AppendedDocument AppendedDocumentA document was appended
FormsFilled FormsFilledA form field was filled
ConfirmReading ConfirmReadingA reading task was completed
PageViewChangedNote: This event is only used for the audit trail, no notification is sent to the configured URL. The user changed the PageViewChanged The user changed the page view (e.g. by scrolling through the document). Note: This event is used for the audit trail, but not sent to the configured notification URL.
SendTransactionCode SendTransactionCodeThis event is raised, when a TransactionCode for a signature with type TransactionCode* has been sent using the IdentityServer or the TransactionCodeSenderPlugin
PushTransactionCode PrepareSignWorkstepDocumentThis event is raised, when a TransactionCode for a signature with type TransactionCode has been sent using the TransactionCodePushPlugin 
GetPushResult This event is raised, when the result of the push plugin method GetPushResult returns a successful authentication 
GetGenericSigningPluginAuthenticationStatus This event is raised, when the result of the GenericSigningPlugin method GetAuthenticationStatus returns a successful authentication 
PrepareSignWorkstepDocument A signature is prepared for signing
PrepareSignPkcs7WorkstepDocument A signature is prepared for P7M (PKCS7) signing. 
FinalizeSignPkcs7WorkstepDocument A signature is prepared for P7M (PKCS7) signing. 
SignWorkstepDocument Try to sign a signature
UndoAction An action was undone
WorkstepCreated A workstep was created
WorkstepFinished A workstep was finished
WorkstepFinishedStarted A workstep started to finish. 
WorkstepRejected A workstep was rejected
DisablePolicyAndValidityChecks The policy and validity checks have been disabled. 
EnablePolicyAndValidityChecks The policy and validity checks have been enabled. 
FinalizeActionAutomaticSignature A finalize action with an automatic signature was applied 
FinalizeActionTimeStamp A finalize action with a time stamp was applied 
FinalizeLockForms A finalize action with all forms getting locked 
AppendFileToWorkstep A file was appended to the workstep
AppendTasksToWorkstep A task was added to the workstep
SetOptionalDocumentState A optional document became either active or inactive
StartBatch A batch signing process started (not used anymore)
EndBatch A batch signing process ended (not used anymore)
WorkstepExpired A workstep was set to expired. 
PreparePayloadForBatch The payload is getting prepared for batch signing
PreparePayloadForMultipleWorksteps The payload is getting prepared for multiple worksteps. 
ApplyPayloadForMultipleWorksteps The payload is used while signing for multiple worksteps. 
ExtendPayloadForBatch The payload is getting extended for batch signing. 
ExtendPayloadForMultipleWorksteps The payload is getting extended for multiple worksteps. 
StartExternalSigningProcess Starting a signing process via an external service 
FinishExternalSigningProcess Finishing a signing process via an external service 
PrepareGenericSigningPlugin Prepares to sign a signature via an Generic Signing Plugin 
SignGenericSigningPlugin Signs a signature via an Generic Signing Plugin 
ExternalAuthentication External authentication succeeded 
A signature is prepared for signing
SignWorkstepDocumentTry to sign a signature
UndoActionAn action was undone
WorkstepCreatedA workstep was created
WorkstepFinishedA workstep was finished
WorkstepRejectedA workstep was rejected
DisablePolicyAndValidityChecksThe policy and validity checks have been disabled. 
EnablePolicyAndValidityChecksThe policy and validity checks have been enabled. 
AppendFileToWorkstepA file was appended to the workstep
AppendTasksToWorkstepA task was added to the workstep
SetOptionalDocumentStateA optional document became either active or inactive
PreparePayloadForBatchThe payload is getting prepared for batch signingLogClientSettings Used to log client-side settings like viewer preferences in the audit trail 

Draft Callbacks

Draft callbacks are fired, if a draft is used or deleted. The draft callback is set in the “CreateDraftOptions” (“AfterSendCallbackUrl”: “”), via the following call: https://demo.esignanywhere.net/Api/v6/envelope/create

...