We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73e061b commit 3d09373Copy full SHA for 3d09373
examples/slack/concord.yml
@@ -5,12 +5,12 @@ flows:
5
channelId: "C5W9ELY7Q"
6
text: "Process ${txId} is completed"
7
username: "my bot"
8
- icon_emoji: ":chart_with_upwards_trend:"
+ iconEmoji: ":chart_with_upwards_trend:"
9
attachments:
10
- fallback: "Book your flights at https://flights.example.com/book/r123456"
11
actions:
12
- type: "button"
13
text: "Book flights"
14
url: "https://flights.example.com/book/r123456"
15
16
- - log: notified
+ - log: notified
0 commit comments