Update a VWO custom widget
vwo_update_custom_widgetUpdate an existing custom widget to modify its behavior; changes apply to linked live campaigns.
Instructions
Change an existing custom widget. Widgets can be linked to live campaigns, so edits may affect what visitors see.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Fields to change on the custom widget. VWO does not publish a schema for this request body; see https://developers.wingify.com/reference/update-a-custom-widget for the accepted fields. The object is sent to VWO as-is. | |
| widgetId | Yes | Custom widget (changeset) id. Call vwo_list_custom_widgets 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. |