Use Make/Integromat to connect objects in Zoho CRM with tasks in Asana

I am trying to call the API in make.com (similar to zappier).
By any chance you know how to make it work?


Welcome to the forum, @Gonzalo_Senatore! What exactly are you trying to do? Your URL is incorrect (the URL is the request’s route, so that’s what your error means). Check the documentation linked in the OP for correct URL usage.

1 Like

Hi Stephen, thank you for the message, I have been using asana since a couple of months but never called an api.

Right now I am using Make to connect my CRM with Asana.
When a new product is created, certain checks need to be done. I have all the steps inside a template in Asana.
It would be awsome to automate this steps so I get the Asana task automatically done

I read the documetnation but then i was asked about the key, and could not find where to make it :frowning:
I somewhat manage to make it work calling the list task and then the duplicate task.

But would love to know how I can implement this with an API

@Gonzalo_Senatore - if you have a task template set up on your project, you should be able to use the POST endpoint referenced above. I’m not super familiar with Make, but I presume there is a module specifically for these endpoints (or, if not, I know you can make custom HTTP calls). Could you screenshot more of what you see in each module you’re trying to set up (obfuscate any personal info)?

1 Like

@Gonzalo_Senatore - I split this to its own topic, since it’s not directly related to the original thread. A couple notes:

  • Are you running this automation on a time basis or each time a new product is added to Zoho? (generally, you either want to do the latter or add some kind of flag in Zoho to indicate that a product has already been sent to Asana)
  • Not sure what your router is doing (or intended to do)
  • The error in the top branch is with the URL. If you read the note in the module, it says that all URLs are relative to the base Asana URL. If you’re trying to instantiate a task from a template, read this documentation for what URL paths to use.
  • If you’re trying to have this automation both create new tasks in Asana and update existing tasks, you’ll need to store something (probably the Asana task GID) on the corresponding object in Zoho so that it knows whether to update something or create it net-new.
2 Likes

To connect Zoho CRM objects with Asana tasks using Make, create a scenario that triggers on events like new or updated records in Zoho CRM, then maps these to corresponding fields in Asana for task creation or updates. You can set conditions to control when tasks are synced. Alternatively, use Skyvia for a no-code solution that automates synchronization and ensures consistent data flow between Zoho CRM and Asana, simplifying the integration process.