Who stole the useful quick links? π€
Hey!
Where are contacts, campaigns, automations, etc.
Actually, I don't use any of those still there.
Maybe it's time to add "Smart Links" there.
"Contact Segments" drives me to Lists (I think lists is a better label than "Contact segments"). I think Contact Segments is for Dynamic Segments.
And about Recurring Campaigns is something I don't use, either plan to use.
Are you planning that this "Quick Links" be customizable? Maybe I can put there only things are really useful to me.
Thanks!
No changes here with today's update :'(
Please consider fixing this.
Thanks!
Jose Luis DuronΒ Yes, 'Quick Links' is customizable. You can use the following filter hook:
add_filter('fluent_crm/quick_links', function ($quickLinks) {
// Modify $quickLinks as needed
});