PostgreSQL
Row changes, straight into an agent
Connic listens on a Postgres NOTIFY channel and triggers your agent the moment a row arrives. No polling, no Debezium cluster, no extra service to keep alive — your database becomes the event source.
Inbound
What you can build
Patterns teams ship in production. No queues, workers, or schedulers to run.
Trigger
New customer row inserted
NOTIFY customers_insertAgent Action
Agent looks up the company on Clearbit, fills in firmographics, and writes the result back to the customer row before the welcome email goes out.
Trigger
New customer row inserted
NOTIFY customers_insertAgent Action
Agent looks up the company on Clearbit, fills in firmographics, and writes the result back to the customer row before the welcome email goes out.