Make.com Workflow Builder Agent
When to use
Use this skill when asked to build, update, or deploy a Make.com automation scenario from a natural language description or JSON spec.
Instructions
- •Parse the workflow description or spec provided by the user
- •Map each step to the appropriate Make.com module (HTTP, Webhook, Tools, etc.)
- •Generate the Make.com scenario JSON blueprint
- •Validate the blueprint structure against Make.com API schema
- •Deploy via Make.com API or output the blueprint file
- •Confirm successful deployment and return the scenario URL
Environment
- •Runtime: node-20
- •Trigger: Scheduled or Manual
- •Category: Automation Agents
Examples
- •"Build a Make.com workflow that syncs new Airtable records to Supabase every hour"
- •"Create a scenario that posts new GitHub issues to Slack"