Skip to content

Commit e6644ab

Browse files
Fix values for files
1 parent fe833cd commit e6644ab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/guides/webhooks/triggers.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@ available for folders.
6464
| `SIGN_REQUEST.DECLINED` | A sign request is declined. | Yes | Yes |
6565
| `SIGN_REQUEST.EXPIRED` | A sign request is expired. | Yes | Yes |
6666
| `SIGN_REQUEST.SIGNER_EMAIL_BOUNCED` | A signer's email is bounced. | Yes | Yes |
67-
| `SIGN_REQUEST.SIGNER_SIGNED` | A sign request is signed. | No | Yes |
68-
| `SIGN_REQUEST.SIGNATURE_REQUESTED` | A signature is requested from a signer. | No | Yes |
69-
| `SIGN_REQUEST.ERROR_FINALIZING` | An error occurred while finalizing a sign request. | No | Yes |
67+
| `SIGN_REQUEST.SIGNER_SIGNED` | A sign request is signed. | Yes | Yes |
68+
| `SIGN_REQUEST.SIGNATURE_REQUESTED` | A signature is requested from a signer. | Yes | Yes |
69+
| `SIGN_REQUEST.ERROR_FINALIZING` | An error occurred while finalizing a sign request. | Yes | Yes |
7070
| `WEBHOOK.DELETED` | A webhook is deleted. | No | No |
7171

7272
<!-- | `SIGN_REQUEST.SIGNER_EMAIL_BOUNCED` | A sign request recipient email notification was not delivered | -->

0 commit comments

Comments
 (0)