Saltar al contenido principal

EventMessage

Legacy compatibility codes historically used in subscription notifications.

These codes are no longer the primary event contract.

Use these pages as the source of truth instead:

Modern clients should route on:

  • category
  • event

not on legacy systemMessage.

Some workflows still preserve lower-level compatibility codes in data.code, especially:

  • upload
  • task

Older document and recipient lifecycle bridge codes are included here for historical reference.

Document Events

ValueDescription
DOCUPDCREATEDDocument created
DOCUPDREJECTEDDocument rejected
DOCUPDFINALPDFCREATEDFinal signed PDF generated

Recipient Events

ValueDescription
RECUPDEMAILOPENRecipient opened email
RECUPDREJECTEDRecipient rejected
RECUPDCOMPLETEDRecipient completed signing
RECPUPDVISITRecipient visited document
RECUPDEMAILEDRecipient emailed

Task Events

ValueDescription
TSKPROCESSOKTask processed successfully
TSKPROCESSERRSTOPTask error — stopped
TSKPROCESSERRTRIALCREDITTask error — trial credit exceeded
TSKPROCESSERRCREDITTask error — insufficient credit

Logo Upload Events

ValueDescription
EXPUPDLOGOOKSigning page logo uploaded successfully
EXPUPDLOGOERRDUPLogo upload error — duplicate
EXPUPDLOGOERRFORMATLogo upload error — invalid format
EXPUPDLOGOERRMALLogo upload error — malware detected
EXPUPDLOGOERRMIMELogo upload error — invalid MIME type
EXPUPDLOGOERRSIZELogo upload error — file too large
EXPUPDEMLOGOOKEmail logo uploaded successfully
EXPUPDEMLOGOERRDUPEmail logo upload error — duplicate
EXPUPDEMLOGOERRFORMATEmail logo upload error — invalid format
EXPUPDEMLOGOERRMALEmail logo upload error — malware detected
EXPUPDEMLOGOERRMIMEEmail logo upload error — invalid MIME type
EXPUPDEMLOGOERRSIZEEmail logo upload error — file too large

Attachment Upload Events

ValueDescription
ATTADDOKAttachment uploaded successfully
ATTADDERRDUPAttachment upload error — duplicate
ATTADDERRFORMATAttachment upload error — invalid format
ATTADDERRMALAttachment upload error — malware detected
ATTADDERRMIMEAttachment upload error — invalid MIME type
ATTADDERRSIZEAttachment upload error — file too large

Template Upload Events

ValueDescription
TPLADDOKTemplate PDF uploaded successfully
TPLADDERRDUPTemplate upload error — duplicate
TPLADDERRFORMATTemplate upload error — invalid format
TPLADDERRMALTemplate upload error — malware detected
TPLADDERRMIMETemplate upload error — invalid MIME type
TPLADDERRSIZETemplate upload error — file too large

Mark as Complete Events

ValueDescription
DOCADDMRKOKMark-as-complete document uploaded
DOCADDMRKERRDUPMark-as-complete upload error — duplicate
DOCADDMRKERRFORMATMark-as-complete upload error — invalid format
DOCADDMRKERRMALMark-as-complete upload error — malware detected
DOCADDMRKERRMIMEMark-as-complete upload error — invalid MIME type
DOCADDMRKERRSIZEMark-as-complete upload error — file too large

Draft Upload Events

ValueDescription
DFTADDOKDraft uploaded successfully
DFTADDERRDUPDraft upload error — duplicate
DFTADDERRFORMATDraft upload error — invalid format
DFTADDERRMALDraft upload error — malware detected
DFTADDERRMIMEDraft upload error — invalid MIME type
DFTADDERRSIZEDraft upload error — file too large
nota

Upload error suffixes: DUP = duplicate, FORMAT = invalid format, MAL = malware detected, MIME = invalid MIME type, SIZE = file too large.