Move
Certified
Move an item to a different group on the same board
Move
Certified
Move an item to a different group on the same board
yaml
type: io.kestra.plugin.monday.items.MoveExamples
yaml
id: monday_move_item
namespace: company.team
tasks:
- id: move
type: io.kestra.plugin.monday.items.Move
apiToken: "{{ secret('MONDAY_API_TOKEN') }}"
itemId: "9876543210"
groupId: "done"
Properties
apiToken *Requiredstring
groupId *Requiredstring
itemId *Requiredstring
apiUrl string
Default
https://api.monday.com/v2apiVersion string
Default
2024-10maxRetries integerstring
Default
3retryInterval string
Default
PT5SretryMaxInterval string
Default
PT30S