Sign-related events
There are Box Sign-related events that can trigger the webhooks. Like most of Box events the listeners are set at the folder or document level. The most common use case is to listen to the events at the folder where the signature requests are created. This way you can listen to all the signature requests created in that folder. Some examples of events that can be listened to are:SIGN_REQUEST.COMPLETED, when a signature request is completed.SIGN_REQUEST.DECLINED, when a signature request is declined.SIGN_REQUEST.EXPIRED, when a signature request expires.SIGN_REQUEST.SIGNER_EMAIL_BOUNCED, when a signer’s email is bounced.SIGN_REQUEST.SIGNER_SIGNED, when the signature request is signed by a particular signer.SIGN_REQUEST.SIGNATURE_REQUESTED, when the signature is requested from the signer.SIGN_REQUEST.ERROR_FINALIZING, when the signature request could not be processed.
