Mattermost Community Feedback Request
detail.loadingPreview
Sends a feedback request to Mattermost channel after a session.
🚀Ready to Deploy This Workflow?
About This Workflow
Overview
This workflow automatically sends a feedback request to a specified Mattermost channel after a scheduled event (triggered by a cron job). It pulls session details and a feedback form link from Google Sheets to personalize the message.
Key Features
- Scheduled feedback requests
- Personalized messages with session title
- Direct link to feedback form
- Configurable Mattermost channel and session data
How To Use
- Configure the
Cronnode to set the desired trigger time. - Set up the
Google Sheetsnode with your sheet ID and range containing session information (Session Name, Feedback Form Link, Mattermost Channel ID). - Configure the
Mattermostnode with your Mattermost credentials and ensure the message and attachment fields correctly reference the data from the Google Sheets node. - Assign a Mattermost API credential to the Mattermost node.
Apps Used
Workflow JSON
{
"id": "693cb04a-38e7-4e20-b13c-7a857a992919",
"name": "Mattermost Community Feedback Request",
"nodes": 0,
"category": "Mattermost",
"status": "active",
"version": "1.0.0"
}Note: This is a sample preview. The full workflow JSON contains node configurations, credentials placeholders, and execution logic.
Get This Workflow
ID: 693cb04a-38e7...
About the Author
DevOps_Master_X
Infrastructure Expert
Specializing in CI/CD pipelines, Docker, and Kubernetes automations.
Statistics
Verification Info
Related Workflows
Discover more workflows you might like
Mattermost Community Template (Unverified)
Generates metadata for a Mattermost Community Contributed template.
Mattermost Feedback Sentiment Notification
Analyzes feedback sentiment and sends a notification to Mattermost.
Mattermost Workflow Update Notification
Notifies a Mattermost channel when a workflow is updated.
Community Contributed Template (Unverified)
Template for community-contributed workflows that have not yet been verified.
Universal CSV to JSON API Converter
Effortlessly transform CSV data into structured JSON with this versatile n8n workflow. Integrate it into any application as a custom API endpoint, supporting various input methods including file uploads and raw text.
Robust Concurrency Control for n8n Workflows with Redis
Prevent simultaneous execution of critical n8n workflows or tasks using a centralized, Redis-backed locking mechanism. This reusable utility workflow ensures data integrity and resource management by allowing other workflows to acquire, check, and release locks.