Hi
I have a scenerio, where we have a local ticket system which is like approving a ticket before its been done. So when the ticket is accepted it will be sent to asana, and want to save the task link.
I want to know is there a way to get newly created task link.
I am not fimilar with asana API. so if there is any ajax based or something, woul be really nice
How do you get the task id though?
I have the same question as @Ahmed_Sunny so Google brought me here.
I’ve sent an email to asana and it has created a new task for me. The organization id I have; it’s always the same. How is the task id accessible?
Thank you.
I think what I would do in this scenario is use the webhooks functionality of the API; i.e. set up a webhook so you’ll get a webhook event whenever a new task gets added to the project in which you’re sending the tasks into.