Make Automation
Visual workflow automation, scenario execution, and data transformation
What agents can do in Make Automation
make_app_connectionsMonitor the health of third-party connections (e.g., Slack, Jira, Google Sheets) in your Make account via Make. Actions: - list: List all connections with their type and status. - test: Verify a specific connection's credentials are still valid. Requires connections:write scope on the Make API token.
make_get_executionMonitor Make scenario execution results and logs in your Make account. Actions: - get_status: Check the status and result of a specific execution by ID. - list_history: View recent execution history for a scenario, with optional status and date filters. - get_logs: Get detailed module-level execution logs for debugging. Status values: success, warning, error.
make_manage_scenarioActivate or deactivate Make scenarios in your Make account. Actions: - activate: Enable a scenario's scheduling and triggers. This is a persistent change affecting all future scheduled runs. - deactivate: Stop a scenario from running. Can be re-activated later.
make_run_scenarioExecute Make automation scenarios on-demand in your Make account. Actions: - run: Execute a scenario and wait for the result (up to 30 seconds). Uses a callback mechanism for receiving results. - run_async: Fire and forget. Returns an executionId immediately for later polling with make_get_execution. Use make_search_scenarios(action='get_interface') first to discover expected input parameters for a scenario.
make_search_scenariosDiscover and inspect available Make scenarios in your Make account. Actions: - list: Search and filter scenarios by name, active status, or folder. Results include apps used by each scenario. - get_details: Get full metadata for a specific scenario by ID. - get_interface: Get the input/output parameter schema for a scenario (useful before running it).
make_webhookMonitor Make inbound webhooks and queue statistics in your Make account. Actions: - list: List all webhooks with their URLs, enabled status, and linked scenario. - get_details: Get full details for a specific webhook. - get_queue_stats: Check how many items are queued for a webhook.
Put Make Automation on autopilot
Deploy AI agents that take these actions for you, with human-in-the-loop controls and a complete audit trail.