Search Results for:

Action Hooks

FluentCRM trigger action hook on different life-cycle of your contact and other modules. Contact Specific Actions Hooks <?php // New contact created do_action(‘fluentcrm_contact_created’, Model $contact); // contact updated do_action(‘fluentcrm_contact_updated’, Model $contact); // contact updated do_action(‘fluentcrm_contact_updated’, Model $contact); // custom fields updated do_action(‘fluentcrm_contact_custom_data_updated’, array $newValues, Model $contact); // Contact added to lists do_action( ‘fluentcrm_contact_added_to_lists’, array $listIds,…

Lists and Tags PHP API

Accessing lists <?php /* * List is a contact segment. */ $listApi = FluentCrmApi(‘lists’); // Get all the lists $allLists = $listApi->all(); // array of all the lists and each list is an object // get a single list $list = $listApi->find(1); // finding the list id 1 // accessing a list $listId = $list->id;…

Contact PHP API

FluentCRM has the following PHP api functions so you can easily add/modify contacts. <?php $contactApi = FluentCrmApi(‘contacts’); /* * Find a contact by Email or Contact ID * You can find a contact by email or contact id (ContactId is not the user ID). * @return: false or Contact Model Object */ $contact = $contactApi->getContact($emailOrContactId);…

online courses, why should you create online courses, online education, elearning

Why Should You Create an Online Course?

In today’s world, people are heading online for shopping, socialization, dating, and of course, to learn something. Online education is gaining popularity. And during the pandemic, we have seen just how effective it can be. Schools and colleges are conducting their educational activities online, and students are getting familiar with online education. On the other…

email marketinng for bloggers, blog email marketing, send wordpress poststo email

The Ultimate Email Marketing Tips for Bloggers

Blogging and email marketing go together like chocolate and peanut butter or mac and cheese. You can’t deny the strong connection between these two. There’s a thing that you won’t often hear online – a planned email list is much more important than blog traffic for a blogger. Yes, you heard that right! Email subscribers…

FluentCRM 2.0.2

FluentCRM 2.0.2: New Features and Lots of Feature Improvements

Welcome back to another FluentCRM product update! We try to come up with new features and fixes on every release, and today is no different. Today we brought you lots of feature updates and fixes for FluentCRM. So without further ado, let’s check out the new features and fixes of FluentCRM. NEW: WooCommerce Product Refund…

email personalization, how to personalize emails, email personalization techniques

7 Email Personalization Techniques You Can Start Using Right Away

Do you ever wonder why your emails aren’t converting? Well, if you’re as enthusiastic about internet marketing as we are, it’s almost obvious that you’ve spent many sleepless nights asking this question.  Now, if you’ve kept digging in, you’ve found hundreds of answers. But whether you’ve found it or not, you can’t deny that email…