This is an Enterprise only feature
Task Templates (called custom field groups in the API) let you bundle Custom Fields into reusable configurations tied to a task type — pickup, dropoff, or both. Via the API, you can create, update, list, delete, and search eligible fields for these templates using these endpoints
Base URL: https://onfleet.com/api/v2/cfGroups/task
- Create: https://onfleet.com/api/v2/cfGroups/task (POST)
- List: https://onfleet.com/api/v2/cfGroups/task (GET)
- Update: https://onfleet.com/api/v2/cfGroups/task/templateId (PUT)
- Delete: https://onfleet.com/api/v2/cfGroups/task/templateId (DELETE)
