# Webvizio

Webvizio is a visual feedback and collaboration tool for web professionals, enabling users to annotate web pages, share feedback, track bugs, and manage tasks efficiently.

- **Category:** project management
- **Auth:** API_KEY
- **Composio Managed App Available?** N/A
- **Tools:** 2
- **Triggers:** 0
- **Slug:** `WEBVIZIO`
- **Version:** 20260223_00

## Tools

### List Webvizio projects

**Slug:** `WEBVIZIO_LIST_PROJECTS`

Tool to fetch all available Webvizio projects for the authenticated user. Use when you need to retrieve project information or select a project for further operations.

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### List webhook subscriptions

**Slug:** `WEBVIZIO_LIST_WEBHOOKS`

Tool to list all configured outgoing webhook subscriptions. Use when you need an overview of active webhooks before managing them.

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |
