Contains an example function written in Lua to receive a Domo alert webhook and reshape the payload to work with a Microsoft Teams weebhook connector.
- Create an alert on a Domo card or dataset
- Create an account in Webhook Relay
- Create a Webhook Relay function using the Lua code snippet
- Create a Webhook Relay request forwarder and run the function on the incoming request
- Configure a webhook connector in the desired Microsoft Teams channel and copy the URL
- Paste the Teams webhook URL into the Webhook Relay forwarding destination
- Copy the Webhook Relay public endpoint URL and and paste it into the Domo alert's webhook URL (method should be POST)
- Send a test from the Domo alert (alert title should be present, but the message will be blank)
Domo alert ----> Webhook Relay ----> Microsoft Teams