make
Installation
SKILL.md
Make Platform Skill
Overview
Make.com (formerly Integromat) is a visual automation platform for connecting apps and automating workflows via scenarios. Users connect Make scenarios to Getflowetic to monitor execution performance, track operation usage, and analyze error patterns.
Vocabulary
- scenario: A Make automation workflow composed of modules connected in a flow
- execution: A single run of a scenario, triggered by schedule, webhook, or manual
- module: A single step/action within a scenario (e.g., HTTP request, Google Sheets row)
- operation: A billable action counted by Make — modules consume operations per execution
- blueprint: The JSON definition of a scenario's structure (modules + connections)
- team: Make organizational unit that owns scenarios and connections
Key Metrics for Dashboards
- Execution Volume: Total runs over time — trend chart on started_at
- Success Rate: Percentage of executions with status=success — hero stat
- Avg Duration: Average execution time in ms — supporting metric card
- Scenario Breakdown: Runs per scenario — pie chart on scenario_name/workflow_name
- Error Rate: Failed executions as percentage — hero stat (inverted success)