Box Windows SDK v10.4.0のリリース
Box Windows SDK v6.3.0のリリース
Box Sign Text Input Validations for Public API and Template Tags
Box Sign Text Input Validations for Public API and Template Tags
We've extended Box Sign's text input validation capabilities to support both Public API and template tags. This enables developers and users to apply validation rules programmatically and through templates, closing a critical feature gap for enterprise workflows.
What's new
Text input validation is now supported through:
- Public API: Create signature requests with validation rules using the Sign API endpoints.
- Template tags: Apply validation rules directly in document templates for use with Public API, Doc Gen, and Salesforce integrations.
- Custom regex patterns: Define custom validation patterns beyond the predefined validation types.
Why it matters
This update addresses key integration needs:
- Public API developers can programmatically create signature requests with validation rules, including custom regex, ensuring data quality at scale.
- Salesforce integration users can now leverage text input validation rules for fields that sync back to Salesforce.
- Doc Gen users can apply validation to fields in automated document workflows. Template Tags with validation support particularly benefits workflows where templates are used programmatically through integrations, eliminating the previous gap where validation was only available through the web interface.
API updates
The following endpoints now support text input validation:
POST /sign_requests— Create sign request with validation.GET /:sign_request_id— Get sign request details including validation.GET /sign_requests— List sign requests with validation info.GET /:template_id— Get template with validation rules.GET /sign_templates— List templates with validation info.
Getting started
To use text input validation:
- Review the Create sign request endpoint for adding validation to signature requests.
- Check out the Box Sign documentation for applying validation in Template Tags.
- Explore custom regex patterns for advanced validation scenarios.
サポート情報
問題がある場合やさらにガイドが必要な場合は、必要なサポートについて、BoxのDeveloper Forumに英語でリクエストを投稿してください。
Box Node SDK v10.2.0のリリース
Box Node SDK v10.2.0のリリース
バグ修正
新機能と機能強化
- AI抽出から
confidence_scoreとinclude_confidence_scoreを削除 (box/box-openapi#567) (#1243) (55d6cd0) - AIによる抽出 (構造化) で
includeConfidenceScoreおよびincludeConfidenceScoreフィールドをサポート (box/box-openapi#566) (#1228) (4bf9f46) - 新しい署名リクエストのメタデータをサポート (box/box-openapi#565) (#1226) (
8dfc1cc) - 例外のエラーメッセージを更新 (box/box-codegen#896) (#1233) (
b298afa)
Box Node SDK v4.2.0のリリース
Box Node SDK v4.2.0のリリース
バグ修正
- boxsdkgen: unionタイプの重複を削除 (box/box-codegen#898) (#1241) (
c56f808) jsonwebtokenの依存関係を昇格 (#1244) (49692e3)
新機能と機能強化
- boxsdkgen: AI抽出から
confidence_scoreとinclude_confidence_scoreを削除 (box/box-openapi#567) (#1245) (3a74388) - boxsdkgen: AIによる抽出 (構造化) で
includeConfidenceScoreおよびincludeConfidenceScoreフィールドをサポート (box/box-openapi#566) (#1227) (8e2b109) - boxsdkgen: 新しい署名リクエストのメタデータをサポート (box/box-openapi#565) (#1225) (
955b6ba) - boxsdkgen: 例外のエラーメッセージを更新 (box/box-codegen#896) (#1232) (
b140428)