Skip to main content

Bonusly

Getting Started with Bonusly

The Bonusly modules allow you to watch, list, search and retrieve users, achievements, bonus details in your Bonusly account.

Prerequisites

  • A Bonusly account

In order to use Bonusly with Make, it is necessary to have a Bonusly account. If you do not have one, you can create a Bonusly account at https://bonus.ly/sign_ups/.

Note

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

Connecting Bonusly to Make

To connect your Bonusly account to Make you need to obtain the Access Token from your Bonusly account and insert it in the Create a connection dialog in the Make module.

  1. Log in to your Bonusly account and open your Dashboard.

  2. Click your Profile Icon > Settings > Services.

    61f267edd3e50.gif
  3. Click Create New API Access Token.

    61f267eff394b.png
  4. Enter a name for token and click Create API Key.

    61f267f0e3c5b.png
  5. The acess token has been successfully created. Copy the token to your clipboard.

    61f267f1bf35d.png
  6. Go to Make and open the Bonusly module's Create a connection dialog.

    61f267f2d0a55.gif
  7. In the Connection name field, enter a name for the connection.

  8. In the Access Token field, enter the token copied in step 5.

  9. Click Continue.

    61f267f4b6a2a.png

The connection has been established.

Achievement

Triggers when an achievement is earned.

Webhook Name

Enter a name for the webhook.

Connection

Establish a connection to your Bonusly account.

Lists the 50 most recent achievements

Connection

Establish a connection to your Bonusly account.

Limit

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

Lists achievements for a particular user.

Connection

Establish a connection to your Bonusly account.

User ID

Select the user whose achievements you want to list.

Limit

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

Bonus

Triggers when a bonus is given.

Webhook Name

Enter a name for the webhook.

Connection

Establish a connection to your Bonusly account.

List all bonuses.

Connection

Establish a connection to your Bonusly account.

Giver Email

Enter the giver email address to list all the bonuses associated with it.

Receiver Email

Enter the receiver email address to list all the bonuses associated with it.

Giver or Receiver Email

Enter a giver or a receiver email address to list all the bonuses associated with it.

Start Time

Enter the bonus start time you want to list.

End Time

Enter the end time of the bonus you want to list.

Hashtag

Enter the Hashtag reason to list bonuses associated with it.

Limit

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

Lists all bonuses of a particular user.

Connection

Establish a connection to your Bonusly account.

User ID

Select the User ID whose bonus information you want to list.

Role

Select the user role in the organization.

Start Time

Enter the start time of the bonus period.

End Time

Enter the end time of the bonus period.

Hashtag

Enter the reason for the bonus by using Hashtag.

Limit

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

Reads a particular bonus.

Connection

Establish a connection to your Bonusly account.

Bonus ID

Select the Bonus ID whose details you want to retrieve.

Recognizes a colleague by giving them a new bonus.

Connection

Establish a connection to your Bonusly account.

Giver Email

Enter the email address who is giving a bonus.

Reason

Enter the reason for giving the bonus.

Adds on an existing bonus to a colleague.

Connection

Establish a connection to your Bonusly account.

Giver Email

Enter the email address who is giving a bonus.

Reason

Enter the reason for adding the additional bonus.

Parent Bonus ID

Select the Parent Bonus ID to which this is an Add On Bonus.

Deletes a particular bonus.

Connection

Establish a connection to your Bonusly account.

Bonus ID

Select the Bonus ID you want to delete.

User

Lists all users.

Connection

Establish a connection to your Bonusly account.

Email

Enter the email address of the users you want to list.

User Mode

Enter the user mode. You can add multiple modes separated by a comma. For example, normal, observer, receiver, benefactor, and bot.

Include Archived

Select whether you want to list the archived users:

  • Yes

  • No

  • Not defined

Show Financial Data

Select whether you want to display the user financial data:

  • Yes

  • No

  • Not defined

Limit

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

Finds users by name or email.

Connection

Establish a connection to your Bonusly account.

Email

Enter the email address of the users you want to search for.

Limit

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

Other

Performs an arbitrary authorized API call.

Connection

Establish a connection to your Bonusly account.

URL

Enter a path relative to https://bonus.ly/api/v1. For example: /users

Note

For the list of available endpoints, refer to the Bonusly 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 the bonuses from your Bonusly account:

URL:

/bonuses

Method:

GET

61f267f59a9ba.png

Matches of the search can be found in the module's Output under Bundle > Body > result.

In our example, 20 bonuses were returned:

61f267f6804e9.png