Certifier
certifierCertifier is a platform that enables organizations to create, manage, and issue digital certificates and credentials.
Acciones disponibles (6)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Send a CredentialCERTIFIER_CERTIFIER_SEND_CREDENTIALAcciónTool to send a published credential via email. use after confirming the credential is published.
CERTIFIER_CERTIFIER_SEND_CREDENTIALAcciónTool to send a published credential via email. use after confirming the credential is published.
Parámetros de entrada
idstringObligatorioThe unique identifier of the credential to send.
deliveryMethodstringObligatorioDelivery method; only 'email' is supported.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create, issue, and send credentialCERTIFIER_CREATE_ISSUE_SEND_CREDENTIALAcciónTool to create, issue, and send a credential in a single request. use when group id and recipient details are ready.
CERTIFIER_CREATE_ISSUE_SEND_CREDENTIALAcciónTool to create, issue, and send a credential in a single request. use when group id and recipient details are ready.
Parámetros de entrada
groupIdstringObligatorioThe unique identifier of the group to which the credential belongs.
issueDateanydateISO 8601 date string when the credential is issued (YYYY-MM-DD).
recipientobjectObligatorioRecipient details: name and email.
expiryDateanydateISO 8601 date string when the credential expires (YYYY-MM-DD).
customAttributesobjectKey-value map of custom attributes (tag → text value).
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Credential InteractionsCERTIFIER_LIST_CREDENTIAL_INTERACTIONSAcciónTool to list credential interactions. use when you need to retrieve interaction events for a specific credential, with optional filtering and pagination.
CERTIFIER_LIST_CREDENTIAL_INTERACTIONSAcciónTool to list credential interactions. use when you need to retrieve interaction events for a specific credential, with optional filtering and pagination.
Parámetros de entrada
limitintegerMaximum number of interactions to return. Defaults to 20.
cursorstringCursor from previous response to fetch subsequent pages.
credentialIdstringFilter interactions by this credential's ID.
Parámetros de salida
dataobject[]ObligatorioList of credential interaction objects.
errorstringError if any occurred during the execution of the action
paginationobjectObligatorioPagination cursors for result navigation.
successfulbooleanObligatorioWhether or not the action execution was successful or not
List CredentialsCERTIFIER_LIST_CREDENTIALSAcciónTool to list credentials. use after authentication to retrieve paginated credentials.
CERTIFIER_LIST_CREDENTIALSAcciónTool to list credentials. use after authentication to retrieve paginated credentials.
Parámetros de entrada
limitintegerMaximum number of credentials to return. Defaults to 20.
cursorstringCursor from previous response to fetch subsequent pages.
Parámetros de salida
dataobject[]ObligatorioArray of credential objects
errorstringError if any occurred during the execution of the action
paginationobjectObligatorioPagination cursors for navigation
successfulbooleanObligatorioWhether or not the action execution was successful or not
List DesignsCERTIFIER_LIST_DESIGNSAcciónTool to list all designs. use after authentication to retrieve certificate and badge designs with pagination.
CERTIFIER_LIST_DESIGNSAcciónTool to list all designs. use after authentication to retrieve certificate and badge designs with pagination.
Parámetros de entrada
limitintegerMaximum number of designs to return. Defaults to 20. Must be between 1 and 100.
cursorstringCursor from a previous response to fetch the next page.
Parámetros de salida
dataobject[]ObligatorioArray of design objects.
errorstringError if any occurred during the execution of the action
paginationobjectObligatorioPagination cursors for navigation.
successfulbooleanObligatorioWhether or not the action execution was successful or not
List GroupsCERTIFIER_LIST_GROUPSAcciónTool to list all groups. use when you need to retrieve groups with pagination (limit and cursor).
CERTIFIER_LIST_GROUPSAcciónTool to list all groups. use when you need to retrieve groups with pagination (limit and cursor).
Parámetros de entrada
limitintegerMaximum number of groups to return. Defaults to 20. Must be between 1 and 100.
cursorstringCursor from a previous response to fetch the next page.
Parámetros de salida
dataobject[]ObligatorioArray of group objects.
errorstringError if any occurred during the execution of the action
paginationobjectObligatorioPagination cursors for navigation.
successfulbooleanObligatorioWhether or not the action execution was successful or not