Getting Started with Event Functions

Configure an Event Function and associate it with an Event Listener

Set up an event function that will send automated onboarding emails to the users when they sign up for the Catalyst client application

Test the Setup

Let's test the setup and check if it works properly.

Open the homepage of the client application in your browser. Provide any sample name 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.