mirror of
https://github.com/jamf/Setup-Manager.git
synced 2026-02-03 14:13:24 +00:00
Feature Request: Add Webhook "kind" support for common messaging services like Slack, Google Chat and teams #74
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
@scriptingosx commented on GitHub:
implemented in 1.3