Skip to content

docs: improve app creation for incoming webhook technique#667

Description

@zimeg

馃摎 The setup steps of the incoming webhook technique require multiple steps on an adjacent UI. We might suggest creating an app with the following manifest:

馃敆 https://docs.slack.dev/tools/slack-github-action/sending-data-slack-incoming-webhook#setup

{
  "_metadata": {
    "major_version": 1
  },
  "display_information": {
    "name": "GitHub Actions",
    "description": "Incoming webhook for GitHub Actions notifications"
  },
  "features": {
    "bot_user": {
      "display_name": "GitHub Actions"
    }
  },
  "oauth_config": {
    "scopes": {
      "bot": ["incoming-webhook"]
    }
  },
  "settings": {
    "org_deploy_enabled": true,
    "incoming_webhooks": {
      "incoming_webhooks_enabled": true
    }
  }
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    docsImprovements or additions to documentation

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions