detect_polling_cost_traps
Find the most common hidden cost in no-code automation: using polling where a webhook would do. Quantifies the wasted task/operation quota and the monthly dollars.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| platform | No | zapier or make (default zapier) | |
| workflows | Yes | JSON array of {name, triggerType: "polling"|"webhook", intervalMinutes, runsPerMonth, stepsPerRun, hasBranching?}. Accepts a JSON array, or a JSON string containing one. |