Post Comment in Asana Task

I think this should be a relatively simple task, but not having much luck. I’m trying to post a comment in a task in Asana. I assume I would use the POST Request, but no luck so far. Has anyone tried this before?

Hello @jcallaway,

I have not worked with Asana, but I have a couple insights which may help. I did some digging in their documents and found:

They got a guide on how to set up your access token to authenticate requests and also show how to create a task via post request.

Now on KAP, the most relevant part I would look at first is:

image

You would want to attach something similar in the post request body. Now the only complication I can see is possibly authentication?

I believe for authentication you would want to attach the PAT in a Request Header.

Also I would add in the other headers as it lists in documentation

Hope this helps,
TL

2 Likes

Thanks @thor_landstrom! I think this gets me what I need!

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.