invoices_share_links_create
Create a shareable link for an invoice to let recipients view it without authentication. Returns the share URL, token, and expiry date.
Instructions
Create a new shareable link for an invoice. Returns the share URL, token, and expiry date. The link allows the recipient to view the invoice without authentication.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uuid | Yes | Invoice UUID | |
| companyId | No | Company UUID override (uses active company if not set) | |
| expiryDays | No | Number of days until the link expires (default: 30) |