I was sending a alert using the teams app on the splunk base, which posts a card message to the teams. I want to send a plaintext message using webhook because the customer wants to receive a plaintext message rather than a card message. Can I use the $result.field$ token for the message content in the payload? I should use the fields in the search results table. Goals 1. Post a plaintext message to msteams as a notification feature 2. Use the fields in the table of the notification search results as tokens
... View more