Accredible certificates
accredible_certificatesAccredible Certificates is a platform that enables organizations to create, manage, and distribute digital certificates, open badges, and blockchain credentials.
Acciones disponibles (14)
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.
Bulk Create Credentials (V2)ACCREDIBLE_CERTIFICATES_BULK_CREATE_CREDENTIALS_V2AcciónTool to bulk create credentials. use when batching up to 30 credentials in one call; supports multi-status (207) responses.
ACCREDIBLE_CERTIFICATES_BULK_CREATE_CREDENTIALS_V2AcciónTool to bulk create credentials. use when batching up to 30 credentials in one call; supports multi-status (207) responses.
Parámetros de entrada
credentialsobject[]ObligatorioList of up to 30 credentials to create in one batch
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
Clone GroupACCREDIBLE_CERTIFICATES_CLONE_GROUPAcciónTool to clone an existing group. use after confirming the source group exists and you need a copy with optional overrides.
ACCREDIBLE_CERTIFICATES_CLONE_GROUPAcciónTool to clone an existing group. use after confirming the source group exists and you need a copy with optional overrides.
Parámetros de entrada
namestringOverride name of the cloned group (prefixed with 'Copy' if omitted)
group_idintegerObligatorioID of the group to clone
languagestringenumOverride language code for the group
enesviptjafrdanlfinonbro+9meta_dataobjectOverride arbitrary metadata for the group
attach_pdfbooleanOverride PDF attachment setting when notifying recipients
blockchainbooleanOverride blockchain recording setting
signup_urlanyuriOverride signup URL for course enrollment
auto_expiryintegerOverride credential auto-expiry in years; ignored if <=0
course_linkanyuriOverride URL for the course information page
course_namestringOverride course or achievement name visible to the recipient
badge_design_idintegerOverride badge design ID
signup_url_showbooleanOverride showing signup URL
course_link_showbooleanOverride showing course link
learning_outcomesstring[]Override list of learning outcomes
primary_design_idintegerOverride primary design ID
skill_category_idintegerOverride skill category association
course_descriptionstringOverride description visible to the recipient
certificate_design_idintegerOverride certificate design ID
organization_link_showbooleanOverride showing organization link
allow_duplicate_credentialsbooleanOverride allowing duplicate credentials per email
generate_private_credentialbooleanOverride private credential default: true, false, or null to inherit
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 CollectionACCREDIBLE_CERTIFICATES_CREATE_COLLECTIONAcciónTool to create a new collection. use when you need a curated set of groups.
ACCREDIBLE_CERTIFICATES_CREATE_COLLECTIONAcciónTool to create a new collection. use when you need a curated set of groups.
Parámetros de entrada
namestringObligatorioName of the collection
publicbooleanWhether the collection is public
descriptionstringDescription of the collection
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 Evidence ItemACCREDIBLE_CERTIFICATES_CREATE_EVIDENCE_ITEMAcciónTool to create a new evidence item for a credential. use after confirming credential id.
ACCREDIBLE_CERTIFICATES_CREATE_EVIDENCE_ITEMAcciónTool to create a new evidence item for a credential. use after confirming credential id.
Parámetros de entrada
urlanyuriURL of the item when category is url or video
fileanyuriFile URL when category is file
previewanyuriOverride preview image URL for URL category
categorystringObligatorioenumType of evidence item, dictates its display
fileurlvideogradetranscriptpositionintegerPosition index of the evidence item on the credential (0 = first)
descriptionstringObligatorioTitle text for the evidence item displayed on the credential
credential_idstringObligatorioGlobal ID of the credential to attach the evidence item to
string_objectstringString data for grade or transcript categories, e.g., '83'
custom_insightstringOverride auto-generated insight text below the evidence item
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 GroupACCREDIBLE_CERTIFICATES_CREATE_GROUPAcciónTool to create a new group. use after gathering all group details.
ACCREDIBLE_CERTIFICATES_CREATE_GROUPAcciónTool to create a new group. use after gathering all group details.
Parámetros de entrada
namestringObligatorioName of the group (internal reference, not shown to the recipient)
languagestringenumLanguage code for the group
enesviptjafrdanlfinonbro+9meta_dataobjectArbitrary string key-value metadata for this group
attach_pdfbooleanAttach credential PDF to notification email
blockchainbooleanRecord credentials on blockchain
signup_urlanyuriSignup URL for course enrollment
auto_expiryintegerYears until auto-expiry of credential; ignored if <=0
collectionsobject[]List of collection objects with 'id' field
course_linkanyuriURL for course information page
course_namestringObligatorioCourse or achievement name visible to the recipient
department_idintegerDepartment ID for the group; defaults to org default
badge_design_idintegerBadge design ID to render credentials
signup_url_showbooleanDisplay signup URL: true/false or null to inherit
course_link_showbooleanDisplay course link: true/false or null to inherit
learning_outcomesstring[]Learning outcomes list for this group
primary_design_idintegerPrimary design ID to render credentials
skill_category_idintegerSkill category ID to associate
course_descriptionstringObligatorioDescription of the course or achievement visible to the recipient
certificate_design_idintegerCertificate design ID to render credentials
organization_link_showbooleanDisplay organization link: true/false or null to inherit
allow_duplicate_credentialsbooleanAllow duplicate credentials per email: true/false
generate_private_credentialbooleanOverride default private credential setting: true/false or null to inherit
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
Delete CredentialACCREDIBLE_CERTIFICATES_DELETE_CREDENTIALAcciónTool to delete a credential. use after confirming you want to permanently remove an existing credential. executes delete on /credentials/{credential id} endpoint and returns status code.
ACCREDIBLE_CERTIFICATES_DELETE_CREDENTIALAcciónTool to delete a credential. use after confirming you want to permanently remove an existing credential. executes delete on /credentials/{credential id} endpoint and returns status code.
Parámetros de entrada
credential_idstringObligatorioThe unique ID of the credential to delete
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
Delete GroupACCREDIBLE_CERTIFICATES_DELETE_GROUPAcciónTool to delete a group. use after confirming no credentials remain and when you need to permanently remove the group.
ACCREDIBLE_CERTIFICATES_DELETE_GROUPAcciónTool to delete a group. use after confirming no credentials remain and when you need to permanently remove the group.
Parámetros de entrada
group_idintegerObligatorioNumeric ID of the group to delete.
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
Delete ReferenceACCREDIBLE_CERTIFICATES_DELETE_REFERENCEAcciónTool to delete a specific reference by id. use after confirming both credential id and reference id. example: "delete reference 1234 from credential 'abc123'."
ACCREDIBLE_CERTIFICATES_DELETE_REFERENCEAcciónTool to delete a specific reference by id. use after confirming both credential id and reference id. example: "delete reference 1234 from credential 'abc123'."
Parámetros de entrada
reference_idintegerObligatorioID of the Reference to delete (must be positive).
credential_idstringObligatorioID of the Credential to remove the reference from. May be numeric or string-formatted.
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
Generate PDFs for CredentialsACCREDIBLE_CERTIFICATES_GENERATE_PD_FS_FOR_CREDENTIALSAcciónTool to generate pdfs for multiple credentials. use when you need to batch-download a zip archive of certificate pdfs for a list of published credential ids. example: "generate pdfs for credentials [10000005, 10272642]".
ACCREDIBLE_CERTIFICATES_GENERATE_PD_FS_FOR_CREDENTIALSAcciónTool to generate pdfs for multiple credentials. use when you need to batch-download a zip archive of certificate pdfs for a list of published credential ids. example: "generate pdfs for credentials [10000005, 10272642]".
Parámetros de entrada
credential_idsstring[]ObligatorioList of published credential IDs to generate PDFs for
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 TemplatesACCREDIBLE_CERTIFICATES_LIST_TEMPLATESAcciónTool to retrieve a list of all templates. use after authentication to fetch paginated certificate templates.
ACCREDIBLE_CERTIFICATES_LIST_TEMPLATESAcciónTool to retrieve a list of all templates. use after authentication to fetch paginated certificate templates.
Parámetros de entrada
pageintegerPage number of results to fetch
per_pageintegerNumber of templates per page
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
Search CollectionsACCREDIBLE_CERTIFICATES_SEARCH_COLLECTIONSAcciónTool to search for collections. use when you need to filter collections by ids, name, or public flag and paginate through results. e.g., "search for public collections named 'abc' on page 2."
ACCREDIBLE_CERTIFICATES_SEARCH_COLLECTIONSAcciónTool to search for collections. use when you need to filter collections by ids, name, or public flag and paginate through results. e.g., "search for public collections named 'abc' on page 2."
Parámetros de entrada
metaobjectBuild pagination into your search.
sortobjectControls the order in which results are returned.
queryobjectObligatorioFiltering criteria for collections
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
Update GroupACCREDIBLE_CERTIFICATES_UPDATE_GROUPAcciónTool to update an existing group. use when you need to modify group details after fetching its current data.
ACCREDIBLE_CERTIFICATES_UPDATE_GROUPAcciónTool to update an existing group. use when you need to modify group details after fetching its current data.
Parámetros de entrada
namestringName of the group (for internal reference, not shown to the recipient)
group_idintegerObligatorioID of the group to update
languagestringenumLanguage for the group
enesviptjafrdanlfinonbro+9meta_dataobjectArbitrary metadata to associate with this group
attach_pdfbooleanWhether to attach the Credential PDF to the email when recipient is informed
blockchainbooleanEnable or disable recording of these Credentials on a Blockchain
signup_urlanyuriURL for recipients to sign up for the course
auto_expiryintegerNumber of years from issue date after which the credential will automatically expire; ignored if <=0
collectionsobject[]List of collections to assign; each object needs an 'id' field
course_linkanyuriURL to the web page with information related to this group
course_namestringName of the course or achievement visible to the recipient
department_idintegerDepartment that the group belongs to; if not defined, it defaults to the organization's default department
badge_design_idintegerBadge Design ID which the group will use to display credentials
signup_url_showbooleanShow or hide the signup URL; true to show, false to hide, null to inherit default
course_link_showbooleanShow or hide the course link; true to show, false to hide, null to inherit default
learning_outcomesstring[]List of learning outcomes for this group
primary_design_idintegerPrimary Design ID which the group will use to display credentials
skill_category_idintegerID of the skill category to associate with this group
course_descriptionstringDescription of the course or achievement visible to the recipient
certificate_design_idintegerCertificate Design ID which the group will use to display credentials
organization_link_showbooleanShow or hide link to the organization's homepage; true to show, false to hide, null to inherit default
allow_duplicate_credentialsbooleanWhether an email address can receive more than one credential in this group; defaults to false
generate_private_credentialbooleanOverride department default for private credentials; true or false to override, null to inherit department setting
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
Update ReferenceACCREDIBLE_CERTIFICATES_UPDATE_REFERENCEAcciónTool to update a reference by id. use when you need to modify a reference's details for a credential. use after retrieving the reference id to change comments or relationship.
ACCREDIBLE_CERTIFICATES_UPDATE_REFERENCEAcciónTool to update a reference by id. use when you need to modify a reference's details for a credential. use after retrieving the reference id to change comments or relationship.
Parámetros de entrada
referenceobjectObligatorioObject containing only the reference fields to modify.
reference_idintegerObligatorioID of the reference to update.
credential_idstringObligatorioID of the credential containing the reference.
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
View All Skill CategoriesACCREDIBLE_CERTIFICATES_VIEW_ALL_SKILL_CATEGORIESAcciónTool to retrieve all skill categories. use when you need to list all available skill categories (e.g., to link them to groups).
ACCREDIBLE_CERTIFICATES_VIEW_ALL_SKILL_CATEGORIESAcciónTool to retrieve all skill categories. use when you need to list all available skill categories (e.g., to link them to groups).
Parámetros de entrada
Sin parámetros.
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