Block 1 - Respond to Webhook
- Type / Role
- n8n-nodes-base.respondToWebhook - respondToWebhook
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
Create new Clickup Tasks from Slack commands This workflow aims to make it easy to create new tasks on Clickup from normal Slack messages using simple slack command. For example We can have a slack...
n8n-nodes-base.respondtowebhook, n8n-nodes-base.stickynote, n8n-nodes-base.webhook, n8n-nodes-base.set, n8n-nodes-base.clickup
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Zacharia Kimotho.
Original n8n.io sourceThis workflow aims to make it easy to create new tasks on Clickup from normal Slack messages using simple slack command.
For example We can have a slack command as
/newTask Set task to update new contacts on CRM and assign them to the sales team This will have an new task on Clickup with the same title and description on Clickup
For most teams, getting tasks from Slack to Clickup involves manually entering the new tasks into Clickup. What if we could do this with a simple slash command?
The first step is to Create an endpoint URL for your slack command by creating an events API from the link [below] https://api.slack.com/apps/)
Next step is defining the endpoint for your URL Create a new webhook endpoint from your n8n with a POST and paste the endpoint URL to your event API. This will send all slash commands associated with the Slash to the desired endpoint
Log on to slack API (https://api.slack.com/) and create an application. This is the one we use to run all automation and commands from Slack. Once your app is ready, navigate to the Slash Commands and create a new command
This will include the command, the webhook URL and a description of what the slash command is all about
Now that this is saved you can do a test by sending a demo task to your endpoint Once you have tested the webhook slash command is working with the webhook, create a new Clickup API that can be used to create new tasks in ClickUp
This workflow creates a new task with the start dates on Clikup that can be assigned to the respective team members
More details about the document setup can be found on this document below
This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
| Workflow | Create new Clickup tasks from Slack commands |
|---|---|
| Complexity | intermediate |
| Nodes | 6 |
| Categories | Project Management |
| Author | Zacharia Kimotho |
| Published | 23 Mar 2024 |
Use the JSON export at /data/workflows/2190/2190.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
Create new Clickup Tasks from Slack commands This workflow aims to make it easy to create new tasks on Clickup from normal Slack messages using simple slack command. For example We can have a slack...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Project Management use case.