Create a VWO custom widget
vwo_new_custom_widgetCreate a new custom widget in a VWO workspace by defining its body properties. Use account ID or workspace name to target the correct workspace.
Instructions
Create a new custom widget in a VWO workspace.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Definition of the custom widget to create. VWO does not publish a schema for this request body; see https://developers.wingify.com/reference/create-a-custom-widget 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. |