Update VWO custom widgets in bulk
vwo_update_custom_widgetsBulk update custom widgets linked to live VWO campaigns. Caution: endpoint is unverified; validate results after the first call.
Instructions
Change several custom widgets in one request. Widgets can be linked to live campaigns, so edits may affect what visitors see. CAUTION: the endpoint for this operation is inferred, not confirmed — VWO's docs page for it points at an unrelated attribute-list endpoint. Verify the result of the first call before relying on it, and report back if it fails.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Bulk payload describing the widget changes. VWO does not publish a schema for this request body; see https://developers.wingify.com/reference/update-bulk-custom-widgets for the accepted fields. The object is sent to VWO as-is. | |
| 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. |