Forum Discussion
jonathanrabhan
Aug 30, 2020Copper Contributor
Configure Webhook Payload to Override Channel Icon
If we put this in the webhook payload config, it will show in the message, but what attribute is needed to override the default channel icon ?
"activityImage": "https://mywebsite/images/logo_70x75.png",
Looking at the https://docs.microsoft.com/en-us/microsoftteams/platform/webhooks-and-connectors/how-to/connectors-using it looks like that you define the icons during creation of the webhook and / or inside manifest.
- jonathanrabhanCopper Contributor
Vesa Nopanen
What is the attribute to use to override the channel icon with icon from payload ?