Create a source
- Open Sources in Leadping.
- Select Add source.
- Enter a name that identifies the real intake path.
- Select Create source.
- Copy the generated source API key into the posting system.
Acme Solar — Website Quote Form or Northstar CRM Import.
A new source is enabled immediately and shows Not yet used until it receives its first lead.
Source status
Use the source key
Send the key as a Bearer token to either supported external intake endpoint:POST /leadsPOST /leads/intake
- store it outside source code;
- send it only over HTTPS;
- keep it out of payloads, URLs, and logs; and
- rotate it if exposed.
Review a source
The source page provides:
The source list also shows when the source last received a lead and when its configuration was last updated.
Test the intake path
- Submit a lead from the real form, partner, CRM, or posting system.
- Confirm the source changes from Not yet used to an active state.
- Open the lead and verify its source, TrustedForm URL, contact fields, tags, and metadata.
- Confirm the lead finishes processing as Ready.
- Verify the resulting conversation and workflow behavior.
Disable, rotate, or delete
- Disable stops new intake without removing the source.
- Rotate key invalidates the current key immediately and creates a replacement.
- Delete permanently removes the source and stops its key from working.
Implement TrustedForm
Capture and submit a certificate for every external lead.
Send a lead
Choose a payload shape and handle processing results.

