Breeze Integration
Connect Breeze to Arahi's no-code AI agents and automate workflows in minutes.
About the Breeze integration
Breeze is a simple project management tool that teams use to plan, track, and organize their work. With Arahi AI, you can connect Breeze to Asana, awork, Basecamp and 1,500+ other apps using AI-powered workflows. No coding required — set up triggers, actions, and intelligent automation in minutes.
- Category
- Project Management
- Authentication
- keys
Breeze automation use cases
- Bug report → triaged task
- Turn Slack or Intercom messages into Breeze tickets with labels, owner, and priority pre-set.
- Sprint digest to stakeholders
- Summarize Breeze sprint progress into a weekly email for stakeholders — no manual report.
- Blocked-task escalation
- Ping managers when a Breeze task sits in 'blocked' status for more than 48 hours.
- Time-tracking sync
- Sync Breeze task time estimates and actuals into billing and resourcing tools.
Breeze workflow examples
- Create Breeze cards from Gmail bug reports
When a bug report email arrives in Gmail with a specific label, Arahi calls Create Card in Breeze on the triage project with details.
Gmail bug email labeled bug to Create Card in Breeze triage project.
- Archive Breeze projects after Slack approval
When a Slack reaction emoji approves a wrap-up, Arahi calls Archive Project in Breeze and posts confirmation back to the channel.
Slack approval reaction to call Archive Project in Breeze and confirm.
- Add Breeze project people from BambooHR new hires
When a BambooHR hire is created with a project tag, Arahi calls Add Project People in Breeze to grant workspace access.
New BambooHR hire to call Add Project People in Breeze workspace.
Breeze actions
- Add Project People
- Tool to add people to a project. use when you have a valid project id and one or more email addresses to invite them.
- Archive Project
- Tool to archive a specific project. use when you need to hide a completed or inactive project from active views after confirming its details.
- Create Card
- Tool to create a new card in a project. use after confirming the project id. creates a task with details like name, due date, and assignees.
- CREATE_LIST
- Tool to create a new list (stage) in a breeze project. use when you've selected a project and need to add a new stage. example: \
- Create Project
- Tool to create a new project in breeze. use when you have the project name and want to initialize it via the api.
- Create Workspace
- Tool to create a new workspace. use after deciding on the workspace name.
- Delete Card
- Tool to delete a specific card (task) by its id. use when you need to remove a task permanently; deletions cannot be undone.
- Delete Project
- Tool to delete a specific project by id. use when you need to remove a project after confirming its id.
- Delete Person from Project
- Tool to delete a person from a project by user id. use after confirming the project and user details. example: \
- Delete Workspace
- Tool to delete a specific workspace by id. use when permanently removing a workspace after confirming the correct workspace id.
- Get Card
- Tool to retrieve detailed info for a specific card (task) in a project. use when you know the project id and card id and need all metadata like tags, users, todos, and time entries.
- GET_CARDS
- Tool to get all cards (tasks) for a specific project. use after confirming the project exists. example: \
- Get Project
- Tool to get a specific project by id. use when you need detailed project information after confirming the project id. example: \
- Get Project People
- Tool to get all users in a project. use when you have a valid project id and need to list its users.
- Get Projects
- Tool to get all active projects. use when you need an overview of your team's current projects after confirming authentication.
- Get Workspace
- Tool to get a specific workspace by id. use when you need workspace details including projects after confirming the workspace id.
- Get Workspaces
- Tool to get all workspaces. use when you need to list available workspaces for the authenticated user.
- Move Card
- Tool to move a card to a different stage or position. use after confirming stage id and prev id.