I’d like to suggest adding a new node for GetSling.com
— a popular platform for employee scheduling, time tracking, and task management.
The node could allow n8n workflows to interact with Sling’s task management features, such as:
Fetching tasks (e.g. by user, location, or due date)
Creating or updating tasks directly from a workflow
Marking tasks as completed or changing their status
Managing users, shifts, or assignments (if API access allows)
This integration would make it much easier to automate daily team operations — for example, syncing tasks between Sling and tools like Google Sheets, Notion, or Slack.
Technical notes (optional):
GetSling has an API that can be used for managing tasks and schedules:
https://api.getsling.com
(API docs or endpoints reference if available).
A node with the following operations could be very useful:
Get Task(s)
Create Task
Update Task
Delete Task
(Optionally) Get Shifts or Get Users
This would be a great addition for teams using Sling for workforce management!
Thanks for considering this idea
ture request. If this is for a node, please add the node subcategory. Otherwise, follow the below template. →
The idea is:
Create a dedicated n8n node for GetSling.com
that allows users to fetch, update, and edit tasks. The node should support basic CRUD operations for tasks, including reading task details, updating status, editing descriptions, and creating new tasks. Authentication would use the GetSling API token.
My use case:
I manage team schedules and tasks through GetSling.com. Having an n8n node would allow me to automate task updates, synchronize tasks with other systems (like Slack, Google Calendar, or email notifications), and streamline workflow management without manual input.
I think it would be beneficial to add this because:
Currently, there’s no native integration between n8n and GetSling.com. A dedicated node would save time, reduce manual work, and enable teams to build automated workflows that interact with tasks programmatically, enhancing productivity.
Any resources to support this?
GetSling API documentation: https://getsling.com/api
Example endpoints for tasks (fetch, update, create): available in the API docs.Are you willing to work on this?