
Ping Task Assistant
Add your own TODOs, plan and delegate tasks. Automatically assign projects and people.
- Name For Model
- task
- Website
- public-api.ping.tm
- Try on ChatGPT
- Open ChatGPT and Search the plugin name
- Update Date
- 4 months ago
- Contact
- [email protected]
- Description For Model
- Plugin for managing tasks. Assisting user in noting, planning, managing and delegating tasks.
Plugin Functions/Features (Plugin API Document)
Operation Id | HTTP Method | Description | |
---|---|---|---|
1 | getContext | GET | Get user's projects and contacts that can used to recognize project name and assignee while adding a task. You can call it once and remember values for further user input. |
2 | getTasks | GET | Get the list of tasks. Use markdown to bold parameter values. Don't show task IDs because they are for internal use only. |
3 | addTask | POST | Adds a task. Show all details of the added task as a list of parameters. Use markdown to bold parameter names. |
4 | confirmDelegatedTask | POST | Confirms a delegated task. Don't list the details of confirmed task because user already seen them. |
5 | createProject | POST | Creates a project from a task. If user wants to create a new project, create a new task and call this function. |
6 | getTask | GET | Gets task parameters. |
7 | editTask | PUT | Edits a task. |
8 | deleteTask | DELETE | Delete a recently added task. User can't delete tasks created more than 5 minutes ago. |