Envisio
Connect Envisio plans, projects, employees, and analytics data sources.
Tools
| Name | Description |
|---|---|
list_plansList Envisio plans. | List Envisio plans. |
get_planGet one Envisio plan by ID. | Get one Envisio plan by ID. |
list_goalsList goals for an Envisio plan. | List goals for an Envisio plan. |
list_strategiesList strategies under an Envisio plan goal. | List strategies under an Envisio plan goal. |
list_activitiesList activities under an Envisio strategy. | List activities under an Envisio strategy. |
list_projectsList Envisio PMR projects. | List Envisio PMR projects. |
update_projectUpdate an Envisio PMR project by ID. | Update an Envisio PMR project by ID. |
list_data_sourcesList Envisio Analytics data sources. | List Envisio Analytics data sources. |
update_data_source_rowsReplace or append rows to an Envisio Analytics data source. Use async mode for large updates. | Replace or append rows to an Envisio Analytics data source. Use async mode for large updates. |
track_async_dataTrack an Envisio async data integration status. | Track an Envisio async data integration status. |
Triggers
| Name | Description |
|---|---|
project_updatedPoll Envisio PMR projects and emit projects updated since the last run when updated_at is present. | Poll Envisio PMR projects and emit projects updated since the last run when updated_at is present. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('envisio', 'list_plans', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'envisio',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Envisio to my app?
Use Weavz Hosted Connect for Custom authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.
What tools does Envisio support?
Envisio supports 10 tools including List Plans, Get Plan, List Goals, List Strategies, List Activities, and more.
Can I use Envisio with AI agents?
Yes. Add Envisio to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.
Can Envisio be used in stateful agent workflows?
Yes. Agents can combine Envisio tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.
What authentication does Envisio use?
Envisio uses Custom. Weavz stores credentials securely and uses them for authorized action execution.
How much does the Envisio integration cost?
The Envisio integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
What triggers does Envisio support?
Envisio supports 1 triggers including Project Updated.
Connect Envisio in minutes
Get 20,000 free action executions every month. No credit card required.