aidelly_create_client_review_link
POST /client-review-links — create a magic-link review portal. Returns the raw token exactly once; store it securely.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | Optional body override for endpoints with sparse parameter schemas. | |
| label | Yes | Human-readable name for the link | |
| query | No | Optional query overrides for endpoints with sparse parameter schemas. | |
| brand_id | No | ||
| expires_at | No | Optional expiration timestamp in ISO 8601 format | |
| client_email | No | Optional client email for notifications | |
| workspace_id | No | Workspace to operate in. Do not ask the user for this UUID — call aidelly_list_workspaces and use the `id` of the matching workspace. Optional for read operations; required when creating content. | |
| idempotency_key | Yes |