Short links
Platform
Builds the link-shortening and click-telemetry service behind outbound messages: issuing short tokens, storing the link as a graph record, resolving a token through a graph query, redirecting, and publishing a click fact onto the shared event bus.
- Used when
- When outbound messages need trackable links and the click has to become a fact other systems can consume.
- Loads first
-
- The short-URL skill, for the issuance and resolution patterns.
- Returns
-
- The architecture: a private issuance interface, a public resolver, graph storage, graph-query resolution, event publication, and replay of the dead-letter queue.
- The data contract for the stored link and its optional schema-backed edges.
- The resolver's order of operations.
- The exact event contract for a published click.
- The dead-letter and replay behaviour.
- Infrastructure discovery and custom-domain routing decisions.
- The patterns explicitly forbidden, and why.