diff --git a/integrations/slack/manifest.json b/integrations/slack/manifest.json index 2f63a247e..ddcbc89b8 100644 --- a/integrations/slack/manifest.json +++ b/integrations/slack/manifest.json @@ -1,6 +1,8 @@ { "display_information": { - "name": "Trigger.dev" + "name": "Trigger.dev", + "description": "Trigger.dev makes it easy to automate workflows in code", + "background_color": "#121321" }, "features": { "bot_user": { @@ -15,19 +17,34 @@ "scopes": { "user": [ "channels:read", + "chat:write", "groups:read", "im:read", "mpim:read", - "chat:write", + "channels:write", + "groups:write", + "im:write", + "mpim:write", "reactions:write" ], "bot": [ "chat:write", + "channels:manage", + "channels:join", + "channels:read", + "groups:write", + "im:write", + "incoming-webhook", + "mpim:write", "reactions:write" ] } }, "settings": { + "interactivity": { + "is_enabled": true, + "request_url": "https://app.trigger.dev/api/v1/internal/webhooks/slack/interactivity" + }, "org_deploy_enabled": false, "socket_mode_enabled": false, "token_rotation_enabled": false diff --git a/providers.auth.staging.json b/providers.auth.staging.json new file mode 100644 index 000000000..0703b9308 --- /dev/null +++ b/providers.auth.staging.json @@ -0,0 +1,8 @@ +{ + "github": { + "client_id": "ed98af6052927e8f2fcd" + }, + "slack": { + "client_id": "276370297397.4726928116804" + } +} \ No newline at end of file