I created a custom action class in app_code folder inheriting AutomationAction class and overriding execute method. Registered it as an custom action. Triggered when user performs an activity (purc...
I am triggering an Automation action (send an email) and need it to be sent at 10 AM on the next Wednesday after the previous action is triggered. Could you let me know how to achieve this. Can I...