Webhook Format: Microsoft Teams
When format is set to teams, incoming emails are converted into Microsoft Teams messages using the incoming webhook format.
Get the Webhook URL
Section titled “Get the Webhook URL”Via Workflows
Section titled “Via Workflows”- In the channel, click + next to the message input → Workflows.
- Select Post to a channel when a webhook request is received.
- Finish setup and copy the generated URL.
Via Connectors
Section titled “Via Connectors”- In the channel, click ··· → Connectors.
- Search for Incoming Webhook, click Add → Configure.
- Give it a name and copy the generated URL.
Configure in echoValue
Section titled “Configure in echoValue”curl 'https://api.echovalue.dev/webhook' \ -H 'x-token: mytoken' \ -H 'Content-Type: application/json' \ -d '{ "url": "https://prod-00.westeurope.logic.azure.com:443/workflows/XXXX/...", "format": "teams" }'Output Preview
Section titled “Output Preview”**Subject line**From: Sender Name <sender@example.com>Email body text