Wishpond

The Wishpond modules allow you to monitor, create, update, send, retrieve, list, and delete the leads, and lists in your Wishpond account.

Getting Started with Wishpond

Prerequisites

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

Connecting Wishpond to Integromat

To connect your Wishpond account to Integromat you need to obtain the Service-Specific Key from your Wishpond account and insert it in the Create a connection dialog in the Integromat module.

1. Log in to your Wishpond account.

2. Click Development > API Keys.

3. Copy the API Keys to your clipboard.

4. Go to the Integromat and open the Wishpond module's Create a connection dialog.

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

6. Confirm the access by clicking the Accept button.

The connection has been established.

Files

Watch Leads

Triggers when a new lead is created.

ConnectionEstablish a connection to your Wishpond account.
LimitSet the maximum number of leads Integromat should return during one execution cycle.

Watch Events on a Lead

Triggers when a chosen lead performs an event or activity.

ConnectionEstablish a connection to your Wishpond account.
Lead IDSelect or map the Lead ID whose events you want to watch.
LimitSet the maximum number of leads Integromat should return during one execution cycle.

Search Leads

Triggers when a chosen lead performs an event or activity.

ConnectionEstablish a connection to your Wishpond account.
StatusSelect or map the status of the lead you want to search:
  • Active
  • Suppressed
EmailEnter (map) the email address to search for the leads that match the specified 
CIDEnter (map) the client identifier to filters the leads associated with the specified client identifier.
Range StartEnter (map) the date to search the leads created or updated on or after the specified date. See the list of supported date and time formats.
Range EndEnter (map) the date to search the leads created or updated on or before the specified date. See the list of supported date and time formats.
Order KeySelect or map the order key with which you want to search the leads:
  • Email
  • Created at
Order TypeSelect or map the order in which you want to search the leads. For example, Ascending.
LimitSet the maximum number of leads Integromat should return during one execution cycle.

Get a Lead

Gets a specific lead.

ConnectionEstablish a connection to your Wishpond account.
Lead ID
Select or map the Lead ID whose details you want to retrieve.

Create a Lead

Creates a new lead.

ConnectionEstablish a connection to your Wishpond account.
Email AddressSelect or map the email address of the lead.
Lead ScoreEnter (map) the lead score to convert into a customer.
First NameEnter (map) the lead's first name.
Last NameEnter (map) the lead's last name.
GenderEnter (map) the lead's gender.
CityEnter (map) the lead city name.
ProvinceEnter (map) the lead state name.
CountryEnter (map) the lead country name.
CompanyEnter (map) the lead's company name.
BirthdayEnter (map) the lead's date of birth. See the list of supported date and time formats.
AgeEnter (map) the lead's age.
SubscribedSelect whether the lead has subscribed to emails.
Unsubscribe ReasonEnter (map) the reason if the user has unsubscribed for emails.
Phone NumberEnter (map) the phone number of the lead.
IP AddressEnter (map) the IP address of the lead.

Update a Lead

Updates a specific lead.

ConnectionEstablish a connection to your Wishpond account.
Email AddressSelect or map the email address of the lead.
Lead ScoreEnter (map) the lead score to convert into a customer.
First NameEnter (map) the lead's first name.
Last NameEnter (map) the lead's last name.
GenderEnter (map) the lead's gender. 
CityEnter (map) the lead city name.
ProvinceEnter (map) the lead state name.
CountryEnter (map) the lead country name.
CompanyEnter (map) the lead's company name.
BirthdayEnter (map) the lead's date of birth. See the list of supported date and time formats.
AgeEnter (map) the lead's age.
SubscribedSelect whether the lead has subscribed to emails.
Unsubscribe ReasonEnter (map) the reason if the user has unsubscribed for emails.
Phone NumberEnter (map) the phone number of the lead.
IP AddressEnter (map) the IP address of the lead.

Add a Lead to a List

Adds a specific lead to the list.

ConnectionEstablish a connection to your Wishpond account.
Lead IDSelect or map the Lead ID whom you want to add to the list.
List IDSelect or map the List ID to which you want to add the lead.

Remove a Lead from a List

Removes a specific lead from the list.

ConnectionEstablish a connection to your Wishpond account.
Lead IDSelect or map the Lead ID whom you want to remove from the list.
List IDSelect or map the List ID from which you want to remove the lead.

Delete a Lead

Deletes a specific lead.

ConnectionEstablish a connection to your Wishpond account.
Lead IDSelect or map the Lead ID whom you want to delete.

Lists

Watch Lists

Triggers when a new list is created.

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

Watch Leads in a List

Triggers when a new lead is added to the chosen list.

ConnectionEstablish a connection to your Wishpond account.
List IDSelect or map the List ID whose leads you want to watch.
LimitSet the maximum number of leads Integromat should return during one execution cycle.

Search List

Searches for lists or lists them all.

ConnectionEstablish a connection to your Wishpond account.
NameEnter (map) the list name whose details you want to search.
TypeSelect or map the list type you want to watch.
LimitSet the maximum number of lists Integromat should return during one execution cycle

Create a List

Creates a new static list.

ConnectionEstablish a connection to your Wishpond account.
NameEnter (map) a name for the list.

Update a List

Updates a specific list.

ConnectionEstablish a connection to your Wishpond account.
List IDSelect or map the List ID whose details you want to update.
NameEnter (map) a new name for the list.

Delete a List

Deletes a specific list.

ConnectionEstablish a connection to your Wishpond account.
List IDSelect or map the List ID you want to delete.

Other

Make an API Call

Performs an arbitrary authorized API call.

ConnectionEstablish a connection to your Wishpond account.
URL

Enter a path relative to https://api.wishpond.com/api  For example: /v1/leads

For the list of available endpoints, refer to the Wishpond 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 Lists

The following API call returns all the lists from your Wishpond account:

URL:
/lists

Method:
GET

Matches of the search can be found in the module's Output under Bundle > Body > lists
In our example, 3 lists were returned:

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.