Skip to content

Commit

Permalink
Update en to output generated at 6ff2084
Browse files Browse the repository at this point in the history
  • Loading branch information
bszwarc committed May 15, 2024
1 parent 87d3e1e commit 5687a9d
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 2024-05-07-box-java-sdk-v490-released.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ total_steps: null
type: changelog
sibling_id: ''
parent_id: changelog
next_page_id: ''
next_page_id: 2024-05-08-notification-suppression-for-sign
previous_page_id: 2024-05-02-introducing-box-ai
source_url: >-
https://github.com/box/box-developer-changelog/blob/main/content/2024/05-07-box-java-sdk-v490-released.md
Expand Down
56 changes: 56 additions & 0 deletions 2024-05-08-notification-suppression-for-sign.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
---
applied_at: '2024-05-15'
applies_to:
- guides
- api
is_impactful: true
is_new_feature: true
collapse: true
show_excerpt: true
release_source_url: ''
is_index: false
category_id: changelog
subcategory_id: ''
id: 2024-05-08-notification-suppression-for-sign
rank: null
total_steps: null
type: changelog
sibling_id: ''
parent_id: changelog
next_page_id: ''
previous_page_id: 2024-05-07-box-java-sdk-v490-released
source_url: >-
https://github.com/box/box-developer-changelog/blob/main/content/2024/05-08-notification-suppression-for-sign.md
published_at: '2024-05-08'
---
# Notification suppression for Box Sign

[Box Sign API][1] allows you to suppress the **default** Box email
notifications sent during the Box Sign workflow.​​

<!-- more -->


Thanks to this feature, you can turn the default notifications
off to use your own, customized messages and decide on channels
they will be sent through.

_**Note**: When you choose to suppress email notifications for Box Sign, your organization assumes responsibility for ensuring the delivery to Signers of all notifications at the appropriate time in the signing process and with the appropriate content, in compliance with all applicable laws and regulations, including with respect to obtaining Signer consent to the delivery methods used, if applicable._

## New Box Sign webhooks

Along with the notification suppression feature, we introduce three new [webhooks][2] to enhance the customization options for e-signature workflows:

* `SIGN.REQUEST.SIGNATURE_REQUESTED`
* `SIGN.REQUEST.SIGNER_SIGNED`
* `SIGN.REQUEST.ERROR_FINALIZING`

You can use these webhooks to trigger actions in your own applications or notify your users about events happening in Box Sign.​​

## Where to get support

Should you have any issues or need further guidance, please post a request to our [developer forum][3] for any help needed.

[1]: e://post-sign-requests
[2]: https://developer.box.com/sign/webhooks/
[3]: https://forum.box.com/
3 changes: 2 additions & 1 deletion index.json
Original file line number Diff line number Diff line change
Expand Up @@ -440,5 +440,6 @@
"2024-04-05-box-ios-sdk-v560-released",
"2024-05-02-box-node-sdk-v351-released",
"2024-05-02-introducing-box-ai",
"2024-05-07-box-java-sdk-v490-released"
"2024-05-07-box-java-sdk-v490-released",
"2024-05-08-notification-suppression-for-sign"
]

0 comments on commit 5687a9d

Please sign in to comment.