From 5687a9d9ce38f6bcccec8fe7a88772c221340c72 Mon Sep 17 00:00:00 2001 From: bszwarc Date: Wed, 15 May 2024 10:56:49 +0000 Subject: [PATCH] Update en to output generated at 6ff2084 --- 2024-05-07-box-java-sdk-v490-released.md | 2 +- ...05-08-notification-suppression-for-sign.md | 56 +++++++++++++++++++ index.json | 3 +- 3 files changed, 59 insertions(+), 2 deletions(-) create mode 100644 2024-05-08-notification-suppression-for-sign.md diff --git a/2024-05-07-box-java-sdk-v490-released.md b/2024-05-07-box-java-sdk-v490-released.md index eb1fcf79..ecbcb433 100644 --- a/2024-05-07-box-java-sdk-v490-released.md +++ b/2024-05-07-box-java-sdk-v490-released.md @@ -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 diff --git a/2024-05-08-notification-suppression-for-sign.md b/2024-05-08-notification-suppression-for-sign.md new file mode 100644 index 00000000..93a3752d --- /dev/null +++ b/2024-05-08-notification-suppression-for-sign.md @@ -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.​​ + + + + +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/ \ No newline at end of file diff --git a/index.json b/index.json index 188e776a..8eafc85d 100644 --- a/index.json +++ b/index.json @@ -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" ] \ No newline at end of file