This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

WooCommerce Customers to Robly

Description

Robly is a paid email marketing service provider that allows customers to be in multiple lists for targeted marketing purposes. Using Robly’s API, this plugin adds WooCommerce customers to one or more Robly lists, optionally based on the product(s) they purchased.

This plugin requires an active Robly account as well as WooCommerce. You’ll also need to contact Robly support to get an API ID and key for your account.

Screenshots

  • Settings screen
  • Per-product settings

Installation

  1. Upload this folder to the /wp-content/plugins/ directory or install from the Plugins menu in WordPress
  2. Activate the plugin through the Plugins menu in WordPress
  3. Go to Settings > WooCommerce to Robly in WordPress, enter your Robly API ID and key, and choose the list(s) for all customers to be added to upon purchase of any product.
  4. Optionally, go to the Robly tab on specific WooCommerce products and choose the list(s) to add customers to upon purchase of that individual product.

FAQ

What is Robly?

Robly is a paid email marketing service provider that helps you send emails to large numbers of people at once.

What do I need to use this plugin?

This plugin requires an active Robly account as well as WooCommerce. You’ll also need to contact Robly support to get an API ID and key for your account.

API-what?

API stands for “Application Programming Interface,” which basically means computer code that is able to talk to other computer systems and get or send information. Most API providers require an API key of some sort (similar to a username and password) to ensure that only authorized people are able to use their services.

What info is sent or received?
  1. When you install the plugin and enter your API ID and key, your WordPress site will contact the Robly API, asking for all the lists you have set up in your account. You are then able to choose certain lists to which all customers will be added, or choose certain lists to which purchasers of individual products are added, and those choices are saved in your WordPress options.
  2. When a customer makes a purchase, WordPress will contact the Robly API and search for that customer in your Robly account by their email address. If found, it will update their information; otherwise, it will create a new contact with the customer’s name, email address, and billing address, as well as the list(s) you selected.

Reviews

There are no reviews for this plugin.

Contributors & Developers

“WooCommerce Customers to Robly” is open source software. The following people have contributed to this plugin.

Contributors

Changelog

1.4.1

  • Fix bug preventing saved lists from being displayed on a product.

1.4.0

  • Update code quality standards.
  • Add select2 to user dashboard.

1.3.0

  • Set the include_autoresponder parameter to “true” to enable autoresponders based on contacts being added to a new list (previously, if a contact was already in your account, the autoresponder would not be triggered)

1.2.4

  • Fix some email encoding issues

1.2.3

  • Fix issues caused by 1.2.2

1.2.2

  • Prevent double URL-encoding

1.2.1

  • URL-encode customer data before sending to API

1.2

  • Resubscribe deleted/unsubscribed users
  • Correctly get customer info if “guest checkout” is enabled
  • Minor bugfixes

1.1.4

  • Fix server error when contact already exists
  • Improve error notice

1.1.3

  • Fix emails being sent on successful API call
  • Add some more debugging info to failed API calls

1.1.2

  • Update documentation and add banner for WP plugin directory

1.1.1

  • Send sub_lists as POST data rather than URL

1.1

  • Use only two API calls instead of successive calls for each sublist

1.0

  • Initial plugin