Skip to content

Commit a4ada37

Browse files
Merge branch 'main' of github.com:box/developer.box.com into staging
2 parents 76bf0de + 2214a1f commit a4ada37

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

content/guides/webhooks/triggers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ 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. | Yes | Yes |
67+
| `SIGN_REQUEST.SIGNER_SIGNED` | A sign request is signed by a particular signer. | Yes | Yes |
6868
| `SIGN_REQUEST.SIGNATURE_REQUESTED` | A signature is requested from a signer. | Yes | Yes |
6969
| `SIGN_REQUEST.ERROR_FINALIZING` | An error occurred while finalizing a sign request. | Yes | Yes |
7070
| `WEBHOOK.DELETED` | A webhook is deleted. | No | No |

content/pages/sign/40-webhooks/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This is particularly important since the signature requests are asynchronous,
1717
and the signers can interact with them at any time, possibly outside of your
1818
application.
1919

20-
## Sign related events
20+
## Sign-related events
2121

2222
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.
2323

@@ -31,6 +31,6 @@ Some examples of events that can be listened to are:
3131
- `SIGN_REQUEST.DECLINED`, when a signature request is declined.
3232
- `SIGN_REQUEST.EXPIRED`, when a signature request expires.
3333
- `SIGN_REQUEST.SIGNER_EMAIL_BOUNCED`, when a signer's email is bounced.
34-
- `SIGN_REQUEST.SIGNER_SIGNED`, when the signature request is signed.
34+
- `SIGN_REQUEST.SIGNER_SIGNED`, when the signature request is signed by a particular signer.
3535
- `SIGN_REQUEST.SIGNATURE_REQUESTED`, when the signature is requested from the signer.
3636
- `SIGN_REQUEST.ERROR_FINALIZING`, when the signature request could not be processed.

0 commit comments

Comments
 (0)