H
Holded
Holded connector for Ductor — available as both a trigger and a destination.
AccountingCrmInvoicing
1
Actions
0
Triggers
Example
A complete route that uses Holded — an input is matched, scored by a strategy, assigned, and dispatched to Holded.
▸ Show the code
// Fulfill an order the moment payment clears.engine.Route(ductor.Route{ Match: `routable.type == "order" && attrs.status == "paid"`, Strategy: "least_loaded", Pool: "fulfillment", Then: ductor.Workflow{ Mode: ductor.Async, Steps: ductor.Steps{ ductor.Connector("holded", "run"), }, },}) // Durable, observable, exactly-once.decision, err := engine.Dispatch(ctx, routable)What you can build
Round-robin assignment
Distribute new leads fairly across the qualified pool.
Territory routing
Match leads to owners by region, segment, and capacity.
Enrich + create
Enrich the lead, then open the opportunity on the winner.
Authentication
API keyNo auth
Credentials are stored AEAD-encrypted at rest — usable by the engine, never readable back.
Actions
No actions on this connector.