Test the Application

Let’s test Event app and check if it works as intended.

Open the homepage of the client application in your browser. Provide any name to test in the form. Enter one of your email addresses for Catalyst to send the verification and onboarding emails to and click Get Started.


A verification mail will be sent to your email. Click the link in the email to set up a password to access the client application.


You will be redirected to a password setup page. Enter a password, confirm it, and click Update.


When you click Update, you will be redirected to redirect.html that we configured earlier.

The event listener’s rule will now be triggered.


You can check the status of the event’s processing from the Event Listeners component in your Catalyst console. While it is still being processed, it will be listed under Events in Queue.

When it is successfully processed, the count of Processed Events will change to 1. This implies that the rule has successfully invoked the event_app function and the onboarding email has been sent to the email address you signed up with.


You can check your email to view the onboarding mail.


Clicking the link will redirect you to the home.html page that we configured earlier.


You can also view the user that you added in the Authentication section from the Catalyst console.


The configuration is now functional and works without any errors.

Last Updated 2023-12-15 18:54:08 +0530 +0530