• Instructions to Ask a Question

    For any assistance, please click the "Ask a Question" button and select the Pabbly product for which you require support.

    We offer seven comprehensive applications designed to help you efficiently manage and grow your business:

    Our support team endeavors to respond within 24 business hours (Monday to Friday, 10:00 AM to 6:00 PM IST). We appreciate your understanding and patience.

  • Due to Holi celebrations, our team will have limited availability. While we’ll continue to monitor threads, responses may be slightly delayed. Normal operations will resume on Thursday, 5th March 2026.

WooCommerce FreshLearn integration question

Rie

Member
Hi

I am not sure how to set up my integration between WooCommerce and FreshLearn, and I hope you can help? :eek:)

I have several products (both physical and digital), and if a user buys a digital product, they should get access to it in FreshLearn.

It should be pretty simple:
Trigger: User purchases “product A” in WooCommerce. (A user might buy several products, and if any of the purchased products is “product A”, then this trigger takes effect.)
Action 1: If user does not already exist in FreshLearn, create user in FreshLearn. If user already exists in FreshLearn, skip this step and go to next action.
Action 2: Give this user access to “product A” in FreshLearn.

I think this is all I need… But I am not sure how to set it up.

Can you help me with this?


:eek:) Rie
 
P

Pabblymember11

Guest
Hey @Rie

You can try the following step reading your concern -
Woo-commerce New Order (Advance Response) -> Search Member by Email(Freshlearn) -> router
1. Route 1 -> filter (if member id does not exist)-> Create Member(Freshlearn) -> filter (If line items contains product A) -> enroll member(Freshlearn)
2. Route 2 -> filter (if member id exists)-> Update Member(Freshlearn) -> filter (If line items contains product A) -> enroll member(Freshlearn)
 
Top