Search Results for:

7 Best Email Marketing Software for E-commerce Businesses
|

7 Best Email Marketing Software for E-commerce Businesses

Being an e-commerce business owner, you already appreciate the power of email marketing. So now you need an email marketing software to grow your e-commerce business that’s easy to use, cost-effective, easily integrates with your favorite e-commerce platform, and will convert your leads into buyers – right? It might seem quite simple, but with so…

All You Need to Know About FluentCRM’s Conditionals in Oxygen Builder

All You Need to Know About FluentCRM’s Conditionals in Oxygen Builder

Most WordPress users are familiar with page builders. If you want to create a webpage without any coding experience, you can get the job done with page builders like Elementor, Divi, Oxygen Builder, etc. They are beginner-friendly and flexible. Why are we talking about page builders in this blog? Because FluentCRM 2.0.2 includes a conditional…

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);…

Why Should You Create an Online Course?

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…

The Ultimate Email Marketing Tips for Bloggers

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: New Features and Lots of Feature Improvements

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…