spatricius/slack-unfurl-bundle

Slack unfurl bundle based on Symfony Message

v1.0.2 2023-04-17 19:24 UTC

This package is auto-updated.

Last update: 2024-04-17 23:24:54 UTC


README

Unfurl Slack urls with help of Symfony Messenger

Integrations

Gitlab

With Gitlab client by Zeichen32GitLabApiBundle

Usage

See example app: spatricius/slack-unfurl-app

Slack configuration

Example manifest in Slack Apps

display_information:
  name: My unfurl app
  description: Show links desciptions
  background_color: "#000000"
features:
  bot_user:
    display_name: Links helper
    always_online: false
  unfurl_domains:
    - gitlab.mydomain.com
oauth_config:
  scopes:
    bot:
      - links:read
      - links:write
settings:
  event_subscriptions:
    request_url: http://111.111.111.111:666/unfurl/
    bot_events:
      - link_shared
  org_deploy_enabled: false
  socket_mode_enabled: false
  token_rotation_enabled: false