Clockify to Airtable - Clockify Connection Issuees

Hi,

I am trying to connect Clockify to Airtable so that when I create a new task in Clockify it adds a new record in a table in Airtable. I can’t see to get the communication with Clockify working correctly though. I’ve connected the account OK with the Clockify API key and can see the relevant Clockify workspace but no variables are available except “ExecutionID” and when looking at the webhook created on the Make.com side it says that there is a 400 error

Function ‘parseTimeResponse’ finished with error! Cannot read properties of undefined (reading ‘start’)

I’m guessing there is either something wrong with the connection but I’ve no idea what the issue is. Any help much appreciated.

Hey @Andywozhere
Here’s how you can watch new tasks being created
I am assuming you generated API key and created a connection

Now you select this module in your scenario first
Screenshot 2024-01-27 231453
go here -

Click on create new
Copy Your URL from webhook in scenario and past webhook link here
then select event as task created


next you go back to scenario and add a module next to your webhook module
Screenshot 2024-01-27 231952
map the name of the task from webhook to this module

here is a test I did

hope it helps

3 Likes

@ThakurHemansh thanks a lot. That makes sense and I see I missed a step. It looks like I have to select a project? I’d like to run this for all tasks across all projects but I’m not seeing how that is possible.

3 Likes