Task commenting API
AnsweredHi there, is there an indication of when we can comment against a task with the API. At the moment we can only do it against an app item.
-
The "Add comment to object" API operation allows you to add comments to anything that accepts comments on Podio, including tasks. See https://developers.podio.com/doc/comments/add-comment-to-object-22340
-
I can assure you that the API operation will allow you to add a comment to a task -- I just did so in a test script. Perhaps you could share the code you are using and any error messages from the API. You are not giving me much to go on :)
A sample request would be:
POST /comment/task/6809651
Request body: {"value":"this is a comment"}
Please sign in to leave a comment.
Comments
3 comments