Importing Customers

In order for MGR to request reviews from your customers, we need to import some data:

Customer Data

  1. Name - The customer's name.

  2. Email - The customer's email address.

  3. Phone - The customer's phone number.

  4. Signup Date - The date the customer signed up to your service.

We need this data to send emails, but why the signup date? In your request strategy, you can set how many days to wait to send an email after the customer signs up. Pretty neat, right? It gets more strategic...

Charge History (Optional)

  1. Charge Date - When the customer was charged.

  2. Charge Amount - How much the customer was charged.

  3. Subscription Info - Whether or not the customer has a subscription.

We automatically save charge history if you connect a Stripe account, but you can also send it in via an app connector or our REST API. Why do we need charge history? You can tailor your request strategy to only request reviews from customers who have made at least 3 charges, for example. Or spent at least $100, or have an average charge of $20, or have an active subscription. This helps you better target customers who are likely to leave positive reviews.

Import Options

Stripe

Automatically import your Stripe customers with charge history. Perfect for requesting reviews from paying customers or customers on a subscription.

HubSpot

Automatically import your HubSpot contacts. You can choose which contacts to import by their lifecycle stage, or sync them all.

App Connector

We have integrations with: Zapier, Pabbly, Make (Integromat), Boost.space

Send customer data into MGR from thousands of 3rd party apps and CRMs with an app connector. If you are not familiar with using APIs, this solution is perfect for you, and it will allow to work with just about any service to get your customer data into the platform.

REST API

Send customer data from your server with our simple REST API. We offer endpoints for importing customers and charges. Check out our API Reference.

CSV Upload

You can upload a CSV file to import thousands of customer records at once. It is a convenient way to get started quickly. We accept the following values:

HeaderValue

first_name*

The customer’s first name.

last_name

The customer’s last name.

email

The customer’s email address.

phone

The customer’s phone number.

location

The slug of a location.

signed_up_at

The customer’s start date. YYYY-MM-DD

Download an example CSV template, here.

Manual Entry

You can manually enter customer data directly in our app. While it is not an automated solution, it is a simple way to get started. Just click the Import button on the Customers page.

Suggest an Integration

Have an idea for an integration? Let us know and we can build it for you!

Last updated