Hi
I’m trying to automate renaming the tasks with some standard naming convention as they are created. I’m trying to use the ClickUp automation webhooks with Zapier integration.
I tested the ClickUp API with cURL to rename the task with the task_id. How do I automate this POST call with Zapier as I will not know the task_id?.
In short, how do I get the ClickUp task_id as they are created and pass the task_id to the POST call for renaming the task with the help of Zaiper?
Thanks in advance!