Skip to main content

Hi friends this automation is working just for the new users

when i update the courses and trying to add them to the automation the existing members not adding to the new courses

Hi friends this automation is working just for the new users

Debo Ogunrinde

Ayoub GouahiΒ Your automation is only triggerred when membership enrolled paid. For your use case, you may need flowmattics or suretriggers or roll your own?

Ayoub Gouahi

Debo OgunrindeΒ how i can roll my own?

Debo Ogunrinde

Ayoub GouahiΒ there is action hook here https://github.com/WPManageNinja/fluent-community-docs/blob/master/action-hooks.md#course-actions

(I am not a programmer!)

fluent_community/course/created

  • Description: Action hook that runs after a course is created.

  • Parameters:

    • $courseΒ (object): The newly created course object.
  • Example:

    add_action('fluent_community/course/created', function($course) {
        // Perform actions after course creation
    });

Debo Ogunrinde

Ayoub GouahiΒ I don’t think so but you may want to check with wpfusion support.

Debo Ogunrinde

Ayoub GouahiΒ flowmattics