Creating Most 4 AI workflows using Make.com
Dec 11, 2024Make.com (formerly Integromat) uses a visual interface, so the steps below describe the conceptual workflow; the actual implementation involves dragging and dropping modules within the Make.com platform.
Creating 4 AI Workflows Using Make.com
This article details how to create four different AI workflows using Make.com, a no-code automation platform. The examples leverage Browse AI and Leap AI integrations, along with other popular apps. Remember that Make.com (formerly Integromat) uses a visual interface, so the steps below describe the conceptual workflow; the actual implementation involves dragging and dropping modules within the Make.com platform.
Workflow 1: Summarize Website Content and Create Social Media Posts
This workflow uses Browse AI to monitor a website for new content, OpenAI (ChatGPT) to summarize the content, and then posts the summary to LinkedIn, Facebook, and Twitter.
Steps:
- Browse AI (Trigger): Set a trigger in Make.com to monitor a specific website URL for changes using Browse AI. This could be set to run at regular intervals (e.g., every hour).
- Browse AI (Action): Extract the relevant text content from the newly updated webpage using Browse AI's web scraping capabilities.
- OpenAI (ChatGPT) (Action): Send the extracted text to OpenAI's ChatGPT API to generate a concise summary. Specify the desired length and style of the summary.
- LinkedIn (Action): Post the summary as a new LinkedIn post.
- Facebook Pages (Action): Post the summary as a new Facebook post.
- Twitter (Action): Post the summary as a new tweet.
Workflow 2: Monitor Google Keyword Rankings and Email Results
This workflow uses Browse AI to fetch Google rankings for a keyword, logs the data to Google Sheets, and then emails the sheet to specified recipients.
Steps:
- Scheduler (Trigger): Set a scheduled trigger in Make.com to run the workflow at regular intervals (e.g., daily).
- Browse AI (Action): Use Browse AI to retrieve the top 10 Google rankings for a specific keyword.
- Google Sheets (Action): Append the ranking data to a Google Sheet.
- Email (Action): Send an email with the Google Sheet attached to the designated recipients.
Workflow 3: Extract Products from Product Hunt and Share on Slack
This workflow uses Browse AI to extract product information from Product Hunt, sends the data to Google Sheets, and then shares the information on Slack.
Steps:
- Scheduler (Trigger): Set a scheduled trigger to run the workflow periodically.
- Browse AI (Action): Use Browse AI to scrape product details (name, description, URL, etc.) from Product Hunt.
- Google Sheets (Action): Add the extracted product information to a Google Sheet.
- Slack (Action): Post a message on a Slack channel with a summary of the new products and a link to the Google Sheet.
Workflow 4: Generate Images with Leap AI from Slack Messages
This workflow uses Leap AI to generate images based on text prompts received via Slack. The generated image links are then sent back to the Slack channel.
Steps:
- Slack (Trigger): Set a trigger to listen for new messages in a specific Slack channel. You might want to use a keyword or phrase to filter messages.
- Leap AI (Action): Send the text from the Slack message to Leap AI's image generation API as a prompt.
- Leap AI (Action): Retrieve the generated image URL from Leap AI.
- Slack (Action): Post a message in the Slack channel with the generated image link.
These are just examples; you can customize these workflows to fit your specific needs and integrate other apps as required. Remember to consult the Make.com documentation for detailed instructions on connecting and configuring each module.
React OpenGraph Image Generation: Techniques and Best Practices
Published Jan 15, 2025
Learn how to generate dynamic Open Graph (OG) images using React for improved social media engagement. Explore techniques like browser automation, server-side rendering, and serverless functions....
Setting Up a Robust Supabase Local Development Environment
Published Jan 13, 2025
Learn how to set up a robust Supabase local development environment for efficient software development. This guide covers Docker, CLI, email templates, database migrations, and testing....
Understanding and Implementing Javascript Heap Memory Allocation in Next.js
Published Jan 12, 2025
Learn how to increase Javascript heap memory in Next.js applications to avoid out-of-memory errors. Explore methods, best practices, and configurations for optimal performance....