Basic information about the event that occurred.
| Name | Type | Description | Notes |
|---|---|---|---|
eventTime*required |
String |
Time the event was created (using Unix time). | |
eventType*required |
EventTypeEnum |
Type of callback event that was triggered. | |
eventHash*required |
String |
Generated hash used to verify source of event data. | |
eventMetadata |
EventCallbackRequestEventMetadata |
| Name | Value |
|---|---|
| ACCOUNT_CONFIRMED | "account_confirmed" |
| UNKNOWN_ERROR | "unknown_error" |
| FILE_ERROR | "file_error" |
| SIGN_URL_INVALID | "sign_url_invalid" |
| SIGNATURE_REQUEST_VIEWED | "signature_request_viewed" |
| SIGNATURE_REQUEST_SIGNED | "signature_request_signed" |
| SIGNATURE_REQUEST_SENT | "signature_request_sent" |
| SIGNATURE_REQUEST_ALL_SIGNED | "signature_request_all_signed" |
| SIGNATURE_REQUEST_EMAIL_BOUNCE | "signature_request_email_bounce" |
| SIGNATURE_REQUEST_REMIND | "signature_request_remind" |
| SIGNATURE_REQUEST_INCOMPLETE_QES | "signature_request_incomplete_qes" |
| SIGNATURE_REQUEST_DESTROYED | "signature_request_destroyed" |
| SIGNATURE_REQUEST_CANCELED | "signature_request_canceled" |
| SIGNATURE_REQUEST_DOWNLOADABLE | "signature_request_downloadable" |
| SIGNATURE_REQUEST_DECLINED | "signature_request_declined" |
| SIGNATURE_REQUEST_REASSIGNED | "signature_request_reassigned" |
| SIGNATURE_REQUEST_INVALID | "signature_request_invalid" |
| SIGNATURE_REQUEST_PREPARED | "signature_request_prepared" |
| SIGNATURE_REQUEST_EXPIRED | "signature_request_expired" |
| TEMPLATE_CREATED | "template_created" |
| TEMPLATE_ERROR | "template_error" |
| CALLBACK_TEST | "callback_test" |
| SIGNATURE_REQUEST_SIGNER_REMOVED | "signature_request_signer_removed" |