You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Truncate oversized Teams webhook payloads to prevent HTTP 413 errors
When an adaptive card payload exceeds the Teams webhook size limit (~28KB),
progressively remove body items from the card and append a truncation notice.
This prevents the entire alert flow from failing when a single message is
too large for the Teams endpoint.
Co-Authored-By: Michael Myaskovsky <michael@elementary-data.com>
0 commit comments