We're a SourceForge Top Performer for Digital Credential Management.Read the announcement

All blogs

Automate a Waybook Certificate of Completion With Wauld

Amanda Sequeira
Amanda SequeiraContent Marketing Specialist

Waybook tracks who passed your training, but it cannot hand them a certificate. To automate a Waybook certificate of completion, you connect Waybook to Wauld, a digital credential platform. The moment a team member passes a Waybook test, Wauld issues a branded, verifiable certificate and emails it to them automatically.

This guide is for anyone who runs onboarding, compliance, or partner training in Waybook and needs real proof of completion, not just a green tick in a dashboard. Below, you'll see exactly what Waybook covers, where it stops, and four ways to close the gap.

Key takeaways

  • Waybook is excellent at tracking training, quizzes, and knowledge tests, but it has no native way to issue a branded, verifiable certificate. Proof of learning stays locked inside your account.
  • Wauld closes that gap. It turns a Waybook test submission into an automatically issued certificate of completion or digital badge, each with a unique ID, a QR code, and a public verification page.
  • You can connect the two in four ways, from a no-code Zapier flow to webhooks, a custom trigger URL, or a CSV bulk upload. Wauld's free plan covers up to 300 credentials a year, including automation.

Your team passed the test. Now what?

You built the playbook. New hires read every document, work through each subject, and pass the knowledge test at the end. Waybook tells you they scored 92 percent and marks the module complete. Then the trail goes cold. There is no certificate to hand them, nothing they can show a manager or an auditor, and nothing that proves, six months later, that they finished the compliance training.

For onboarding, that might not matter. However, for compliance training, health and safety, regulated processes, or partner enablement, it matters a great deal. A completion tick is not the same as a certificate someone can verify. This guide shows how to pair Waybook with Wauld so that the moment a team member passes a test, a verifiable certificate of completion lands in their inbox.

What Waybook does well, and where its certificates stop

Waybook is a modern SOP, onboarding, and training platform used by thousands of companies to centralize processes and train teams. It structures knowledge into subjects, documents, and steps. It tracks who has read what, and it tests comprehension before you call someone trained.

The Waybook onboarding dashboard showing training steps marked complete with a progress bar and a locked final assessment
Waybook tracks onboarding and training progress step by step, yet it stops short of issuing a certificate.

On the training side, Waybook is genuinely strong:

  • Knowledge tests and quizzes with a minimum pass score to certify understanding
  • Policy acceptance, so people formally agree to your terms
  • Progress tracking at the step, document, and subject level
  • Reporting and an audit log for compliance evidence

What Waybook does not do is issue a certificate. There is no built-in certificate designer, no verifiable credential, and no shareable proof of completion. Waybook's own team has publicly acknowledged that a completion diploma is a requested feature rather than a shipped one. So today, when someone passes a test, the record lives in your Waybook reports and nowhere else.

That leaves a familiar gap:

  • No document the learner can download, print, or add to LinkedIn
  • No unique ID or QR code, so nothing can be independently verified
  • No branded certificate that reflects your company, only an internal status
  • No way for an auditor or client to confirm a credential without logging into your Waybook

Where Wauld fills the certificate gap

Wauld is a digital credential platform that handles the full lifecycle a certificate needs: design, issue, deliver, verify, and track. It is built to do exactly the part Waybook leaves out. Instead of a status buried in a dashboard, each completion becomes a real certificate of completion or digital badge that stands on its own. If you are still comparing tools, our guide to the best digital certificate platforms breaks down what to look for.

Diagram showing a passed Waybook test flowing through Wauld into a verified certificate of completion with a unique ID and QR code
Waybook tracks the test; Wauld turns the pass into a verifiable certificate of completion.

Here is what Wauld adds on top of a Waybook test pass:

  • Branded certificate from the Design Studio
  • Unique credential ID on every certificate
  • Public verification page and QR code
  • Auto-filled name, email, score, and date
  • Automated email delivery on issue
  • One-click LinkedIn sharing for learners
  • Real-time analytics on every credential

For example, the recipient's name, email, test name, score, and date all populate the moment the credential is created. Meanwhile, you get real-time analytics on opens, downloads, verifications, and LinkedIn shares. Here is the difference in practice.

CapabilityWaybook on its ownWaybook + Wauld
Track test completionYesYes
Issue a branded certificateNoYes
Unique ID per credentialNoYes
Public verification link and QR codeNoYes
Automated email delivery of certificateNoYes
LinkedIn sharing for learnersNoYes
Analytics on the credential itselfNoYes

Four ways to automate your Waybook certificate of completion

You do not need to be a developer to automate this. Below are four integration methods, from the fastest no-code route to a zero-tech fallback. Pick the one that matches your stack and volume. If you have set up certificate automation for another platform before, this will feel familiar. It follows the same pattern as our Skilljar certificate automation guide, adapted for Waybook's test triggers.

Method 1: Zapier, the fastest no-code route

Waybook has a native Zapier app with 3,000-plus integrations, and Wauld connects to Zapier too. So this is the quickest path to certificate automation. The trigger you want is Waybook's test submission event, which fires when a team member submits a knowledge test.

Zapier flow with a Waybook New Test Submission trigger, a filter for a passing score, and a Wauld Issue Credential action
The three-step Zap: a Waybook trigger, a pass filter, then Wauld's Issue Credential action.

The flow works like this:

  1. 1

    Choose the trigger

    In Zapier, create a new Zap and pick Waybook as the trigger app. Select the New Test Submission trigger and connect your Waybook account.

  2. 2

    Filter for a passing score

    Add a filter step so the Zap only continues when the test is passed, for example, score greater than or equal to your pass mark.

  3. 3

    Add the Wauld action

    Choose Wauld, then the Issue Credential action. Connect your account with a token from Integrations, then Zapier, then Generate Token.

  4. 4

    Map the fields and turn it on

    Map the Waybook fields (name, email, test name, score, date) to Wauld's dynamic attributes. Turn the Zap on, and every passing submission now issues a certificate automatically.

Best for: teams that want reliable, no-code automation live in an afternoon and already use Zapier.

A quick cost note: Wauld's Zapier automation is included even on the free plan. However, a multi-step Zap with a filter may require Zapier's paid tier, so factor that in if you need conditional logic.

Method 2: Webhooks for real-time issuance

If you would rather not run a Zapier subscription, or you want lower latency, use webhooks. Wauld exposes a custom trigger URL for each credential template. It issues a credential when it receives a POST request. Therefore, any system that can send Waybook completion data to that URL can drive the automation.

The flow:

  1. In Wauld, open your certificate template and copy its custom trigger URL.
  2. Send Waybook's test or completion data to that URL as a POST payload, either through your own middleware or through Webhooks by Zapier.
  3. Include the recipient's name, email, and test details in the payload so Wauld can populate the certificate.

Best for: teams that want real-time issuance and are comfortable sending a structured payload, without a recurring Zapier plan.

Method 3: Custom trigger and API for developer pipelines

For engineering teams building a custom onboarding or compliance pipeline, Wauld's custom trigger URL and API let you issue credentials programmatically at scale. You control exactly when a certificate is issued, how you batch issuance, and how data flows between the two tools.

The flow:

  1. Capture the Waybook test result in your own application or data layer.
  2. Apply whatever business logic you need, such as pass thresholds, role checks, or waiting periods.
  3. POST the recipient data to Wauld's trigger URL or API endpoint to issue the certificate.

Best for: developer teams that want full control, custom logic, and high-volume issuance inside an existing system.

Method 4: CSV bulk upload, a zero-tech fallback

Sometimes you just need to issue a batch of certificates once, with no automation at all. Waybook lets you export completion and reporting data, and Wauld supports bulk issuance from a spreadsheet.

The flow:

  1. Export your Waybook completion or test report.
  2. Format the columns Wauld needs, at minimum name and email, plus any custom fields on your template.
  3. Upload the file to Wauld and issue the whole batch in one operation.

Best for: one-off cohorts, historical backfills, or teams that want proof of completion without building any integration.

Method comparison

MethodSetup effortReal-timeBest forOngoing cost
ZapierLow, no codeYesFast, reliable automationFree on Wauld; Zapier paid for multi-step
WebhooksMediumYesReal-time without ZapierFree, some technical setup
Custom trigger / APIHighYesDeveloper pipelines at scaleFree, needs engineering time
CSV bulk uploadVery lowNoOne-off or batch issuanceFree

Beyond the completion certificate

Once Waybook and Wauld are connected, the same plumbing unlocks more than a single certificate.

  • Digital badges for milestones. A full certificate is not always the right reward. Issue a Wauld digital badge when someone finishes a single subject, and save the full certificate for the final test.
  • Compliance re-certification. For training that expires, Wauld's scheduled delivery can reissue credentials on a fixed cycle. So annual compliance certificates go out on time without anyone chasing them.
  • Role and department credentials. Map different Waybook subjects to different Wauld templates. A sales onboarding certificate can then look different from a safety compliance one, each branded and verifiable.
  • Partner and franchise enablement. Issue verifiable certificates to external partners who complete your Waybook training. This gives them proof they can show clients without access to your internal account.

Start automating your Waybook certificates

Waybook proves your team learned the material. Wauld proves it to everyone else. Together, they turn a passed test into a branded, verifiable certificate of completion that lands automatically, with no manual design or emailing.

You can build the Zapier flow above on Wauld's free plan, which includes up to 300 credentials a year with automation, AI design tools, and analytics.

Waybook + Wauld

Turn every passed test into a real certificate

Create a free Wauld account and connect it to your Waybook test in an afternoon.

Create a free account

FAQs

Does Waybook issue certificates on its own? No. Waybook tracks completion, quizzes, and knowledge tests and keeps an audit log, but it does not generate a downloadable or verifiable certificate. That is the gap Wauld fills.

Which Waybook trigger should I use to issue a certificate? For a pass-gated certificate, use Waybook's New Test Submission trigger in Zapier. Then add a filter so only passing scores continue to Wauld's Issue Credential action. You can also trigger on document or subject completion if you certify on completion rather than on a test score.

Do I need a paid plan to automate this? Wauld's automation is available on its free plan, which covers up to 300 credentials a year. A multi-step Zap with a filter may need Zapier's paid tier, or you can use webhooks to avoid a Zapier subscription entirely.

Should I use Zapier or webhooks for Waybook certificate automation? Use Zapier if you want a reliable no-code setup and don't mind a possible paid tier for the filter step. Choose webhooks if you want real-time issuance, lower latency, and no recurring Zapier plan, and you can send a structured POST payload.

Can recipients verify their certificate of completion? Yes. Every Wauld certificate carries a unique ID and a QR code that links to a public verification page. So anyone can confirm it is real without logging into your Waybook.

Can I issue digital badges as well as certificates? Yes. Digital badges use the same triggers and workflow as certificates in Wauld. You can award badges for individual subjects or milestones and reserve the full certificate for final completion.