make-com

Design, debug, and optimize Make.com automation scenarios with modules and error handling.

Updated Feb 26, 2026
One-click install
npx skills add https://github.com/Umbral-Bot/umbral-agent-stack --skill make-com
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: make-com
Source: https://github.com/Umbral-Bot/umbral-agent-stack/tree/main/openclaw/workspace-templates/skills/make-com
Command: npx skills add https://github.com/Umbral-Bot/umbral-agent-stack --skill make-com

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill assists in designing, debugging, and optimizing Make.com (formerly Integromat) automation scenarios, streamlining no-code/low-code integrations.

Core Features & Use Cases

  • Scenario Design: Guides users through creating complex automation flows with modules, routers, and filters.
  • Debugging Assistance: Helps identify and resolve issues within Make.com scenarios.
  • Module & Function Explanation: Provides details on key Make.com modules (Webhooks, HTTP, Flow Control) and built-in functions.
  • Use Case: You need to build an automation that triggers when a new lead comes in from a website form, enriches the data using an external API, and then adds it to your CRM. This Skill can help you design the Make.com scenario, set up the webhook, configure the API request module, and handle potential errors.

Quick Start

Help me design a Make.com scenario that triggers on a custom webhook, filters for urgent requests, and then sends a notification to Slack.

Frequently Asked Questions about make-com

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I design a Make.com automation scenario with webhooks and HTTP requests?

To design a Make.com automation scenario, you chain modules like custom webhooks and HTTP requests to trigger actions and move data. You can configure routers to split flows, apply filters for conditional logic, and use error handling to manage failed API requests.

What is the best way to debug a failing Make.com scenario?

The best way to debug a failing Make.com scenario is to inspect the execution history and module outputs to identify where data mapping or API requests fail. You can then adjust filters, fix built-in function syntax, or add error handling routes to resolve the issue.

How do iterators and aggregators work in Make.com workflows?

Iterators and aggregators work in Make.com workflows by processing arrays of data. Iterators split an array into individual bundles for separate processing, while aggregators combine those processed bundles back into a single array for downstream modules.

Can I use Make.com to integrate external systems via HTTP requests?

Yes, you can use Make.com to integrate external systems via HTTP requests. The HTTP module sends custom API calls to external endpoints, and you can configure webhook responses to receive incoming payloads from third-party services.

Why does my Make.com webhook not trigger the automation scenario?

Your Make.com webhook may not trigger the scenario if the payload structure does not match the configured webhook data mapping, or if a filter immediately blocks the data flow. Verify the webhook URL and inspect the execution log to confirm payload reception.

Do I need coding experience to build low-code workflows in Make.com?

You do not need extensive coding experience to build low-code workflows in Make.com, as it uses a visual interface for connecting modules. However, understanding basic API concepts, HTTP requests, and built-in functions is highly beneficial for complex scenarios.