Skip to content
This repository was archived by the owner on May 5, 2025. It is now read-only.

Commit 3511aa5

Browse files
committed
rephrase moving forward
1 parent 1265c2f commit 3511aa5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/guides/bridges/webhook-to-slack.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,12 +193,14 @@ Use `curl` or any HTTP capable client to post messages at Slack.
193193
curl -d '{"message":"test my bridge"}' https://webhooksource-post-message.woodford.dev.triggermesh.io
194194
```
195195
196-
Moving forward this bridge could be added:
196+
Thid Bridge can be extended in many different ways:
197197
198198
- Validation and error handling at the transformation Function.
199199
- The Channel could be provided as a parameter from the WebhookSource, defaulting to a channel provided by the Function.
200200
- AWS Comprehend could be used for sentiment analysis.
201201
- 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.
202204
203205
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]).
204206

0 commit comments

Comments
 (0)