Skip to content

Dribbble

The Dribble modules allow you to watch, create, update, list, and delete the projects, and shots in your Dribble account.

Getting Started with Dribble

Prerequisites

  • A Dribble account

In order to use Dribble with Ibexa Connect, it is necessary to have a Dribble account. If you do not have one, you can create a Dribble account at dribbble.com/signup/new.

Note

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

Connecting Dribble to Ibexa Connect

  1. Go to Ibexa Connect and open the Dribbble module's Create a connection dialog.

    61f26b752a9c5.gif

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

  3. Confirm the dialog by clicking Authorize.

    61f26b7761158.png

The connection has been established.

Projects

Watch Projects

Triggers when a new project is created.

Required Permissions: public

Max Records Enter the maximum number of records Ibexa Connect should return during one scenario execution cycle.

List Projects

Lists all projects for this account.

Required Permissions: public

Max Records Enter the maximum number of records Ibexa Connect should return during one scenario execution cycle.

Create a Project

Creates a project.

Required Permissions: public

Name Enter a name for the project.
Description Enter the details about the project.

Update a Project

Updates project by ID.

Required Permissions: public

ID Select the Project ID whose details you want to update.
Name Enter a name for the project.
Description Enter the details about the project.

Remove a Project

Removes the user's project by ID.

Required Permissions: public

ID Select the Project ID you want to delete.

Shots

Watch Shots

Triggers when a new shot was created.

Required Permissions: public

Max Records Enter the maximum number of shots Ibexa Connect should return during one scenario execution cycle.

List Shots

Lists the authenticated user's shots.

Required Permissions: public

Max Records Enter the maximum number of shots Ibexa Connect should return during one scenario execution cycle.

Get a Shot

Gets the authenticated user's shot by ID.

Required Permissions: public

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

Create a Shot

Creates a shot.

Required Permissions: public, upload

Image File Enter the image file details. The file must be exactly 400x300 or 800x600, and no larger than eight megabytes. The supported formats are GIF, JPG, or PNG.
Image Data Enter the file data to the field or map the source of the file.
Description Enter the details of the shot.
Rebound Source ID Enter the Rebound Source ID of the shot that the new shot is a rebound of.
Scheduled For Enter the time when the post should be published.
Tag Enter the keywords as tags to filter the shot when searching on the specific criteria.
Team ID Enter the Team ID to associate the shot with.

Update a Shot

Updates shot with a specified ID.

Required Permissions: public, upload

ID

Select the Shot ID whose details you want to update.

Title

Enter the name of the shot.

Description

Enter the details of the shot.

Low Profile

Select whether you want to hide the shots from your profile:

  • Yes

  • No

  • Not defined

Scheduled For

Enter the time when the post should be published.

Tag

Enter the keywords as tags to filter the shot when searching on the specific criteria.

Team ID

Enter the Team ID to associate the shot with.

Remove a Shot

Deletes shot with a specified ID.

Required Permissions: public, upload

ID Select the Shot ID you want to delete.

Make an API Call

Performs an arbitrary Authorized API call.

URL

Enter a path relative to https://api.dribbble.com/. For example: /v2/user/shots.

For the list of available endpoints, refer to the Dribbble API v2 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 Projects

The following API call returns all the projects from your Dribbble account:

URL:

/v2/user/projects

Method:

GET

61f26b78899c5.png

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

In our example, 3 projects were returned:

61f26b799f83a.png