Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Devrel 285/working with box sign #360

Merged
merged 2 commits into from
Feb 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions code/src/scripts/new-release-from-template.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ const run = async () => {
`ios`,
`android`,
`sdks`,
`guides`
`frontend`
`guides`,
`frontend`,
`ui-elements`
],
validate: (list) => list.length > 0
Expand Down
31 changes: 31 additions & 0 deletions content/2024/02-06-working-with-box-sign.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
applied_at: "2024-02-06"
applies_to:
- guides
is_impactful: false
is_new_feature: false
collapse: true
show_excerpt: true
release_source_url: ''
---

# Working with Box Sign

We are thrilled to announce the release of our new dedicated resource page [Working with the Box Sign API][1]. This comprehensive guide is designed to help you seamlessly integrate Box Sign into your applications, providing you with the tools and knowledge to make the most out of this powerful e-signature solution.

<!-- more -->

## Table of content

* [Quick start][2]
* [Technical use cases][3]
* [Signature request options][4]
* [Webhooks][5]
* [Workshops][6]

[1]: https://developer.box.com/sign/
[2]: https://developer.box.com/sign/quick-start/
[3]: https://developer.box.com/sign/technical-use-cases/
[4]: https://developer.box.com/sign/request-options/
[5]: https://developer.box.com/sign/webhooks/
[6]: https://github.com/barduinor/box-python-gen-workshop/blob/main/workshops/sign/sign.md
Loading