We've expanded the Teamflect External API to support task creation and task updates programmatically.
What’s New?
Two new endpoints have been added under the Tasks scope:
  • POST /Tasks – Create a new task
  • PUT /Tasks/{id} – Update an existing task
These endpoints allow external systems to create and manage tasks directly in Teamflect.
You can review the existing Tasks documentation here: