Is this possible (someday?)
I want to automatically email the lessons of my course to students through an email sequence/automation in FluentCRM. The course has 25 lessons and every weekday at 9am a new lesson must reach their inbox.
I don't want to send a mail with a link to the lesson, but rather the content of the lesson itself (excluding video, just text). I think the impact of an email with the lesson would be much greater than a link to an online lesson.
However, I don't want to copy and paste all the lessons into 25 emails. Every time something changes in the lesson, I would need to change it in two places, which is not efficient and could lead to unwanted inconsistencies.
May be itβs just importing the field {post-content} of lesson {id} into the email. Or using a short code. But does anyone know how I can achieve this? With smth like Zapier? Or another tool? And how.? Or is this a feature request for the roadmap?
Raiyan MarzanΒ what do you think?
Create a custom smart code who does this
Sam JansenΒ Sorry, I missed your chat... I'll try your solution tonight and report back
Sam JansenΒ That probably works. I already have made a smartcode which works in a wordpress-post. In FluentCRM it's not working, yet. I'm no php-developer so it takes more time. But I guess if a shortcode in WP is possible, a smart code in FluentCRM must be doable.
I've tried and tried but the conclusion for now is that FluentCRM doesn't pass the lesson_id from the Smart Code I made into the query. The same smart code used in a wordpress-post did give the content of the lesson...
Don't know why that is, because the two available smartcodes in FluentCRM take some id's from FluentCommunity. Eg {{fluent_com.courses_link}} must use id's.
My php-knowledge is limited, so I have to give it up. I hope there will be a standard smart code in FluentCRM to show the content of a lesson in an email. Β
I guess there is still no solution for this?