Loading...
Loading...
Builds trigger-transform-action automation chains on the iii engine. Use when building Zapier/n8n-style automations, webhook-to-action pipelines, or simple event-driven chains where each node is a small registered function chained via named queues.
npx skill4agent add iii-hq/skills iii-low-code-automationTriggerAction.EnqueueAutomation 1: Form → Enrich → Store → Notify
HTTP webhook → auto::enrich-lead → auto::store-lead → auto::notify-slack
Automation 2: Cron → Fetch → Transform → Store
Cron (daily) → auto::fetch-rss → auto::transform-articles → auto::store-articles
Automation 3: Payment webhook → Validate → Update → Notify
HTTP webhook → auto::validate-payment → auto::update-order → publish(payment.processed)| Primitive | Purpose |
|---|---|
| Initialize the worker and connect to iii |
| Define each automation node |
| Chain nodes via named queues |
| Persist data between nodes |
| Fire-and-forget notifications |
| Webhook entry points |
| Scheduled automations |
registerWorker(url, { workerName })trigger({ function_id, payload, action: TriggerAction.Enqueue({ queue: 'automation' }) })registerFunctionauto::trigger({ function_id: 'state::set', payload: { scope, key, value } })const logger = new Logger()iii-workflow-orchestrationiii-agentic-backendiii-low-code-automationiii-low-code-automation