Create
Certified
Post an update (comment) on a Monday item
Create
Certified
Post an update (comment) on a Monday item
yaml
type: io.kestra.plugin.monday.updates.CreateExamples
yaml
id: monday_create_update
namespace: company.team
tasks:
- id: comment
type: io.kestra.plugin.monday.updates.Create
apiToken: "{{ secret('MONDAY_API_TOKEN') }}"
itemId: "9876543210"
body: "Pipeline run finished successfully."
Properties
apiToken *Requiredstring
body *Requiredstring
itemId *Requiredstring
apiUrl string
Default
https://api.monday.com/v2apiVersion string
Default
2024-10maxRetries integerstring
Default
3parentId string
retryInterval string
Default
PT5SretryMaxInterval string
Default
PT30S