get_workspace_invitation_link
Creates a shareable invitation link for a workspace, specifying the recipient email and role (Admin, Editor, or Viewer). Returns the invitation ID and access URL.
Instructions
Generate a shareable invitation link for a workspace for a single email.
workspace_id: target workspace ID — get available IDs from list_workspaces()
role_id: 1 = Admin, 2 = Editor, 3 = Viewer
Returns the invitation ID and access link URL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| Yes | |||
| role_id | Yes | ||
| workspace_id | Yes |