Files
sim/apps/sim/tools/box_sign/index.ts
Waleed Latif c893ec7d89 feat(box): add Box and Box Sign integrations
Add complete Box integration with file management (upload, download, get info, list folders, create/delete folders, copy, search, update metadata) and Box Sign e-signature support (create/get/list/cancel/resend sign requests). Includes OAuth provider setup, internal upload API route following the Dropbox pattern, block configurations, icon, and generated docs.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-18 22:09:39 -07:00

6 lines
367 B
TypeScript

export { boxSignCancelRequestTool } from '@/tools/box_sign/cancel_request'
export { boxSignCreateRequestTool } from '@/tools/box_sign/create_request'
export { boxSignGetRequestTool } from '@/tools/box_sign/get_request'
export { boxSignListRequestsTool } from '@/tools/box_sign/list_requests'
export { boxSignResendRequestTool } from '@/tools/box_sign/resend_request'