Assign Groups in ClickUp to a task

Hi Folks,
Does anybody have an idea how to do this?

I the make-module “Clickup - create a task” there is a field, where i can assign a member of my workspace to this task. ClickUp needs the members’ individual user_id to do so.

My Question is:
DOes this work with Groups (“Marketing-Team”, “Content-Team”, etc) as well?

If so:

  • Where do i find the group_id?

Thanks in advance

Hey there,

Not from the Create a Task module, no. You can create a task via the generic API call module instead. The variable is called group_assignees and you can use this endpoint to find the IDs https://api.clickup.com/api/v2/group

1 Like