Ensure compatibility between slack and discord with this proxy which converts ton the fly the web hook.
Then this tool permit you use use your Slack webhook integration in Discord !
To run the slack-to-discord proxy on an Apache server, ensure you have the following:
- PHP 8.0+ installed
- Composer installed
- Apache 2.4
For a containerized deployment, you can use the associated Docker image henri9813/slack-to-discord.
services:
slack-to-discord:
image: henri9813/slack-to-discord
ports:
- 8000:80
-
Generate a Webhook in Discord:
- Create a webhook in your desired Discord server.
-
Replace the Discord URL:
- Change the
discord.com
part of the URL to your proxy URL (your-slack-to-discord.com
).
- Change the
-
Configure Your Application:
- Update your final application settings to use the new webhook URL.
Creative Commons Attribution-NonCommercial 4.0 International License