Update
Certified
Update an attribute of a group on a Monday board
Update
Certified
Update an attribute of a group on a Monday board
yaml
type: io.kestra.plugin.monday.groups.UpdateExamples
yaml
id: monday_update_group
namespace: company.team
tasks:
- id: rename
type: io.kestra.plugin.monday.groups.Update
apiToken: "{{ secret('MONDAY_API_TOKEN') }}"
boardId: "1234567890"
groupId: "in_progress"
groupAttribute: title
newValue: "Doing"
Properties
apiToken *Requiredstring
boardId *Requiredstring
groupAttribute *Requiredstring
Possible Values
TITLECOLORPOSITIONRELATIVE_POSITION_AFTERRELATIVE_POSITION_BEFOREgroupId *Requiredstring
newValue *Requiredstring
apiUrl string
Default
https://api.monday.com/v2apiVersion string
Default
2024-10maxRetries integerstring
Default
3retryInterval string
Default
PT5SretryMaxInterval string
Default
PT30S