Update a VWO draft campaign
vwo_update_draft_campaignsUpdate a VWO draft campaign's configuration by specifying fields to change. Overwrites the saved draft without affecting live visitors.
Instructions
Update a draft campaign's configuration. Drafts are not live, so this does not affect visitors, but it does overwrite the saved draft.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Fields to change on the draft campaign. VWO does not publish a schema for this request body; see https://developers.wingify.com/reference/update-draft-of-current--sub-account for the accepted fields. The object is sent to VWO as-is. | |
| draftId | Yes | VWO draft campaign id. Call vwo_list_drafts if you do not have it. | |
| 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. | |
| 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. |