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

Set up the IDE

This tutorial covers using the Microsoft Visual Studio code editor to develop the function and the client in. You can use any IDE of your choice. 

Open the Visual Studio code editor and open your project by navigating to the root directory where you initialized the project. You can now view the boilerplate code structure that was auto-generated by the Catalyst CLI.

We will use the IDE to code the function and the client components after the next step in this tutorial.