You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 5, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: docs/guides/bridges/webhook-to-slack.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -193,12 +193,14 @@ Use `curl` or any HTTP capable client to post messages at Slack.
193
193
curl -d '{"message":"test my bridge"}' https://webhooksource-post-message.woodford.dev.triggermesh.io
194
194
```
195
195
196
-
Moving forward this bridge could be added:
196
+
Thid Bridge can be extended in many different ways:
197
197
198
198
- Validation and error handling at the transformation Function.
199
199
- The Channel could be provided as a parameter from the WebhookSource, defaulting to a channel provided by the Function.
200
200
- AWS Comprehend could be used for sentiment analysis.
201
201
- Messages could be enriched if they contain word `avocado` with 🥑
202
+
- Add a Twilio Source that will also feed incoming messages to the Broker.
203
+
- Add a Datadog Target that will convert a subset of filtered messages into alerts.
202
204
203
205
If you have any questions on how to build this Bridge or how to modify it to suit your needs, join our [Community Slack](http://triggermesh-community.slack.com/) and [contact us](mailto:[email protected]).
0 commit comments