Certifier

Learn how to use Certifier with Composio

Overview

SLUG

CERTIFIER

Description

Certifier is a platform that enables organizations to create, manage, and issue digital certificates and credentials.

Authentication Details

bearer_token
stringRequired

Tools

SLUG: CERTIFIER_CERTIFIER_CREATE_ISSUE_SEND_CREDENTIAL

Tool to create, issue, and send a credential in a single request. use when group id and recipient details are ready.

Action Parameters

customAttributes
object
expiryDate
groupId
stringRequired
issueDate
recipient
objectRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: CERTIFIER_CERTIFIER_SEND_CREDENTIAL

Tool to send a published credential via email. use after confirming the credential is published.

Action Parameters

deliveryMethod
stringRequired
id
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: CERTIFIER_LIST_CREDENTIALS

Tool to list credentials. use after authentication to retrieve paginated credentials.

Action Parameters

cursor
string
limit
integerDefaults to 20

Action Response

data
arrayRequired
error
string
pagination
objectRequired
successful
booleanRequired

SLUG: CERTIFIER_LIST_CREDENTIAL_INTERACTIONS

Tool to list credential interactions. use when you need to retrieve interaction events for a specific credential, with optional filtering and pagination.

Action Parameters

credentialId
string
cursor
string
limit
integerDefaults to 20

Action Response

data
arrayRequired
error
string
pagination
objectRequired
successful
booleanRequired

SLUG: CERTIFIER_LIST_DESIGNS

Tool to list all designs. use after authentication to retrieve certificate and badge designs with pagination.

Action Parameters

cursor
string
limit
integerDefaults to 20

Action Response

data
arrayRequired
error
string
pagination
objectRequired
successful
booleanRequired

SLUG: CERTIFIER_LIST_GROUPS

Tool to list all groups. use when you need to retrieve groups with pagination (limit and cursor).

Action Parameters

cursor
string
limit
integerDefaults to 20

Action Response

data
arrayRequired
error
string
pagination
objectRequired
successful
booleanRequired