Mattermost Webhook To Get Drink Suggestions
detail.loadingPreview
Receives a webhook and sends a suggested drink from an API to Mattermost.
🚀Ready to Deploy This Workflow?
About This Workflow
Overview
This workflow listens for a webhook, fetches a random drink recipe and instructions from an external API (likely TheCocktailDB, based on the HTTP Request node's usage), and then posts the suggestion to a specified Mattermost channel.
Key Features
- Listens for incoming Mattermost webhooks.
- Fetches drink data from an external API.
- Posts personalized drink suggestions to a Mattermost channel.
- Includes error handling for workflow execution.
How To Use
- Set up a Mattermost webhook to trigger this workflow.
- Configure the
BASE_URLenvironment variable for the HTTP Request node (likely the API endpoint for drink data). - Set up Mattermost credentials in n8n.
- Ensure the webhook payload includes a
channel_id. - The
image_urlin the Mattermost node can be set to a relevant image URL or dynamically generated.
Apps Used
Workflow JSON
{
"id": "89ec3e81-e5e6-4b87-8f66-51689c525c18",
"name": "Mattermost Webhook To Get Drink Suggestions",
"nodes": 0,
"category": "Integrations",
"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: 89ec3e81-e5e6...
About the Author
Crypto_Watcher
Web3 Developer
Automated trading bots and blockchain monitoring workflows.
Statistics
Verification Info
Related Workflows
Discover more workflows you might like
PagerDuty Incident to Mattermost Notification
Notifies a Mattermost channel when a PagerDuty incident status is acknowledged.
Google Sheets to Mattermost Notifications
Sends Mattermost notifications for new or updated rows in a Google Sheet.
ServiceNow Incident Lookup via Slack
Look up ServiceNow incidents using a Slack slash command.
Retell Inbound Call Dynamic Variables from Google Sheets
Use n8n to fetch user data from Google Sheets and populate dynamic variables for Retell AI voice agents.
Google Sheets Syncro Call Logger
Logs phone call details from a webhook into Google Sheets and optionally adds them to Syncro.
Add New Clients from Notion to Clockify
Automatically add new clients created in Notion to your Clockify workspace.