Simplero

The Simplero modules allow you to watch, create, update, retrieve, and delete the purchases, tags, contacts, and subscription lists in your Simplero account.

Getting Started with Simplero

Prerequisites

  • A Simplero account

In order to use Simplero with Integromat, it is necessary to have a Simplero account. If you do not have one, you can create a Simplero account at simplero.com/accounts/new.

The module dialog fields that are displayed in bold (in the Integromat scenario, not in this documentation article) are mandatory!

Connecting Simplero to Integromat

To connect your Simplero account to Integromat you need to obtain the API Key from your Simplero account and insert it in the Create a connection dialog in the Integromat module.

1. Login to your Simplero account.

2. Click Settings > Integrations > Create New API Key.

KvsTNWpt79.gif

3. Click the copy (simplero1.png) against the API key to copy the API key to your clipboard.

simplero_2.png 4. Go to Integromat and open the Simplero module's Create a connection dialog.

WoScID22eo.gif

5. In the Connection name field, enter a name for the connection.

6. In the API Key field, enter the API key copied in step 3.

7. In the Application field, enter your application name. If your account's URL address is www.xyz.simplero.com then your application is xyz.

8. In the Email field, enter the email address used for creating the Simplero account, and click Continue.

The connection has been established.

Purchases

Watch Purchase Added

Triggers when a new purchase is added.

Webhook NameEnter a name for the webhook.
ConnectionEstablish a connection to your Simplero account.

See the Connecting to Simplero Webhook using Integromat to add the webhook in your Simplero account.

Watch Purchase Deleted

Triggers when a purchase is deleted.

Webhook NameEnter a name for the webhook.
ConnectionEstablish a connection to your Simplero account.

See the Connecting to Simplero Webhook using Integromat to add the webhook in your Simplero account.

Create a Purchase

Creates a new purchase for a selected product.

ConnectionEstablish a connection to your Simplero account.
Product IDSelect the Product ID for which you want to create a purchase.
Email AddressEnter the email address of the customer.
First NameEnter the first name of the customer.
Last NameEnter the last name of the customer.

Tags

Watch Tag Added

Triggers when a tag is added to the contact.

Webhook NameEnter a name for the webhook.
ConnectionEstablish a connection to your Simplero account.

See the Connecting to Simplero Webhook using Integromat to add the webhook in your Simplero account.

Watch Tag Removed

Triggers when a tag is removed from the contact.

Webhook NameEnter a name for the webhook.
ConnectionEstablish a connection to your Simplero account.

See the Connecting to Simplero Webhook using Integromat to add the webhook in your Simplero account.

Add a Tag to the Contact

Adds a tag to the contact with the given email.

ConnectionEstablish a connection to your Simplero account.
Email AddressEnter the email address of the contact to which you want to add the tag.
TagSelect the tag for the contact.

Remove a Tag from the Contact

Removes a tag from the contact with the given email.

ConnectionEstablish a connection to your Simplero account.
Email AddressEnter the email address of the contact whose tags you want to remove.
TagSelect the tag you want to remove from the contact.

Contacts

Get a Contact

Gets information about the contact, looked up by the internal ID or email.

ConnectionEstablish a connection to your Simplero account.
Search BySelect the option to choose the contact whose details you want to retrieve.
EmailEnter the email address of the contact whose details you want to retrieve.
IDEnter the Contact ID whose details you want to retrieve.

Create a Contact

Creates a new contact.

ConnectionEstablish a connection to your Simplero account.
Email AddressEnter the email address of the contact.
First NameEnter the contact's first name.
Last NameEnter the contact's last name.
TagsAdd the tags applicable to the contact.
NoteEnter any additional information about the contact.
TrackEnter a keyword that you want to associate with this contact for tracking.
Auto Responder Start AtEnter the date when you want to begin receiving responses automatically for this contact.
Landing Page IDEnter the Landing Page ID (signup form) within Simplero for this contact. This is only relevant when using Simplero's conversion tracking feature.
IP AddressEnter the IP address used to create this contact.
ReferrerEnter the external URL address from which the customer reached Simplero to create the contact.
RefEnter the reference details for this contact.

Update a Contact

Updates an existing contact with the same email.

ConnectionEstablish a connection to your Simplero account.
Email AddressEnter the email address of the contact.
First NameEnter the contact's first name.
Last NameEnter the contact's last name.
TagsAdd the tags applicable to the contact.
NoteEnter any additional information about the contact.
TrackEnter a keyword that you want to associate with this contact for tracking.
Auto Responder Start AtEnter the date when you want to begin receiving responses automatically for this contact.
Landing Page IDEnter the Landing Page ID (signup form) within Simplero for this contact. This is only relevant when using Simplero's conversion tracking feature.
IP AddressEnter the IP address used to create this contact.
ReferrerEnter the external URL address from which the customer reached the Simplero to create the contact.
RefEnter the reference details for this contact.

Subscription Lists

Watch Subscription Added

Triggers when a contact is subscribed to the list.

Webhook NameEnter a name for the webhook.
ConnectionEstablish a connection to your Simplero account.

See the Connecting to Simplero Webhook using Integromat to add the webhook in your Simplero account.

Watch Subscription Deleted

Triggers when a contact is unsubscribed from the list.

Webhook NameEnter a name for the webhook.
ConnectionEstablish a connection to your Simplero account.

See the Connecting to Simplero Webhook using Integromat to add the webhook in your Simplero account.

List Subscriber Lists

Returns all the account's list.

ConnectionEstablish a connection to your Simplero account.
LimitSet the maximum number of subscriber lists Integromat should return during one scenario execution cycle.

Subscribe to a List

Adds a new subscriber to a list.

ConnectionEstablish a connection to your Simplero account.
ListSelect the list to which you want to add the subscriber.
Email AddressEnter the email address of the subscriber.
First NameEnter the first name of the subscriber.
Last NameEnter the last name of the subscriber.
PhoneEnter the phone number of the subscriber. For example, 15551231234.
TagsAdd the tags for the list or the subscriber.
NoteEnter any additional information for this subscription.
TrackEnter a keyword that you want to associate with this opt-in to track the subscribers.
First Activated atEnter the date when the subscriber is activated first.
Auto Responder Start at
Enter the date when you want to begin receiving responses automatically.
Landing Page IDEnter the Landing Page ID (signup form) within Simplero that this conversion should be counted for. This is only relevant when using Simplero's conversion tracking feature.
IP AddressEnter the IP address used to subscribe the customer to the list.
ReferrerEnter the external URL address from which the customer reached the Simplero list.
RefEnter the reference details for this subscription.

Unsubscribe from a List

Unsubscribes a customer from a list.

ConnectionEstablish a connection to your Simplero account.
List IDSelect the List ID from which you want to unsubscribe the customer.
Email AddressEnter the email address of the customer.

Other

Make an API Call

Performs an arbitrary authorized API call.

ConnectionEstablish a connection to your Simplero account.
URL

Enter a path relative to https://simplero.com/. For example: /api/v1/lists.json

For the list of available endpoints, refer to the Simplero API Documentation.
Method

Select the HTTP method you want to use:

GET
to retrieve information for an entry.

POST
to create a new entry.

PUT
to update/replace an existing entry.

PATCH
to make a partial entry update.

DELETE
to delete an entry.

HeadersEnter the desired request headers. You don't have to add authorization headers; we already did that for you.
Query StringEnter the request query string.
BodyEnter the body content for your API call.

Example of Use - Get Products

The following API call returns all the products from your Simplero account:

URL:
/api/v1/products.json

Method:
GET

simplero3.png

Matches of the search can be found in the module's Output under BundleBody
In our example, 2 products were returned:

simplero4.png

Connecting to Simplero Webhook using Integromat

1. Open any Watch module, establish the connection as mentioned in the respective modules, click Save, copy the URL address to your clipboard, click OK, and save the trigger.

fw7wBchB8A.gif

2. Login to your Simplero account. Click Settings > Triggers > Add trigger.

2NMTRoRmh2.gif

For this object typeSelect the object type for which you want to add the trigger. For example, product, list.
After you select the object type, choose the specific object for which you want to add the trigger.
When this happensSelect the option for which action you want to add the trigger. For example, Purchase: activated.
ValueEnter the value if applicable.
Do thisSelect the action to perform when the specified action happens. For example, send an email.
Once you select the action, a field auto-populates to select (enter) the particular action details. For example, enter the email address to send the email.
Which emailEnter the email address to notify.
ConditionSelect the condition for which you want to receive the trigger.
Only fire once per contactSelect the checkbox to receive only one trigger for one single contact.
Enable this triggerSelect the checkbox to enable the webhook.

3. Click Save to add the webhook.

Popular use cases from our blog

automated-data-collection-crm-illustration

How to Automate Data Collection - Part 5: CRM Systems

automated-data-collection-chatbot-marketing-illustration

How to Automate Data Collection - Part 4: Chatbot Marketing

automated-data-collection-paid-ads-illustration

How to Automate Data Collection - Part 3: Paid Ads

automated-data-collection-email-illustration

How to Automate Data Collection - Part 2: Email Marketing Segmentation

personalized-customer-experience-illustration-integromat

5 Automated Solutions to Personalize Customer Experience

data-collection-automation-forms-pt-1

How to Automate Data Collection - Part 1: Online Forms

Didn’t find what you were looking for?

Expert

Find an expert

We feature a network of 450+ certified partners across the globe who are ready to help

Find an expert

Automate any workflow in your business

Sign up for a free account today. No credit card required, no time limits on free plan.