Integration w/ Asana

I am looking to sync Infusionsoft with Asana, mainly to create a TASK in Asana when one is created for a new opportunity/stage change in Infusionsoft. Do I have to use a tool like Zapier to do this? Is there another way?

Thanks!

Hi @Jordan_Brown1, I am not too familiar with Asana but you may be able to use opportunity stage move goal in campaign builder (guide) with a sequence after the stage move goal that contains an http post that is configured to POST to Asana (Assuming they have the ability to receive http POSTs). @John_Borelli may know more about this?

Hi @Jordan_Brown1,

Asana has an api to manage tasks and IS has webhooks and HTTP POSTS that can manage communication between the two. This would take developing a middleware script to manage, however.