Skip to main content

Breeze

The Breeze modules allow you to watch, create, update, retrieve, and delete the projects, and tasks in your Breeze account.

Prerequisites

  • A Breeze account

In order to use Breeze with Make, it is necessary to have a Breeze account. If you do not have one, you can create a Breeze account at breeze.pm/signup.

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

1. Log in to your account.

2. Click Your Profile Icon > Personal Settings & Passwords > Integrations. Copy the API token your clipboard.

61f26813dc002.gif

3. Go to Make and open the Breeze module's Create a connection dialog.

61f26816486d4.gif

4. In the Connection name field, enter a name for the connection.

5. In the API Token field, enter the API Token copied in step 2, and click Continue.

The connection has been established.

Watches for newly created projects.

Connection

Establish a connection to your Breeze account.

Limit

Set the maximum number of projects Make should return during one scenario execution cycle.

Returns a list of projects.

Connection

Establish a connection to your Breeze account.

Limit

Set the maximum number of projects Make should return during one scenario execution cycle.

Returns information about a specified project.

Connection

Establish a connection to your Breeze account.

Project ID

Select the Project ID whose details you want to retrieve.

Creates a new project.

Connection

Establish a connection to your Breeze account.

Name

Enter a name for the project.

Description

Enter the details of the project.

Budget Amount

Enter the amount allocated for the project.

Budget Hours

Enter the hours allocated for the project.

Hourly Rate

Enter the hourly rate allocated for the project.

Currency Symbol

Enter the currency symbol applicable to the project.

Invitees

Add the invitees of the project. Enter the email address of the member whom you want to invite to the project. You can add multiple members.

Updates the information of a specified project.

Connection

Establish a connection to your Breeze account.

Project ID

Select the Project ID whose details you want to update.

Name

Enter a name for the project.

Description

Enter the details of the project.

Budget Amount

Enter the amount allocated for the project.

Budget Hours

Enter the hours allocated for the project.

Hourly Rate

Enter the hourly rate allocated for the project.

Currency Symbol

Enter the currency symbol applicable to the project.

Invitees

Add the invitees of the project. Enter the email address of the member whom you want to invite to the project. You can add multiple members.

Deletes a specified project.

Connection

Establish a connection to your Breeze account.

Project ID

Select the Project ID whose details you want to update.

Watches for newly created tasks.

Connection

Establish a connection to your Breeze account.

Limit

Set the maximum number of new tasks Make should return during one scenario execution cycle.

Project ID

Select the Project ID whose new tasks you want to watch.

Returns a list of tasks matching specific conditions.

Connection

Establish a connection to your Breeze account.

Search By

Select the options to search the tasks:

  • Project

  • Swimlane

  • Stage

  • Creator

  • Assignee

  • All Tasks

Assignee ID

Select the Assignee ID whose tasks you want to search.

Creator ID

Select the Creator ID whose created tasks you want to search.

Project ID

Select the Project ID whose tasks you want to search.

Stage ID

Select the task's stage to search only the tasks with the specified stage:

  • To-do

  • Done

  • Doing

Archived

Select whether you want to search the archived tasks:

  • Yes

  • No

  • Not defined

Only Archived

Select whether you want to search only the archived tasks:

  • Yes

  • No

  • Not defined

Done

Select whether you want to search for the done tasks:

  • Yes

  • No

  • Not defined

Hidden

Select whether you want to search the hidden tasks:

  • Yes

  • No

  • Not defined

Status

Select the status of the tasks:

  • Done

  • Ready

  • On Hold

  • Blocked

Limit

Set the maximum number of tasks Make should return during one scenario execution cycle.

Returns information about a specified task.

Connection

Establish a connection to your Breeze account.

Project ID

Select the Project ID whose task's details you want to retrieve.

Task ID

Select the Task ID whose details you want to retrieve.

Creates a new task.

Connection

Establish a connection to your Breeze account.

Project ID

Select the Project ID for which you want to create the task.

Name

Enter a name for the task.

Stage ID

Select the Stage ID of the task:

  • To-do

  • Done

  • Doing

Swimlane ID

Select the Swimlane ID (flow or process) for the task.

Description

Enter the details of the task.

Due Date

Enter the date by when the task must be completed.

Start Date

Enter the date when the task begins.

Planned Time

Enter the time planned for completing the task in minutes.

Assignees

Add the assignees to whom you want to assign the task.

Updates the information of a specified task.

Connection

Establish a connection to your Breeze account.

Project ID

Select the Project ID whose task's details you want to update.

Task ID

Select the Task ID whose details you want to update.

Name

Enter a name for the task.

Stage ID

Select the Stage ID of the task:

  • To-do

  • Done

  • Doing

Swimlane ID

Select the Swimlane ID (flow or process) for the task.

Description

Enter the details of the task.

Due Date

Enter the date by when the task must be completed.

Start Date

Enter the date when the task begins.

Planned Time

Enter the time planned for completing the task in minutes.

Assignees

Add the assignees to whom you want to assign the task.

Deletes a specified task.

Connection

Establish a connection to your Breeze account.

Project ID

Select the Project ID whose task you want to delete.

Task ID

Select the Task ID you want to delete.

Performs an arbitrary authorized API call.

Connection

Establish a connection to your Breeze account.

URL

Enter a path relative to https://api.breeze.pm/. For example: /projects.json

For the list of available endpoints, refer to the Breeze 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 tasks in the specified project from your Breeze account:

URL:

/projects/project_id/cards.json

Method:

GET

61f268186d07a.png

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

In our example, 3 tasks were returned:

61f2681962e14.png