Weavz
Precoro

Precoro

Procurement API for purchase orders, invoices, receipts, payments, suppliers, products, custom fields, and webhooks.

7 tools
2 triggers

Tools

Name
list_records

List Precoro purchase orders, invoices, receipts, payments, suppliers, products, contracts, locations, users, or custom fields.

get_record

Get one Precoro record. Precoro supports comma-separated document IDNs for full document detail endpoints.

create_record

Create Record in Precoro for API-supported resources such as suppliers, products, documents, payments, or custom fields.

update_record

Update Record in Precoro for API-supported resources such as suppliers, products, documents, payments, or custom fields.

patch_record

Patch Record in Precoro for API-supported resources such as suppliers, products, documents, payments, or custom fields.

delete_record

Delete a Precoro record when the selected API resource supports deletion.

submit_document_approval_action

Submit a Precoro approval or rejection POST for a document waiting for approval.

Triggers

Name
new_or_updated_record

Poll Precoro records using query filters and emit records whose created/modified timestamp advanced since the prior run.

webhook_event

Receive Precoro webhooks configured in Precoro for supported add/update events.

Quick Start

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

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

const result = await weavz.actions.execute('precoro', 'list_records', {
  workspaceId: '550e8400-e29b-41d4-a716-446655440000',
  integrationAlias: 'precoro',
  input: { /* ... */ },
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Precoro 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 Precoro support?

Precoro supports 7 tools including List Records, Get Record, Create Record, Update Record, Patch Record, and more.

Can I use Precoro with AI agents?

Yes. Add Precoro 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 Precoro be used in stateful agent workflows?

Yes. Agents can combine Precoro 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 Precoro use?

Precoro uses Custom. Weavz stores credentials securely and uses them for authorized action execution.

How much does the Precoro integration cost?

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

What triggers does Precoro support?

Precoro supports 2 triggers including New or Updated Record, Webhook Event.

Connect Precoro in minutes

Get 20,000 free action executions every month. No credit card required.