EDIT: So after posting this, I tried just copying the API endpoint and hitting Save and Send Test Request and it just gave me everything I needed (didn't expect it to be that easy lol) - so all good SOLVED
We are trying to rebuild some workflows that currently run in Make / Integromat so we can move 100% to Pabbly.
One of the actions we use in Make is ClickUp - List Task Templates where we are able to manually run the workflow to get a list of all task templates in a workspace
This action does not appear to be a current option in Pabbly, but assume it can be achieved under the Custom API Request (Beta) - this is not something I have had success using before (hoping someone can provide the inputs I need in the right format) - looking at Clickup documentation I have found the following:
View the task templates available in a Workspace.
(https://developer.clickup.com/reference/gettasktemplates)
Not sure if it will change what needs to go into the API request, but the goal after getting this data is to just send it in an email (when I create new templates, there is no way to retrieve the template ID from within ClickUp that I am aware of, so I just need to be able to trigger this to get a list of template IDs for other automation uses).
We are trying to rebuild some workflows that currently run in Make / Integromat so we can move 100% to Pabbly.
One of the actions we use in Make is ClickUp - List Task Templates where we are able to manually run the workflow to get a list of all task templates in a workspace
This action does not appear to be a current option in Pabbly, but assume it can be achieved under the Custom API Request (Beta) - this is not something I have had success using before (hoping someone can provide the inputs I need in the right format) - looking at Clickup documentation I have found the following:
Get Task Templates
get https://api.clickup.com/api/v2/team/{team_id}/taskTemplateView the task templates available in a Workspace.
(https://developer.clickup.com/reference/gettasktemplates)
Not sure if it will change what needs to go into the API request, but the goal after getting this data is to just send it in an email (when I create new templates, there is no way to retrieve the template ID from within ClickUp that I am aware of, so I just need to be able to trigger this to get a list of template IDs for other automation uses).