CORE API UPDATE
Create task conversations via the Core API
Task conversations are now fully supported in the Core API. You can create, read, and update them just like you can other conversation types, with a dedicated description field for capturing the context of the task. To learn more about how tasks work in Front, refer to our Help Center.
typenow accepts'task'in addition to'discussion'- The
subjectfield provides the title of the task commentis optional for tasks and required for discussions- New optional
descriptionfield, valid only whentypeis'task'
GET /conversations/:conversation_id
- Response now includes a
typefield returning'conversation','discussion', or'task' - Response includes a nullable
descriptionfield, present only on task conversations
PATCH /conversations/:conversation_id
- New
descriptionfield to set or clear (null) the task description
Give it a spin and let us know what you build!
Happy coding!
