
Beyond-Bot.ai + googletasks
Google Tasks provides a simple to-do list and task management system integrated into Gmail and Google Calendar for quick and easy tracking
What You Can Do with this Integration
Automate Data Entry
Automatically sync new contacts or deals from Beyond-Bot.ai to googletasks.
Enrich Customer Profiles
Use Beyond-Bot.ai to find and add new information to your records in googletasks.
Trigger Workflows
Start automated workflows in googletasks based on conversations with your virtual expert.
Available Actions
Here are the specific actions your virtual expert can perform within googletasks.
Googletasks Clear Tasks
Permanently clears all completed tasks from a specified google tasks list; this action is destructive and idempotent.
Googletasks Create Task List
Creates a new task list with the specified title.
Googletasks Delete Task
Deletes a specified task from a given task list in google tasks.
Googletasks Delete Task List
Permanently deletes an existing google task list, identified by `tasklist id`, along with all its tasks; this operation is irreversible.
Googletasks Get Task
Use to retrieve a specific google task if its `task id` and parent `tasklist id` are known.
Googletasks Get Task List
Retrieves a specific task list from the user's google tasks if the `tasklist id` exists for the authenticated user.
Googletasks Insert Task
Creates a new task in a given `tasklist id`, optionally as a subtask of an existing `task parent` or positioned after an existing `task previous` sibling, where both `task parent` and `task previous` must belong to the same `tasklist id` if specified.
Googletasks List Tasks
Retrieves tasks from a google tasks list; all date/time strings must be rfc3339 utc, and `showcompleted` must be true if `completedmin` or `completedmax` are specified.
Googletasks List Task Lists
Fetches the authenticated user's task lists from google tasks; results may be paginated.
Googletasks Move Task
Moves the specified task to another position in the destination task list.
Googletasks Patch Task
Partially updates an existing task (identified by `task id`) within a specific google task list (identified by `tasklist id`), modifying only the provided attributes from `taskinput` (e.g., `title`, `notes`, `due` date, `status`) and requiring both the task and list to exist.
Googletasks Patch Task List
Updates the title of an existing google tasks task list.
Googletasks Update Task
Updates the specified task.
Googletasks Update Task List
Updates the authenticated user's specified task list.