You already know your customer. Create aDocumentation Index
Fetch the complete documentation index at: https://docs.nomos.energy/llms.txt
Use this file to discover all available pages before exploring further.
lead with the data you have, send a pre-filled checkout link, and turn signup into a one-tap confirmation. Fewer fields, more conversions.
How it works
Create a lead
You create a lead through the dashboard or
via
POST /leads. The lead captures
everything you already know about the prospect.Receive a pre-filled link
Nomos returns a
link: a URL pointing at the hosted checkout, with the lead
ID embedded as a query parameter.Customer completes checkout
The customer opens the link. The hosted checkout fetches the lead and
pre-fills the form. They confirm and add payment.
Attribution
The cleanest way to wire up commission, reporting, or per-rep dashboards is to setcreated_by when you create the lead. It’s the email of the sales rep or agent that should be credited for the conversion. Combined with metadata (UTMs, campaign IDs, internal user IDs), you have everything you need to attribute every signup back to the prospecting flow that produced it.
The lead also carries a subscription field once it converts, plus a subscribed_at timestamp, so you can poll GET /leads/{id} instead of relying on webhooks if that fits your stack better.