I’m trying to implement the following behavior:
When a user submits a receipt and amount (for example), I want to trigger an event that could be used to send an automatic email to that user saying we received the receipt of amount {{amount}}
I tried using custom behavior events, but they can only be triggered once, what is the best way of doing this?
