Create

Create

Certified

Send a notification to a Monday user

yaml
type: io.kestra.plugin.monday.notifications.Create
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
Defaulthttps://api.monday.com/v2
Default2024-10
Default3
DefaultPT5S
DefaultPT30S
DefaultPROJECT
Possible Values
PROJECTPOST