UNPKG

@mbakgun/n8n-nodes-slack-socket-mode

Version:

Slack Socket Mode Node for n8n that allows you to use +100 Slack events in your n8n instance with proxy mode

22 lines 742 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = defaultRenderHtmlForInstallPath; function defaultRenderHtmlForInstallPath(addToSlackUrl) { return `<html> <head> <link rel="icon" href="data:,"> <style> body { padding: 10px 15px; font-family: verdana; text-align: center; } </style> </head> <body> <h2>Slack App Installation</h2> <p><a href="${addToSlackUrl}"><img alt="Add to Slack" height="40" width="139" src="https://platform.slack-edge.com/img/add_to_slack.png" srcset="https://platform.slack-edge.com/img/add_to_slack.png 1x, https://platform.slack-edge.com/img/add_to_slack@2x.png 2x" /></a></p> </body> </html>`; } //# sourceMappingURL=default-render-html-for-install-path.js.map