Get VWO campaign share link
vwo_get_campaign_share_linkRetrieve a shareable report link for a campaign, allowing results to be viewed by users without a VWO login.
Instructions
Get a shareable report link for a campaign, for sending results to someone without a VWO login.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| accountId | No | Numeric VWO workspace (account) id to operate on. Required unless the server has a default workspace configured. If the user referred to a workspace by name, either pass workspaceName instead or call vwo_list_workspaces to look up the id — never guess an id. | |
| campaignId | Yes | VWO campaign id. Call vwo_list_campaigns first if you do not have it. | |
| workspaceName | No | Workspace name to resolve to an id, as an alternative to accountId. Must match exactly one visible workspace, otherwise an error lists the candidates. |