You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(box): merge Box Sign into single Box block
Combine Box and Box Sign into one unified block with all 15 operations
accessible via a single dropdown, removing the separate box_sign block.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@@ -11,7 +11,7 @@ import { BlockInfoCard } from "@/components/ui/block-info-card"
11
11
/>
12
12
13
13
{/* MANUAL-CONTENT-START:intro */}
14
-
[Box](https://www.box.com/) is a leading cloud content management and file sharing platform trusted by enterprises worldwide to securely store, manage, and collaborate on files. Box provides robust APIs for automating file operations and integrating with business workflows.
14
+
[Box](https://www.box.com/) is a leading cloud content management and file sharing platform trusted by enterprises worldwide to securely store, manage, and collaborate on files. Box provides robust APIs for automating file operations and integrating with business workflows, including [Box Sign](https://www.box.com/esignature) for native e-signatures.
15
15
16
16
With the Box integration in Sim, you can:
17
17
@@ -24,14 +24,19 @@ With the Box integration in Sim, you can:
24
24
-**Copy files**: Duplicate files across folders with optional renaming
25
25
-**Search**: Find files and folders by name, content, extension, or location
26
26
-**Update file metadata**: Rename, move, add descriptions, or tag files
27
+
-**Create sign requests**: Send documents for e-signature with one or more signers
28
+
-**Track signing status**: Monitor the progress of sign requests
29
+
-**List sign requests**: View all sign requests with marker-based pagination
30
+
-**Cancel sign requests**: Cancel pending sign requests that are no longer needed
31
+
-**Resend sign reminders**: Send reminder notifications to signers who haven't completed signing
27
32
28
-
These capabilities allow your Sim agents to automate Box operations directly within your workflows — from organizing documents and distributing content to processing uploaded files and maintaining structured cloud storage as part of your business processes.
33
+
These capabilities allow your Sim agents to automate Box operations directly within your workflows — from organizing documents and distributing content to processing uploaded files, managing e-signature workflows for offer letters and contracts, and maintaining structured cloud storage as part of your business processes.
29
34
{/* MANUAL-CONTENT-END */}
30
35
31
36
32
37
## Usage Instructions
33
38
34
-
Integrate Box into your workflow to manage filesand folders. Upload and download files, get file information, list folder contents, create and delete folders, copy files, search across your Box account, and update file metadata.
39
+
Integrate Box into your workflow to manage files, folders, and e-signatures. Upload and download files, search content, create folders, send documents for e-signature, track signing status, and more.
35
40
36
41
37
42
@@ -285,4 +290,151 @@ Update file info in Box (rename, move, change description, add tags)
285
290
|`tags`| array | File tags |
286
291
|`commentCount`| number | Number of comments |
287
292
293
+
### `box_sign_create_request`
294
+
295
+
Create a new Box Sign request to send documents for e-signature
296
+
297
+
#### Input
298
+
299
+
| Parameter | Type | Required | Description |
300
+
| --------- | ---- | -------- | ----------- |
301
+
|`sourceFileIds`| string | Yes | Comma-separated Box file IDs to send for signing |
0 commit comments