Skip to Content Skip to Menu

CB Auto Actions - send email notification on file uploads

  • D1on
  • D1on
  • OFFLINE
  • Posts: 68
  • Thanks: 3
  • Karma: 0
8 years 8 months ago #288824 by D1on
Hi,

Can you please help me configure the CB Auto Actions plugin to send emails to admin when member upload files in their profile, e.g.

we have three Upload fields names:

cb_rfp_activity1_document
cb_rfp_activity2_document
cb_rfp_activity3_document

that we need admin user to be notified via email that a member has uploaded files via these fields.

Hope you can help.

Thanks,

Dion.

Please Log in or Create an account to join the conversation.

  • krileon
  • krileon
  • ONLINE
  • Posts: 49447
  • Thanks: 8467
  • Karma: 1465
8 years 8 months ago #288852 by krileon
Create an Email action with Triggers set to onAfterUserUpdate. Then under Conditions check that [var1_cb_rfp_activity1_document] is not equal to [var3_cb_rfp_activity1_document]. Next customize the email however you like. That should send an email when the cb_rfp_activity1_document field changes value. If you add more conditions note they are AND conditions and not OR conditions. So to check if any of those fields have changed you'd probably need something like the below for the condition.

[var1_cb_rfp_activity1_document][var1_cb_rfp_activity2_document][var1_cb_rfp_activity3_document] Not Equal To [var3_cb_rfp_activity1_document][var3_cb_rfp_activity2_document][var3_cb_rfp_activity3_document]


Kyle (Krileon)
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly + Read our Documentation + Search the forums
CB links: Documentation - Localization - CB Quickstart - CB Paid Subscriptions - Add-Ons - Forge
--
If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
--
If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please send me a private message with your thread and will reply when possible!
--
Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
--
My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.

Please Log in or Create an account to join the conversation.

Moderators: beatnantkrileon
Powered by Kunena Forum