App
5pm
5pm is an online project management tool for teams.
What your agent can do with 5pm
Triggers and actions 7 triggers · 21 actions
- TriggerNew Progress
Triggers when a new task progress is created.
- TriggerNew Project
Fires when a new project is created in 5pm (poll ProjectsService getList).
- TriggerNew Task
Triggers when a new support task is created.
- TriggerNew User
Triggers when a new support user is created.
- TriggerUpdated Project
Fires when a project is updated in 5pm (poll ProjectsService getList).
- TriggerUpdated Task
Triggers when a new support task is updated.
- TriggerUpdated User
Triggers when a new support user is updated.
- ActionAdd Task Progress
Add Task Progress (progress in percent and house down).
- ActionAdd User
Create a new user in the 5pm account (UsersService add).
- ActionCreate Note
Creates a new note in task.
- ActionCreate Project
Creates a new project.
- ActionCreate Task
- ActionDelete Note
Remove an activity note/progress message (ActivityService remove).
- ActionDelete Project
Remove a project (ProjectsService remove).
- ActionDelete Task
Remove a task from a 5pm project (TasksService remove).
- ActionDelete User
Remove a user from the account (UsersService remove).
- ActionFind Project by Id
Retrieve a single project by its id (ProjectsService getById).
- ActionFind Task
Finds a task in the application.
- ActionFind Task by Id
Finds a task by Id in the application.
- ActionFind User by Email
Retrieve a user by their email address (UsersService getByEmail).
- ActionFind User by Id
Finds a user by Id in the system.
- ActionList Notes
List activity notes/progress messages on a task (ActivityService getList).
- ActionList Projects
List all projects in the account (ProjectsService getAll/getList).
- ActionList Users
List all users in the account (UsersService getAll).
- ActionUpdate Note
Update an activity note/progress message (ActivityService update).
- ActionUpdate Project
Update a project's fields (ProjectsService update).
- ActionUpdate Task
Update task in the application.
- ActionUpdate User
Update a user's fields (UsersService update).
No trigger or action matches that. Ask your agent to add it: it reads the API documentation and builds what you describe.
Not listed?
Need a trigger or action that is not here?
Ask your agent. Describe what you need in plain language and it reads the 5pm API documentation, builds the operation at whatever depth the API allows, tests every branch and ships it. The list above is what exists today, not the limit.