Event-Driven Automation

Trigger Workflows From Any Event

Connect any webhook, system event, or schedule to our agentic workflow platform. Define triggers as simple code and let our agents handle the rest.

Join waitlist

triggers.do

import { trigger } from '@do-sdk/triggers';

// Define a trigger that starts a workflow when a new
// high-value order is received from Shopify.
await trigger.create({
  name: 'High-Value Shopify Order',
  event: 'shopify.order.created',
  filter: 'body.total_price > 100.00',
  workflow: 'process-high-value-order',
});

Deliver economically valuable work

Frequently Asked Questions

Do Work. With AI.