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

All blogs

Thinkific Certificates: How to Issue Verifiable Digital Certificates and Badges

Gurleen Kaur Bhatia
Gurleen Kaur BhatiaFounder's Office

Thinkific Certificates

Your student just finished the last lesson in your Thinkific course. They clicked through every module, passed the quiz, and hit 100 percent completion. Thinkific shows them a "Get your certificate" button, they download a PDF, and that is the end of the story. No verification link, no way to confirm it is real, no record of whether anyone ever looked at it again.

For internal training or casual cohorts, that is often fine. Thinkific Certificates reward and motivate your students with a clean, automated PDF, and that part works well. But once you are running paid certification or compliance training, a downloadable PDF with no verifiable certificate status starts to feel thin.

We covered the design and feature gaps in detail in our Thinkific certificates breakdown. This guide picks up where that one left off: four practical ways to connect Thinkific to Wauld so certificates and badges go out automatically as verifiable digital credentials, not just static files.

What Thinkific Certificates Do Out of the Box

Thinkific is an all-in-one platform for building, marketing, and delivering online courses. A certificate is issued as soon as a student completes all published lessons within a course, and students need to click "Complete and continue" on every published lesson to reach 100 percent completion.

Setting one up is simple:

StepWhat you do
Choose a templatePick from seven preset layouts with fixed text and image placement
Set up contentEdit the title, add text above or below the course name, add optional notes
Customize designSelect a font and text color, upload a background image, and add your logo
Assign a certificateAssign the certificate to one or more courses from the Certificates page in the admin dashboard
Student receives itThe student clicks "Get your certificate" within the course or from their account settings to download a PDF

Variables like student name, course name, and issue date automatically populate based on student and course details, and you can add up to four custom fields if your site collects them. Full setup instructions are in Thinkific's own certificates guide. Editing or deleting a certificate only affects students who complete the course going forward, since previously issued certificates are not impacted.

Important Considerations Before You Rely on Native Certificates

A few quirks are worth knowing before you build a program around Thinkific's built-in system:

  • Draft lessons do not count. Only published lessons count toward 100 percent completion of a course.
  • Retroactive issuance is not supported. Students who completed a course before a certificate was assigned will not see the option to get one, and Thinkific does not let you manually generate a completion certificate after the fact.
  • Expiry is supported, but basic. You can set an expiry date per course (after a fixed number of days or on a specific calendar date), but there is no renewal workflow once a certificate lapses.
  • Bundles need Learning Paths. Thinkific's Learning Paths feature handles certificates for multi-course completion instead.
  • Design is fixed. Seven templates, six built-in fonts (Source Sans Pro, Droid Serif, Lato, Montserrat, Open Sans, Raleway), no option to move or resize elements.
  • No verification layer. No QR code, digital signature, or public page to confirm a certificate is genuine, so there is no way to check if a downloaded PDF is a verifiable certificate or an edited copy.

These limits are not a knock on Thinkific. The native system handles the basic case well, a clean PDF when a learner finishes a course, but it was never designed to manage the full lifecycle of a credential.

Where Wauld Fits In

Wauld is a digital credential platform built to design, issue, deliver, verify, and track certificates and badges. Connected to Thinkific, it turns every course completion into a credential that carries its own proof rather than just a name and a date.

FeatureThinkific CertificatesWauld Digital Credentials
Templates7 fixed layouts1,000+ customizable templates
Fonts6 built in, no custom upload20+ fonts, full design freedom
VerificationNoneUnique credential ID, QR code, public verification page
StandardsNot standardizedOpen Badge 3.0 and W3C Verifiable Credential compliant
SharingDownload or print onlyOne-click LinkedIn sharing, Apple Wallet, secure links
AnalyticsNoneOpens, downloads, shares, and verification counts
Retroactive issuanceNot supportedSupported via CSV bulk upload
DeliveryManual download from dashboardAutomated branded email on issuance

For course creators running professional certification, coaching credentials, or compliance training, the gap is less about design polish and more about whether the certificate can stand on its own once it leaves Thinkific.

Methods to Connect Thinkific and Wauld

There are four practical ways to wire Thinkific completions into Wauld, depending on your technical comfort and how much volume you need to handle.

Method 1: Zapier (Fastest, No Code)

Thinkific has an official Zapier app with several available triggers. The two relevant here are Course Completed, for the main certificate, and Lesson Completed, useful for issuing badges at milestones along the way.

Setup steps:

  1. Create a Zap with Thinkific as the trigger app and Course Completed as the event.
  2. Connect your account and test to confirm the payload includes name, email, and course title.
  3. Set Wauld as the action app, choose Issue Credential, and connect using the token from Integrations, Zapier.
  4. Generate Token in your Wauld dashboard.
  5. Map the fields, test, then publish.

Best for: Creators who want automation running within the hour with no code.

ProsCons
No code, fast setupFree Zapier plan caps at 100 tasks/month
Same logic works for badges via Lesson CompletedMulti-step Zaps need a paid plan

Cost: Zapier's free plan covers light volume. The Professional plan, needed for multi-step Zaps, starts around $19.99/month billed annually.

Integration workflow showing Thinkific's Course Completed trigger connected to Wauld's Issue Credential action. The automation issues a new digital credential using the selected template and recipient details after a learner completes a course. Below the workflow are buttons labeled Integrate for free and Start with Google for free.

Connect Thinkific with Wauld to automatically issue verifiable digital certificates when learners complete a course.

Method 2: Webhooks (Real Time, No Subscription)

Wauld generates a custom trigger URL for a specific credential document, and any system that can send a POST request to that URL can issue a credential, skipping a Zapier subscription entirely.

Setup steps:

  1. Copy the custom trigger URL from the credential document in Wauld.
  2. In Thinkific, configure an outgoing webhook pointed at that URL (or use "Webhooks by Zapier" if your plan lacks a direct option).
  3. Map the payload fields and run a test completion to confirm the credential issues correctly.

Best for: Creators who want real-time issuance without paying for task volume.

ProsCons
Real time, no subscription neededRequires comfort mapping payload fields
No per-task billingLess plug-and-play than the Zapier app

Method 3: Custom Trigger or API (Developer-Grade)

For teams running custom enrollment systems or white-labeled course portals, Wauld's API and custom trigger URLs offer the most direct control. Each credential document gets a unique trigger URL, and any backend system can POST to it directly.

Best for: Developer teams building a custom pipeline at scale.

ProsCons
Full control over data and timingRequires development resources
Scales cleanly for high volumeNot practical for non-technical creators

Method 4: CSV Bulk Upload (Zero Tech, Retroactive Fix)

This solves the one gap automation cannot touch: students who completed a course before you assigned a certificate, since Thinkific does not issue retroactively.

Setup steps:

  1. Export completed student records from Thinkific (name, email, course, completion date).
  2. Format the CSV to match your Wauld template's columns, upload it, map the fields, and issue the batch. Every student in the file receives a verifiable credential in one operation.

Best for: Backfilling certificates or one-off batch issuance.

ProsCons
No technical setupManual export and upload each time
Solves the retroactive issuance gapNot automated for future completions

Wauld's Import Recipients dialog showing a CSV upload interface for bulk importing recipient data. The window includes instructions for preparing the CSV file, a drag-and-drop upload area, and Cancel and Import buttons for completing the bulk credential issuance workflow.

Bulk import recipients in Wauld using a CSV file to issue digital certificates and badges at scale.

Comparing the Methods

MethodAutomatedTechnical LevelCost
ZapierYesLowFree Zapier tier or from $19.99/month
WebhooksYes, real timeMediumNo subscription cost
Custom Trigger / APIYesHighDeveloper time only
CSV Bulk UploadNoLowFree

Extended Use Cases: Badges for Milestones

Course completion is not the only moment worth recognizing. Since Wauld treats badges with the same automation logic as certificates, the Lesson Completed trigger opens up milestone recognition without building a second workflow:

  • A welcome badge issued on enrollment to boost early engagement
  • A per-module badge for each major section of a multi-part course
  • A level-up badge when a student moves from a beginner to an advanced track

These badges follow the identical Zapier or webhook setup, just pointed at a badge template instead of a certificate template, giving long courses a reason for students to stay engaged before the final certificate.

Getting Started

Wauld's free plan covers up to 300 credentials and includes verifiable credentials, QR code verification, bulk CSV issuance, LinkedIn sharing, and the full template library, enough to pilot a Thinkific integration before committing to a paid plan. The Growth plan starts from $39/month for higher volume; see current tiers on the Wauld pricing page.