• Resolved Omar Kasem

    (@omarkasem)


    Hello,

    Thanks for the great plugin, I need to shorten the shareable campaign url but i can’t find any hooks in the function getShareableUrl

    Can you please add a hook like that so i can use it to shorten the urls automatically?

    Thanks

            $link = add_query_arg([
    'fluentcrm' => 1,
    'route' => 'email_preview',
    'fc_newsletter' => $shareId
    ], site_url());

    return apply_filters('wpsms_fluent_share_campaign_link',$link,$this->id);
Viewing 1 replies (of 1 total)
  • Plugin Support Ibrahim Sharif

    (@ibrahimsharif)

    Hello @omarkasem,

    Thank you for reaching out and for suggesting the addition of a filter to getShareableUrl in FluentCRM! We appreciate you taking the time to share your use case and explain how a hook would improve your workflow for shortening shareable campaign URLs.

    As mentioned, this functionality isn’t available currently. We’ve logged your suggestion with our development team. They’ll evaluate it carefully as they plan future updates. The development team considers many factors during these assessments, and while we can’t guarantee immediate implementation, we value your input immensely.

    In the meantime, please keep an eye on our changelogs and announcements for any updates regarding this feature.

    Thanks again for your valuable feedback!

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.