Skip to main content

Recurly

The Recurly modules allow you to watch and create transactions and/or accounts in your Recurly account.

Prerequisites

  • A Recurly account

In order to use Recurly with Make, it is necessary to have a Recurly account. If you do not have one, you can create a Recurly account at https://info.recurly.com/signup.

Note

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

Connecting Recurly to Make

To connect your Recurly account to Make you need to obtain the API Key.

1. Log into your Recurly account.

2. From the left menu, click Integrations and then click API Credentials.

61f278393e4e7.gif

3. Copy the Default API Key or Click Add Private Key to create your own API key.

61f2783b8f79a.png

4. Go to Make and open the Recurly module's Create a connection dialog.

61f2783cdf055.gif

5. Enter the API Key copied in step 3 and click Continue.

The connection has been established.

Triggers

Triggers when a new transaction is created.

Connection

Establish a connection to your Recurly account.

Site

Select the site whose transactions you want to watch.

Limit

The maximum number of transactions Make should return during one scenario execution cycle.

Triggers when a new customer account is created.

Connection

Establish a connection to your Recurly account.

Site

Select the site whose accounts you want to watch.

Limit

The maximum number of accounts Make should return during one scenario execution cycle.

Actions

Create a new customer account.

Connection

Establish a connection to your Recurly account.

Site

Select the site whose transactions you want to watch.

Code

Enter the unique account code for the account.

The account code cannot be changed once created. Must be 50 characters long.

Username

Enter the username for the account.

Email

Enter the email address for the account.

First name

Enter the first name of the account.

Last name

Enter the last name of the account.

Phone

Enter the phone number to be associated with the account.

Street1

Enter the address of the customer.

Street2

Enter the address of the customer.

City

Enter the city name the customer belongs to.

State or Province

Enter the state name the customer belongs to.

Postal Code

Enter the postal code of the place.

Country

Enter the country name of the customer.

Company

Enter the company name of the customer.

VAT Number

Enter the VAT number of the customer.

This customer is exempt from the payment of tax

Select Yes if the customer is given a tax exemption:

  • Yes

  • No

  • Not defined

Preferred locale

Select the preferred language of the customer.

Performs an arbitrary authorized API call.

Connection

Establish a connection to your Recurly account.

Site

Enter a path relative to https://v3.recurly.com. e.g./sites

Note

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

Headers

Enter the desired request headers. You don't have to add authorization headers; we already did that for you.

Query String

Enter the request query string.

Body

Enter the body content for your API call.

The following API call returns all sites in your account:

61f2783f46495.png

Matches of the search can be found in the module's Output under Bundle > Body > data. In our example, 1 site is returned:

61f2784053b67.png