Asana Integration with Acumatica

My goal is to change the assignee for a task when it changes section.

I am using postman to send my API requests, and when I use
POST https://app.asana.com/api/1.0/webhooks

  • I receive back a response 409

  • I am able to see the incoming post request and can see request details

-Through developers.asana.com I am able to see the headers for my request

Sorry for the lack luster first post, I was still at trust level 0.

In regards to my previously mentioned 409 error. I wrote various messages to trace to figure out my problem since you can’t really attach to the code to debug. I ended up realizing a few things.

  1. I was creating and then retrieving different SlotKey’s for the authentication handshake. So I aligned my keys properly and that resolved the 409 being thrown from my code.
  2. There isn’t a straightforward way to filter when a task changes the section it is in. So the filter in the before post is not a valid filter.

I will continue to browse the forums for an answer to this challenge. Please let me know if you have any ideas.

This is my current implementation. I’m using C# for this

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