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 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
Implement complex processes faster with n8n