Hi
I'm struggling to find a way to send users an email with a short overview of the section contents when they gain access to it with drip feed.
I believe the theme only offers a standardized notification that is the same for all sections.
I'm thinking setting it up some other way, maybe with email autoresponders and hooks. Any idea how to achieve this?
Thanks for the help
Sandi
Sorry this is not possible, as there is no such token available in wplms for this type of content.
In drip feed the name of the section is sent in the email.
What about triggering an autoresponder on the start course hook. Mailster has an option to trigger autoresponders with hooks but I don't know how to use it.. This are the istructions.. if you would be so kind and give me the end resut I have to put in mailster..
Call the do_action('your_custom_hook')
method to trigger this campaign.
You can add the ID of a subscriber to send the campaign only to the passed IDs:
do_action('your_custom_hook', $ID)
or
do_action('your_custom_hook', array($ID1, $ID2,...))
would this send the camapaign only to the user that started a course? I'm using only one course every course start is fine it just should be sent to the specific user that started the course.
Hi...
The autoresponder is already inbuilt in wplms, that's why you are getting these drip feed emails.
Unfortunately the content cannot be customized as per your request.
If you want to customize your website, I'll recommend you to hire a developer.