diff --git a/apps/formbricks-com/pages/blog/weekly-update-130123/index.mdx b/apps/formbricks-com/pages/blog/weekly-update-130123/index.mdx index 67186e1012..d3fed5ca12 100644 --- a/apps/formbricks-com/pages/blog/weekly-update-130123/index.mdx +++ b/apps/formbricks-com/pages/blog/weekly-update-130123/index.mdx @@ -6,6 +6,7 @@ import ResponsiveEmbed from "react-responsive-embed"; import { Callout } from "@/components/shared/Callout"; import CrowdDev from "./crowddev-feedback-box.png"; +import SlackPipeline from "./slack-pipeline.png"; export const meta = { title: "Weekly Summary - 13th Jan 2023", @@ -21,6 +22,7 @@ _The year kicked off and with it, we’re picking up momentum again. Our niche o ## TLDR - Feedback Box in production 😍 +- Slack Notification Pipeline πŸš€ - More founder conversations, problem validation progressing - Roadmap set for next few weeks @@ -41,6 +43,19 @@ We plan to release a self-serve version of the Box in the coming weeks. Right no experience first-hand. +## Slack Notification Pipeline + +Pipe Feedback into the Slack channels of your choice +_We want to make the feedback collected via the widget as easily accessible as possible._ + +On request from, we added a new Pipeline to the Formbricks HQ: Now you can receive a notification for new feedback submissions directly into Slack workspaces. + +It's a best practice to react on user feedback as quickly as possible. Piping it into Slack is an easy way to notify the team about incoming feedback. + ## More founder conversations, problem getting sharper We talked to more founders and learned quite a bit about the current approaches for gathering qualitative user feedback. It is a mostly manual process which is often completely decoupled from the in-app experience. diff --git a/apps/formbricks-com/pages/blog/weekly-update-130123/slack-pipeline.png b/apps/formbricks-com/pages/blog/weekly-update-130123/slack-pipeline.png new file mode 100644 index 0000000000..5b588e6dcf Binary files /dev/null and b/apps/formbricks-com/pages/blog/weekly-update-130123/slack-pipeline.png differ