by Niaj Morshed on WordPress.org
Connect WordPress with LeadConnector CRM to automate memberships, content protection, WooCommerce, and more for a seamless and powerful experience.

LeadConnector connection process
๐ Official Website | ๐ Documentation | ๐ Community
This plugin will connect the popular CRM LeadConnector to the most popular content management software, WordPress. It will elevate your automation experience to the next level. including memberships, content protection, custom field integration and automate WooCommerce.
Seamlessly connect your WordPress site to your subaccount. This essential first step unlocks the full potential of the pluginโs automation capabilities.
Custom values are great for storing your subaccount or website variables. Use your subaccount custom values inside WordPress with this simple shortcode: [lcw_custom_value key="your_custom_value_key"]
Implement tag-based access control on WordPress pages, allowing you to differentiate between paid and free users for content visibility.
When someone purchases a product from WooCommerce:
Create WordPress users directly from your workflow. There are a few powerful use cases:
If you protect your pages by tags, those protected pages can only be displayed in a post grid using the shortcode [lcw_post_grid post_type="page"]. Feel free to check the full documentation here.
Redirect your customers to another page. You can display a message before the redirection.
Example: [lcw_redirect url="/thank-you" delay="5" target="_self"]
Please wait 5 seconds... redirecting.
[/lcw_redirect]
Customers can reset their password with this simple password reset shortcode: [lcw_reset_password]. This shortcode allows you to:
Extend the pluginโs functionality with developer-friendly features:
Create and manage membership plans using tags from your CRM:
Elevate your WooCommerce automation by applying tags to contacts based on various order statuses, including custom ones:
Enhance your WooCommerce integration with granular product variant tagging:
Implement robust content protection across your entire WordPress site:
Unlock powerful group access management with Associations:
Itโs true, you can display any custom fields inside WordPress from your CRM.
Itโll help you create a personalized customer dashboard, show customer-centric data to your logged-in customers. By the shortcode [lcw_contact_field].
Example: [lcw_contact_field key='email'], this will display the contact email address.
More Example: [lcw_contact_field key='next_billing_date'] here you need to get the key from {{contact.next_billing_date}}, where the next_billing_date is a custom field.
You can display a text/ image/ video or a block of content based on access by the shortcode [lcw_has_any_tags]
Example:
[lcw_has_any_tags tags='purchased_gold']
This content will be visible to the users if they have the tag purchased_gold. Otherwise, this content won't be displayed.
[/lcw_has_any_tags]
You can do the similar things by the membership with this shortcode [lcw_has_any_memberships]
Example:
[lcw_has_any_memberships memberships='level_1']
This content will be visible to the users if they have the membership level_1. otherwise, this content won't be displayed.
[/lcw_has_any_memberships]
And there are similar tags [lcw_has_not_any_tags] and [lcw_has_not_any_memberships] works in a similar way.
[lcw_transactions] shortcode allows us to display the transactions in WordPress from the CRM. You need to place the shortcode on any page/post, and it will do the rest.
Assign tags to a logged-in WordPress user using the shortcode [lcw_set_tags].
Example: [lcw_set_tags tags='tag_names'] You can also set multiple tags: [lcw_set_tags tags='tag_name1, tag_name2, tag_3'].
Similarly, you can remove tags from a logged-in WordPress user using the shortcode [lcw_remove_tags].
Example: [lcw_remove_tags tags='tag_names']. You can also remove multiple tags: [lcw_remove_tags tags='tag_name1, tag_name2, tag_3'].
Assign and remove WordPress user roles directly from the CRM workflow:
Generate a unique magic link for customers to auto-login to your WordPress site, eliminating the need for traditional login credentials:
Automatically sync WordPress user data with your CRM:
Seamlessly integrate SureCart with LeadConnector to apply tags on customer engagement:
See the documentation for other shortcodes.
Coming soon
Coming soon