Weavz
Certifier

Certifier

Digital credential and certificate issuing platform

10 tools
1 trigger

Tools

Name
list_credentials

List Certifier credentials with cursor pagination.

get_credential

Get a single Certifier credential by ID.

search_credentials

Search Certifier credentials with a structured search body.

create_credential

Create a draft Certifier credential.

create_issue_send_credential

Create a Certifier credential, issue it, and email it to the recipient.

issue_credential

Issue a draft Certifier credential.

send_credential

Email an issued Certifier credential to the recipient.

update_credential

Patch a Certifier credential.

delete_credential

Delete a Certifier credential.

list_credential_templates

List Certifier credential templates.

Triggers

Name
credential_webhook_event

Receive Certifier credential webhook events. Configure the webhook URL in Certifier; this trigger does not verify signatures because raw request bodies are not exposed.

Quick Start

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

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

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

Related Integrations

Works well with

Frequently Asked Questions

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

Certifier supports 10 tools including List Credentials, Get Credential, Search Credentials, Create Credential, Create, Issue, and Send Credential, and more.

Can I use Certifier with AI agents?

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

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

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

How much does the Certifier integration cost?

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

What triggers does Certifier support?

Certifier supports 1 triggers including Credential Webhook Event.

Connect Certifier in minutes

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