clickup

The clickup credential can be used to access ClickUp resources.

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

Arguments

NameTypeRequired?Description
tokenStringOptionalAPI token

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

Default Credential

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

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