Purpose:
Automatically generate and issue professional-looking certificates to members upon successful completion of a course or specific modules, providing recognition for their achievement (especially useful for agent training).
Creating a Certificate Template:
- Navigate to
Memberships
→Certificates
→Templates
tab. - Click
+ Create Template
. - Use the visual editor to design your certificate:
- Choose a
Background
image or color. - Add
Text
elements for titles (e.g., "Certificate of Completion"), recipient name, course name, date, etc. - Add your Agency
Logo
(Image
element). - Insert Dynamic Fields (Merge Tags): Use placeholders that will be automatically filled with specific information when the certificate is issued:
{{contact.name}}
or{{member.name}}
: Recipient's full name.{{offer.title}}
: Name of the Offer granting access to the completed course.{{product.title}}
: Name of the completed Course Product.{{completion_date}}
: Date the course/module was completed.{{certificate.id}}
: Unique ID for the generated certificate.- You can also often use standard
Contact Custom Fields
(e.g.,{{contact.custom.license_number}}
).
- Arrange elements visually.
- Choose a
Save
the template with a descriptive name (e.g., "New Agent Onboarding Certificate Template
").
Assigning and Issuing Certificates:
There are a few ways certificates can be triggered:
- Via
Workflow
(Recommended & Most Flexible):- Create a
Workflow
. - Use the
Trigger
:Product Completed
. - Filter:
Product is
→ Select the specific courseProduct
. - Add the
Action
:Issue Certificate
. - Select the
Certificate Template
you created. - (Optional but Recommended) Add
Send Email
Action: Send an email congratulating the member and include the link to their certificate using the merge tag{{certificate.url}}
.
- Create a
- Via Course Completion Setting (Simpler):
- Navigate to
Memberships
→Products
→Edit
the specific Product. - Go to the
Customize
tab. - Scroll down to the
Certificates
section. - Select the
Certificate Template
from the dropdown to be automatically issued when a member completes *this entire product*.
- Navigate to
- Via Category Completion: You can add a
Certificate
as the very last item within aProduct
Category
's outline. Select the template here to issue it when that specific module/category is marked complete.
Accessing Certificates:
- Members: Logged-in members can typically view and download their earned certificates from their profile or dashboard area within the
Client Portal
. - Admin: You can view a list of all issued certificates via
Memberships
→Certificates
→Issued Certificates
tab.