Skip to 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 Ibexa Connect, 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 Ibexa Connect scenario, not in this documentation article) are mandatory!

Connecting Bonusly to Ibexa Connect

To connect your Bonusly account to Ibexa Connect you need to obtain the Access Token from your Bonusly account and insert it in the Create a connection dialog in the Ibexa Connect 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 Ibexa Connect 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

Watch New Achievements

Triggers when an achievement is earned.

Webhook Name Enter a name for the webhook.

List Achievements

Lists the 50 most recent achievements

Limit The maximum number of achievements Ibexa Connect should return during one scenario execution cycle.

List User Achievements

Lists achievements for a particular user.

User ID Select the user whose achievements you want to list.
Limit The maximum number of user achievements Ibexa Connect should return during one scenario execution cycle.

Bonus

Watch New Bonus

Triggers when a bonus is given.

Webhook Name Enter a name for the webhook.

List Bonuses

List all bonuses.

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 Ibexa Connect should return during one scenario execution cycle.

List User Bonuses

Lists all bonuses of a particular user.

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 Ibexa Connect should return during one scenario execution cycle.

Get a Bonus

Reads a particular bonus.

Bonus ID Select the Bonus ID whose details you want to retrieve.

Give a New Bonus

Recognizes a colleague by giving them a new bonus.

Giver Email Enter the email address who is giving a bonus.
Reason Enter the reason for giving the bonus.

Add On an Existing Bonus

Adds on an existing bonus to a colleague.

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.

Delete a Bonus

Deletes a particular bonus.

Bonus ID Select the Bonus ID you want to delete.

User

List Users

Lists all users.

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 Ibexa Connect should return during one scenario execution cycle.

Search Users

Finds users by name or email.

Email Enter the email address of the users you want to search for.
Limit The maximum number of users Ibexa Connect should return during one scenario execution cycle.

Other

Make an API Call

Performs an arbitrary authorized API call.

URL

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

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.

Example of Use - List Bonuses

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