ClickUp form + N8N

Hello
I would like to know if it’s possible to integrate the ClickUp form into N8N.

I want to create a workflow so that when the customer fills out the form, the automation automatically fills in the customer’s data in the contract.

Hi @lb_spider
n8n does not currently list a specific operation for ClickUp Forms in its documentation. However, we think it might be possible to integrate ClickUp form submissions using triggers and webhooks.

Here’s a summary approach:

If the ClickUp form creates a task upon submission, use the ClickUp Trigger node (“Task Created”) to start your workflow.

If the form doesn’t create a task, set up a Webhook Trigger in n8n to capture the form submission.

Once the submission data is received, use the ClickUp node or an HTTP Request node to populate the customer’s information in your contract system.

We suggest testing this workflow with a sample form. If successful, please share your results with the community — it will help others who want to automate ClickUp form submissions into contracts in the future.