Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.nomos.energy/llms.txt

Use this file to discover all available pages before exploring further.

You already know your customer. Create a 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

1

Create a lead

You create a lead through the dashboard or via POST /leads. The lead captures everything you already know about the prospect.
2

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.
3

Send the link

You send the link to the customer via email, SMS, in-app push, or QR code.
4

Customer completes checkout

The customer opens the link. The hosted checkout fetches the lead and pre-fills the form. They confirm and add payment.
5

Track conversion

A subscription is created and attributed to the lead. You receive a subscription.created webhook with the lead ID in the event context.

Attribution

The cleanest way to wire up commission, reporting, or per-rep dashboards is to set created_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.