• Resolved mubiesam

    (@mubiesam)


    I created an automation workflow to get 2 parameters from WordPress to n8n Webhook node, after comparing the course that the user attempted to take and the courses that the user had enrolled before in Moodle, to determine whether the user needs to attend the Pre-Course or not.

    The final step after IF node, I want to redirect the user to a web page of WordPress?HTTP Responses2wpN – SEE Learning Taiwan?1?if requiresPreCourse is true. Otherwise, a popup message will be shown to indicate the user to continue taking the course.

    Output of HTTP Request node at the end of workflow shows “Node executed successfully” but did not redirect to the WordPress page expected.

    Will your plugin solve this problem?

    Thanks

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Support wayes001

    (@wayes001)

    Thank you for reaching out, and I hope you’re doing well.

    It sounds like you’ve set up a detailed automation workflow. Webhooks are indeed versatile tools that can help trigger actions, receive notifications, and integrate with external services in real time.

    Our plugin, Bit Integrations, allows you to automate and connect various WordPress plugins with webhooks, streamlining your lead generation and customer management processes. Here’s the documentation for outgoing webhook actions to provide further insights.

    In your case, after submitting a form, the webhook can fetch and send data to n8n, along with a redirect URL in the form.Please note that conditional redirects based on responses from n8n are not supported within this framework. If you need more complex behavior, you could achieve this using a custom action with raw code. More details can be found in the custom action documentation.

    Additionally, you can use redirection in the form you wish to implement, provided your form supports this feature.

    I hope this information is helpful! Please let us know if you have any further questions.

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.