eavz
10 actions
6 triggers

Actions

Name
create_item

Create a new record in a Podio app with specified field values.

update_item

Update an existing record in a Podio app with specified field values. Only provided fields will be updated.

create_task

Add a new task to an item or workspace with due dates, assignees, and attachments.

update_task

Modify an existing task's details or status. Only specified fields will be updated.

attach_file

Upload and attach a file to an item/task/comment.

create_comment

Post a comment on an item or task.

create_status

Add a status to an item or workspace stream.

find_item

Retrieve a single item by ID or field value.

find_task

Retrieve a task by ID for further updates.

custom_api_call

Make a custom API call to a specific endpoint

Triggers

Name
new_item

Fires when a new item (record/entry) is created in an app

new_task

Fires when a new task is added to any workspace

new_activity

Fires when a new status is created in a workspace stream

item_updated

Fires when an existing item is updated (excluding comments)

new_app

Fires when a new app is created in a workspace

member_added

Fires when a new member is added to a workspace

Quick Start

TypeScript
import { WeavzClient } from '@weavz/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute({
  integrationName: 'podio',
  actionName: 'create_item',
  input: { /* ... */ },
  connectionId: 'conn_id',
  workspaceId: 'ws_id',
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Podio to my app?

Use Weavz Hosted Connect for OAuth2 authentication. Install the SDK, create a connection through the connect portal or API, then execute actions programmatically.

What actions does Podio support?

Podio supports 10 actions including Create Item, Update Item, Create Task, Update Task, Attach File, and more.

Can I use Podio with AI agents?

Yes. Add Podio to an MCP server in TOOLS mode or CODE mode. CODE mode provides 80-98% context reduction with 3 meta-tools for efficient agent access.

What authentication does Podio use?

Podio uses OAuth2. Weavz handles token management, refresh, and secure credential storage automatically.

How much does the Podio integration cost?

The Podio integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.

What triggers does Podio support?

Podio supports 6 triggers including New Item, New Task, New Status, Item Updated, New App, and more.

Connect Podio in 2 minutes

Get 1,000 free actions every month. No credit card required.