Create
Certified
Send a notification to a Monday user
Create
Certified
Send a notification to a Monday user
yaml
type: io.kestra.plugin.monday.notifications.CreateExamples
yaml
id: monday_create_notification
namespace: company.team
tasks:
- id: notify
type: io.kestra.plugin.monday.notifications.Create
apiToken: "{{ secret('MONDAY_API_TOKEN') }}"
userId: "12345"
targetId: "67890"
text: "Item updated by the pipeline."
targetType: Project
Properties
apiToken *Requiredstring
targetId *Requiredstring
text *Requiredstring
userId *Requiredstring
apiUrl string
Default
https://api.monday.com/v2apiVersion string
Default
2024-10maxRetries integerstring
Default
3retryInterval string
Default
PT5SretryMaxInterval string
Default
PT30StargetType string
Default
PROJECTPossible Values
PROJECTPOST