clickup

The clickup connection can be used to access ClickUp resources.

connection "clickup" "my_clickup" {
token = "pk_616_L5H36X3CXXXXXXXWEAZZF0NM5"
}

Arguments

NameTypeRequired?Description
tokenStringOptionalAPI token

All arguments are optional, and a clickup connection with no arguments will behave the same as the default connection.

Default Connection

The clickup connection type includes an implicit, default connection (connection.clickup.default) that will be configured to set the token to the CLICKUP_TOKEN environment variable.

connection "clickup" "default" {
token = env("CLICKUP_TOKEN")
}