issues
search
atc0005
/
go-teams-notify
A package to send messages to a Microsoft Teams channel
MIT License
100
stars
17
forks
source link
Add initial support for Workflow connectors
#265
Closed
atc0005
closed
4 months ago
atc0005
commented
4 months ago
Changes
lower
AdaptiveCardMaxVersion
from
1.5
to
1.4
this almost seems like a bug on Teams' end as this limitation is not communicated (from what I could tell) via
https://adaptivecards.io/designer/
using a value of
1.4
appears to work equally well for O365 and Workflow connectors
treat a 202 response code as sufficient response verification
instead of expecting a
1
in the response body as previously confirmed
see also atc0005/go-teams-notify#59
add
logic.azure.com
to valid URL patterns for default validation
debugging / troubleshooting - log status code and response string for O365 connector responses - log validation pattern match
References
GH-262
Changes
AdaptiveCardMaxVersion
from1.5
to1.4
1.4
appears to work equally well for O365 and Workflow connectors1
in the response body as previously confirmedlogic.azure.com
to valid URL patterns for default validationReferences