Wauld (Preview)

Wauld enables organizations to create, issue, manage, share, and verify secure digital credentials, including certificates and badges. It helps education providers, training organizations, associations, and businesses automate credential issuance, reduce administrative work, and connect credentialing activities with their existing applications and workflows.

This connector is available in the following products and regions:

Service Class Regions
Copilot Studio Premium All Power Automate regions except the following:
     -   US Government (GCC)
     -   US Government (GCC High)
     -   China Cloud operated by 21Vianet
     -   US Department of Defense (DoD)
Logic Apps Standard All Logic Apps regions except the following:
     -   Azure Government regions
     -   Azure China regions
     -   US Department of Defense (DoD)
Power Apps Premium All Power Apps regions except the following:
     -   US Government (GCC)
     -   US Government (GCC High)
     -   China Cloud operated by 21Vianet
     -   US Department of Defense (DoD)
Power Automate Premium All Power Automate regions except the following:
     -   US Government (GCC)
     -   US Government (GCC High)
     -   China Cloud operated by 21Vianet
     -   US Department of Defense (DoD)
Contact
Name Wauld Support
URL https://feedback.wauld.com
Email support@wauld.com
Connector Metadata
Publisher Wauld
Website https://www.wauld.com/
Privacy policy https://wauld.com/privacy-policy
Terms https://wauld.com/terms-of-use
Categories Business Management;Productivity

Wauld

Wauld is a digital credentialing platform that helps organisations create, issue, manage, share, and verify digital badges and certificates. The Wauld connector enables users to issue credentials from automated flows and start flows when new credentials are issued in Wauld.

Publisher: Wauld

Prerequisites

To use the Wauld connector, you need:

  • An active Wauld account.
  • Access to the Wauld workspaces, engagements, and documents that will be used in the flow.
  • A valid access token from Wauld.
  • At least one configured credential document in Wauld before using the trigger or action.

Supported Triggers

The connector supports the following trigger:

New Credential Issued

Starts a flow when a new credential is issued in Wauld.

When configuring the trigger, enter the valid account id to finish set up.

The trigger returns the issued credential data made available by Wauld, including recipient and credential information that can be mapped to later steps in the flow.

Supported Operations

The connector supports the following operation:

Issue Credential

Issues a Wauld credential to a recipient.

When configuring the action, select the relevant:

  • Workspace
  • Engagement
  • Document

Then map the recipient information and any required document attributes. The available fields may vary depending on the selected Wauld document.

Obtaining Credentials

The Wauld connector uses secure access token authentication.

To obtain an access token:

  1. Sign in to your Wauld account.
  2. Open Integrations.
  3. Select Power Automate.
  4. Generate a new access token.
  5. Copy the token and store it securely.
  6. Paste the access token exactly as generated.

The access token provides access according to the permissions of the associated Wauld account. Do not share the token publicly or commit it to a source-code repository.

If a token is regenerated or revoked in Wauld, connections using the previous token must be updated with the new token.

Frequently Asked Questions

https://help.wauld.com/en/help/articles/8431658-power-automate-integration

Known Issues and Limitations

  • The initial connector version supports one trigger and one action.
  • The New Credential Issued trigger only processes credentials issued after the flow is enabled. It does not return historical issuance events.
  • The trigger is scoped to the selected Wauld account. Any credential issued within that account will trigger the flow in Power Automate. To trigger the flow only for a specific document or engagement, use Power Automate's built-in Condition control to filter the trigger response.
  • The Issue Credential action issues one credential per action execution.
  • Required action fields depend on the configuration of the selected Wauld document.
  • If a selected workspace, engagement, or document is removed or the user's access changes, the flow may fail and require reconfiguration.
  • A revoked or regenerated Wauld access token causes authentication failures until the Power Automate connection is updated.
  • Credential voiding, revocation, resending, updating, and historical credential lookup are not supported in the initial connector version.
  • The connector can access only the Wauld resources available to the account associated with the access token.

Deployment Instructions

Refer the documentation here to deploy this connector as a custom connector in Microsoft Power Automate and Power Apps.

Creating a connection

The connector supports the following authentication types:

Default Parameters for creating connection. All regions Not shareable

Default

Applicable: All regions

Parameters for creating connection.

This is not shareable connection. If the power app is shared with another user, another user will be prompted to create new connection explicitly.

Name Type Description Required
Access Token securestring The Access Token for this api True

Actions

Issue credential

Issues a new credential using the selected document and recipient details.

Issue credential

Issues a new credential using the selected document and recipient details.

Parameters

Name Key Required Type Description
Account ID
account True string

Find your Wauld account ID in the URL after wauld.app/. It starts with acc_. Copy and paste it here.

Workspace
workspace True string

Choose the Wauld workspace where the document to be issued is located.

Engagement
engagement True string

Choose the engagement that contains the document to be issued.

document
parent True string

Choose the document that is to be issued as a credential.

name
name string

Enter the full name of the recipient who will receive the credential.

email
email string

Enter the email address of the recipient. Wauld sends the issued credential to this address.

name
name string

Pick one of the selected document's custom attributes.

value
value string

The value for this attribute, shown on the credential.

sharable
sharable boolean

Choose whether recipients can share issued credentials externally.

linked_in
linkedIn boolean

Choose whether recipients can add issued credentials to their LinkedIn profiles.

expire_time
expireTime date-time

Enter the expiry date in RFC3339 format (for example, 2026-12-31T23:59:59Z) for the credential to be issued. Leave this field blank if the credential should never expire.

Returns

Credential
wauld_Credential

Triggers

When a new credential is issued

This operation triggers when a new credential is issued.

When a new credential is issued

This operation triggers when a new credential is issued.

Parameters

Name Key Required Type Description
Account ID
parent True string

Find your Wauld account ID in the URL after wauld.app/. It starts with acc_. Copy and paste it here.

events
events True array of string

Fixed to the credential-issued event for this trigger.

name
name string

Label for this webhook inside Wauld. Under 50 characters.

Returns

CredentialIssued
WebhookNotificationPayload

Definitions

google_protobuf_Timestamp

wauld_Credential

Name Path Type Description
id
id string

The unique identifier of the issued credential.

parent
parent string

The fully qualified ID of the document this credential was issued from.

published
published boolean

Whether the credential has been published.

Document
document wauld_Credential_Document

A partial view of a document that stays fixed for the lifetime of a credential once it is published.

Recipient
recipient wauld_Credential_Recipient
attributes
attributes array of wauld_Credential_Attribute

The custom attribute values set on this credential.

expireTime
expireTime google_protobuf_Timestamp
publishTime
publishTime google_protobuf_Timestamp
view_count
viewCount integer

The number of times the credential has been viewed.

downloadable
downloadable boolean

Whether the credential can be downloaded.

sharable
sharable boolean

Whether the recipient can share this credential externally.

wallet
wallet boolean

Whether the recipient can add this credential to Apple Wallet or Google Wallet.

linked_in
linkedIn boolean

Whether the recipient can add this credential to their LinkedIn profile.

void
void boolean

Whether the credential has been voided. This is a non-reversible state.

access_revoked
accessRevoked boolean

Whether the recipient's access to this credential has been removed. This is a reversible state.

verify_count
verifyCount integer

The number of times the credential has been verified.

ChangeRequest
changeRequest wauld_Credential_ChangeRequest
voidTime
voidTime google_protobuf_Timestamp
download_count
downloadCount integer

The number of times the credential has been downloaded.

ancestor
ancestor string

The ID of the credential that this credential replaced, if any.

successor
successor string

The ID of the credential that replaced this credential, if any.

wauld_Credential_Attribute

Name Path Type Description
name
name string

Pick one of the selected document's custom attributes.

value
value string

The value for this attribute, shown on the credential.

wauld_Credential_ChangeRequest

Name Path Type Description
subject
subject string

The subject line of the change request.

body
body string

The message content of the change request.

attachments
attachments array of string

Files attached to the change request.

wauld_Credential_Document

A partial view of a document that stays fixed for the lifetime of a credential once it is published.

Name Path Type Description
name
name string

The name of the document.

IssuingAuthority
issuingAuthority wauld_Credential_IssuingAuthority
engagement_name
engagementName string

The name of the engagement this document belongs to.

Template
template wauld_Document_Template
Type
type wauld_Document_Type
skills
skills array of string

The skills associated with this document.

criteria
criteria array of wauld_Document_EarningCriterion

The criteria a recipient must meet to earn this credential.

wauld_Credential_IssuingAuthority

Name Path Type Description
name
name string

The name of the issuing organization.

website_url
websiteUrl string

The website address of the issuing organization.

logo
logo string

The logo image of the issuing organization.

verified
verified boolean

Whether the issuing organization has been verified.

linkedin_organization_id
linkedinOrganizationId string

The LinkedIn organization identifier for the issuer.

bio
bio string

A short biography of the issuing organization.

timezone
timezone string

The timezone of the issuing organization.

wauld_Credential_Recipient

Name Path Type Description
name
name string

Enter the full name of the recipient who will receive the credential.

email
email string

Enter the email address of the recipient. Wauld sends the issued credential to this address.

wauld_Document_EarningCriterion

Describes how the credential is earned.

Name Path Type Description
type
type string

The type of earning criterion.

description
description string

A description of how this criterion is met.

supporting_link
supportingLink string

A link that supports evidence of this criterion.

wauld_Document_Template

Name Path Type Description
Vector2
bounds wauld_Document_Template_Vector2
elements
elements array of wauld_Document_Template_Element

The elements that make up the template, rendered in the order they appear.

fill
fill string

The background fill color to use.

image
image string

The image URL to load as the background.

wauld_Document_Template_Element

Name Path Type Description
Vector2
position wauld_Document_Template_Vector2
Vector2
size wauld_Document_Template_Vector2
rotation
rotation integer

The rotation angle in degrees from the y-axis (north).

Image
image wauld_Document_Template_Image

An image asset uploaded by the user.

QR
qr wauld_Document_Template_QR
Signature
signature wauld_Document_Template_Signature

A special kind of text element with limited styling controls.

Svg
svg wauld_Document_Template_Svg

An SVG element similar to an image, but with support for simple color substitutions before rendering.

Text
text wauld_Document_Template_Text

wauld_Document_Template_Image

An image asset uploaded by the user.

Name Path Type Description
id
id string

The identifier of the uploaded raster or SVG image.

wauld_Document_Template_QR

Name Path Type Description
color
color string

The color of the QR pattern.

background
background string

The background color of the QR code.

image
image string

The ID of an image asset placed inside the QR code, if any.

url
url string

The data encoded in the QR code. Use "@self" for the verification QR code.

wauld_Document_Template_Signature

A special kind of text element with limited styling controls.

Name Path Type Description
content
content string

The text content of the signature.

color
color string

The color of the signature text.

font_family
fontFamily string

The font family used for the signature.

font_size
fontSize float

The font size used for the signature.

wauld_Document_Template_Svg

An SVG element similar to an image, but with support for simple color substitutions before rendering.

Name Path Type Description
id
id string

The identifier of the predefined SVG element to use.

colors
colors array of string

The colors to substitute into the SVG's color placeholders, in order.

wauld_Document_Template_Text

Name Path Type Description
paragraphs
paragraphs array of wauld_Document_Template_Text_Paragraph

The paragraphs that make up this text element.

wauld_Document_Template_Text_Paragraph

A block of contiguous text without any line breaks.

Name Path Type Description
spans
spans array of wauld_Document_Template_Text_Span

The spans of text that make up this paragraph.

TextAlign
textAlign wauld_Document_Template_Text_TextAlign

wauld_Document_Template_Text_Span

A segment of text that shares the same styles and attributes.

Name Path Type Description
content
content string

The text content of the span.

Attribute
attribute wauld_Document_Template_Text_Span_Attribute
color
color string

The color of the text.

font_size
fontSize float

The font size of the text.

font_family
fontFamily string

The font family of the text.

font_weight
fontWeight string

The font weight of the text.

font_style
fontStyle string

The font style of the text.

text_decoration
textDecoration string

The text decoration applied to the text.

wauld_Document_Template_Text_Span_Attribute

Name Path Type Description
name
name string

The name of the attribute represented by this span.

wauld_Document_Template_Text_TextAlign

TextAlign
string

wauld_Document_Template_Vector2

Name Path Type Description
x
x float

The X coordinate.

y
y float

The Y coordinate.

wauld_Document_Type

Type
string

WebhookNotificationDocument

Name Path Type Description
id
id string

The unique identifier of the document.

name
name string

The name of the document.

type
type string

The type of document, for example CERTIFICATE or BADGE.

skills
skills array of string

The skills associated with this document.

earningCriteria
earningCriteria array of WebhookNotificationEarningCriterion

The criteria a recipient must meet to earn this credential.

WebhookNotificationIssuer

Name Path Type Description
id
id string

The unique identifier of the issuing organization.

name
name string

The name of the issuing organization.

website
website string

The website address of the issuing organization.

WebhookNotificationRecipient

Name Path Type Description
name
name string

The full name of the recipient.

email
email string

The email address of the recipient.

WebhookNotificationPayload

Name Path Type Description
id
id string

The ID of the issued credential.

Document
document WebhookNotificationDocument
Issuer
issuer WebhookNotificationIssuer
attributes
attributes array of wauld_Credential_Attribute

The custom attribute values set on this credential.

issueTime
issueTime date-time

The date and time the credential was issued.

Recipient
recipient WebhookNotificationRecipient
expireTime
expireTime date-time

The expiry date and time of the credential. Present only if the credential was issued with an expiry.

WebhookNotificationEarningCriterion

Name Path Type Description
type
type string

The type of earning criterion.

description
description string

A description of how this criterion is met.

supportingLink
supportingLink string

A link that supports evidence of this criterion.