Feature Request: Add Webhook "kind" support for common messaging services like Slack, Google Chat and teams #74

Closed
opened 2026-01-19 18:31:26 +00:00 by michael · 1 comment
Owner

Originally created by @everetteallen on GitHub.

It would be great if Webhooks were "typed" using the "kind" attribute so that the JSON sent would support the expected format for the common messaging platforms starting with Slack, Google Chat and Teams (I am aware there is already a solution for Teams).
To date the "generic" kind is the default and the payload sent gives 400 errors due to invalid_payload. (See https://api.slack.com/changelog/2016-05-17-changes-to-errors-for-incoming-webhooks). Google Chat also gives 400 error.
Your consideration is appreciated.

Originally created by @everetteallen on GitHub. It would be great if Webhooks were "typed" using the "kind" attribute so that the JSON sent would support the expected format for the common messaging platforms starting with Slack, Google Chat and Teams (I am aware there is already a solution for Teams). To date the "generic" kind is the default and the payload sent gives 400 errors due to invalid_payload. (See https://api.slack.com/changelog/2016-05-17-changes-to-errors-for-incoming-webhooks). Google Chat also gives 400 error. Your consideration is appreciated.
michael added the enhancement label 2026-01-19 18:31:26 +00:00
Author
Owner

@scriptingosx commented on GitHub:

implemented in 1.3

@scriptingosx commented on GitHub: implemented in 1.3
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: jamf/Setup-Manager#74