I tried to use triggered Email, but unsuccessful, hope for help, thank you ! the below is code.
Hi Jack,
When you’re importing a function from the backend you should have the function name between two curly brackets.
You also need to import the function from the file that it is in on the backend.
Try the following and see if it works.
import {myBackendTriggerEmail} from "backend/triggerEmailContact.jsw"
Hope this helps!
Dara | Corvid Team
Thank you very much! It is working now.