• Instructions to Ask a Question

    For any assistance, please click the "Ask a Question" button and select the Pabbly product for which you require support.

    We offer seven comprehensive applications designed to help you efficiently manage and grow your business:

    Our support team endeavors to respond within 24 business hours (Monday to Friday, 10:00 AM to 6:00 PM IST). We appreciate your understanding and patience.

    🚀 Exclusive Lifetime Offers 🚀

    We invite you to take advantage of our special one-time payment plans, providing lifetime access to select applications:

    • 🔥 Pabbly Connect — Lifetime Access for $249View Offer
    • 🔥 Pabbly Subscription Billing — Lifetime Access for $249View Offer

    Make a one-time investment and enjoy the advantages of robust business management tools for years to come.

ClickUp List Task Templates

shane6836

Member
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

1746826777858.png


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}/taskTemplate
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).
 
Top