Looks like it, but you've Triggers and User values translated so I've no idea if it's set to None for Triggers and Automatic for User, but if it is then yes that's correct.so the setting shown on my screenshots above are correct so far?
You don't have to be logged. Ensure your actions access is set to Everybody and CB Auto Actions within CB > Plugin Management is set to Public.how can i access the link without being logged in on frontend?
You may not have any users who meet the criteria. You need to test thoroughly and adjust as needed.there are also no mails sent when i hit the link
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
uncleron12345 wrote: problem solved.
there were some server delay or something, so the correct emails were sent a few hours later :silly:
thanks for your great help!!! works fine now!
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
uncleron12345 wrote: yes, of course. here you are:
1. I've configured a CRON which runs every week. URL Internal User found in Community Builder -> Plugins -> CB Auto Actions -> Parameters
2. I've created an Auto Action with:
Global Tab:
Type: E-Mail
Users: Automatic
Custom ACL: Everybody
Trigger: None, Internal Users (don't know if last is really necessary, but this was the last working configuration I tried)
Conditions Tab:
[cb:parse function="time"][lastvisitdate][/cb:parse]
Less or Equal to
[cb:parse function="time" time="-13 DAY"][cb:date format="Y-m-d H:i:s" /][/cb:parse]
Action Tab:
To: [cb:userdata field="email" /] (so the mail is sent to the associated user)
Subject: Whatever you want/need
Body: For "Hello Text" I've used the following substitution:
Hello [cb:userdata field="firstname" /] [cb:userdata field="lastname" /]
Parameters Tab:
Reload User: set to yes
Exclude Users: not needed here
Format Funktions: no
References: not needed here
Debug: temporarily set to yes for testing
with these settings it works for me.
Notes: For testing I changed the lastvisitdate of some users in database (create backup before!) and ran the CRON via URL manually.
Please Log in or Create an account to join the conversation.