We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Try running this flow in response to a failed flow -- there are a bunch of properties which are entirely ignored incl:
payload
channel
url
username
iconUrl
We should either fix or remove any SlackExecution properties that are currently ignored.
SlackExecution
id: sla_miss_alert namespace: alerting tasks: - id: send_alert type: io.kestra.plugin.notifications.slack.SlackExecution url: xxxxx executionId: "{{trigger.executionId}}" iconUrl: "https://avatars.githubusercontent.com/u/59033362?s=48" username: "SLA Miss Alert" channel: "#random" payload: | { "text": "SLA breached for flow {{trigger.namespace}}.{{trigger.flowId}} with ID {{trigger.executionId}}" } triggers: - id: alert_on_failure type: io.kestra.plugin.core.trigger.Flow states: - FAILED - WARNING - CANCELLED
The text was updated successfully, but these errors were encountered:
mgabelle
No branches or pull requests
Describe the issue
Try running this flow in response to a failed flow -- there are a bunch of properties which are entirely ignored incl:
payload
channel
- the channel of the webhookurl
is taken insteadusername
- the name of the Slack app is used insteadiconUrl
- the icon of the Slack app is used insteadWe should either fix or remove any
SlackExecution
properties that are currently ignored.Environment
The text was updated successfully, but these errors were encountered: