contract_create
Create a new contract from a template or with custom content. Requires at least one signer. The content must contain at least one signature placeholder (for example {{signature}}); with more than one signer, give each signer their own signature placeholder and assign it via signer_fields (for example {{signature_buyer}} and {{signature_seller}}).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| content | No | ||
| signers | Yes | ||
| variables | No | ||
| template_id | No | ||
| expires_in_days | No |