Connnect Wrike projects to Clockify

What are you trying to achieve?

Hello,

We use wrike for our project management and I’m testing out clockify to track our hours.
We have wrike projects and I want to get the names of our wrike projects reflected in clockify but I can’t get it to work.

I have managed to make a new project in clockify whenever I make a new project in wrike but I can’t get the name to go through to clockify.

How can I do this?
Any help would be much apreciated.

Thank you

Screenshots: scenario setup, module configuration, errors

Hi @dbalex

Please provide a screenshot of the error.

There is no error, there is just no name going through to clockify projects.

It’s this name that I want to get through

@dbalex please send a screenshot of the trigger module output.

Welcome to the Make community!

From your screenshots, you did not map any variable from the trigger module in the Clockify module, especially the name field.

Perhaps you need to get the Task using another module first?

To do this, you can try using the Wrike “Get Task(s)” module —

Returns information about specific task(s).

For more information, see https://www.make.com/en/integrations/wrike, and https://www.make.com/en/help/app/wrike in the help centre.

I would suggest completing the Make Academy before jumping into building a complete scenario.

Here are some useful links and guides you can use to learn more on how to use the Make platform, apps, and app modules. I found these useful when I was learning Make, and hope they might benefit you too —

Getting Started

Help Centre Basics

Articles & Videos

Hope this helps! Let me know if there are any further questions or issues.

@samliew

P.S.: Investing some effort into the Make Academy will save you lots of time and frustration using Make.

1 Like

Here are the different infos I get from the wrike module:

I don’t see where the name is, so I don’t understand how to get it through to clockify

Thanks for your help guys, much appreciated. I’m watching the tutorials one by one, but I was hoping to learn by doing also.

Hi @dbalex

Can you try the Make an API call module? The URL of the required endpoint is /folders/{folderId}; the request type is GET. You should replace the {folderId} with the folderId variable of the webhook.


4 Likes

It worked! Thank you so much!

2 Likes