Please Log in or Create an account to join the conversation.
"Maximum messages per customer" seams most ideal for your usage so it only sends 1 time and not every hour. Aside from that I don't really know what to tell you as if you use a less than usage it's going to send every hour with it set to 0.Settings "Maximum messages per customer" OR "Maximum messages in total" are not useful in this case and I don't have any other choice to set "0" for an unlimited use..otherwise message will not be sent...
The mailer wasn't really designed to send emails whenever you feel like. It was designed to be paired with CBSubs subscription status so you could send expiration reminders, etc.. This will be improved in later releases after CB 2.0 where we'll have a scheduler API which will allow doing what you're wanting much easier. For now if you need to send an email on a specific date I suggest manually sending it using CB > User Management > Mass Mailer on your specific date.I would like also setup some Mailer who must be sent to specific date but this seem to not be possible. I'm suprprised to see no option are available for set for example to send a message the 12 June of each year.
You'd need to give the users a usergroup then adjust the Access parameter in your action or update a field with what plan they're subscribed to so you can condition it in CB Auto Actions. You could also try using a CB Query Field to query the database for what they're subscribed to and condition against it.Ideally I would like send these message only to user who are subscriber of some specific plan..but Auto-Action do not allow this...
Please Log in or Create an account to join the conversation.
How are you updating the fields value? If it's done in profile update where a trigger is being fired then it's probably better to use CB Auto Actions to send an email that conditions your field.
"Maximum messages per customer" seams most ideal for your usage so it only sends 1 time and not every hour. Aside from that I don't really know what to tell you as if you use a less than usage it's going to send every hour with it set to 0.
Please Log in or Create an account to join the conversation.
I suggest having your plugin fire a trigger so you can act on that trigger with CB Auto Actions. Please see the below trigger tutorial for an example of how to fire a trigger. You can also review existing plugins for trigger usage (GJ fires a lot).Using a custom CB plugin who change value according to some taks made on a remote server partially integrated in CB.
It means the mailer will send 1 time per user basis. So you'd create 3 mailers for your 3 different values and set them to send only once per customer.Not sure to well understand the limitation possible. If I set 1 instead to 0, that mean the mailer will send only one time the message..and never more?
Correct.That mean in my case, if the value is below 100, the message will be sent one time. Then if the value go up and go down days or weeks later, the message will not be sent.. That correct ?
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.