diff --git a/core/priv/gettext/en/LC_MESSAGES/eyra-enums.po b/core/priv/gettext/en/LC_MESSAGES/eyra-enums.po
index a6a0254a3..bb05c65f2 100644
--- a/core/priv/gettext/en/LC_MESSAGES/eyra-enums.po
+++ b/core/priv/gettext/en/LC_MESSAGES/eyra-enums.po
@@ -342,6 +342,10 @@ msgstr "Netflix"
msgid "platforms.openai"
msgstr "OpenAI"
+#, elixir-autogen, elixir-format, fuzzy
+msgid "platforms.slack"
+msgstr "Slack"
+
#, elixir-autogen, elixir-format, fuzzy
msgid "storage_service_ids.builtin"
msgstr "Next"
diff --git a/core/priv/gettext/nl/LC_MESSAGES/eyra-enums.po b/core/priv/gettext/nl/LC_MESSAGES/eyra-enums.po
index fef50296f..4d367c70c 100644
--- a/core/priv/gettext/nl/LC_MESSAGES/eyra-enums.po
+++ b/core/priv/gettext/nl/LC_MESSAGES/eyra-enums.po
@@ -342,6 +342,10 @@ msgstr "Netflix"
msgid "platforms.openai"
msgstr "OpenAI"
+#, elixir-autogen, elixir-format, fuzzy
+msgid "platforms.slack"
+msgstr "Slack"
+
#, elixir-autogen, elixir-format, fuzzy
msgid "storage_service_ids.builtin"
msgstr "Built-in"
diff --git a/core/priv/static/images/icons/slack.svg b/core/priv/static/images/icons/slack.svg
new file mode 100644
index 000000000..d3a0e5185
--- /dev/null
+++ b/core/priv/static/images/icons/slack.svg
@@ -0,0 +1,6 @@
+
diff --git a/core/priv/static/images/icons/slack_square.svg b/core/priv/static/images/icons/slack_square.svg
new file mode 100644
index 000000000..d3a0e5185
--- /dev/null
+++ b/core/priv/static/images/icons/slack_square.svg
@@ -0,0 +1,6 @@
+
diff --git a/core/systems/workflow/platforms.ex b/core/systems/workflow/platforms.ex
index 72cdb5825..94bd053c9 100644
--- a/core/systems/workflow/platforms.ex
+++ b/core/systems/workflow/platforms.ex
@@ -16,5 +16,6 @@ defmodule Systems.Workflow.Platforms do
:x,
:youtube,
:openai,
+ :slack,
]}
end