Lead Sources

The source field identifies where a lead originated. It is required on every opt-in submission and must be one of the values below.

Available Sources

ValueDescriptionCommon Use Case
CALENDLYLead arrived via a Calendly bookingWhen Hermon's Calendly integration creates a lead automatically
MANUALLead was created manuallyFor leads added directly in the Hermon dashboard
TYPEFORMLead submitted via a Typeform formApplication forms, intake questionnaires
WEBINARLead registered for a webinarWebinar registration pages, Zoom webinar integrations
NEWSLETTERLead subscribed to a newsletter or email listEmail opt-in forms, lead magnet downloads
LANDING_PAGELead submitted via a landing page formVSL pages, application funnels, squeeze pages
OTHERAny other external sourceCustom integrations, referral programs, etc.

Usage

Pass the source value as a string in your request body:

"source": "LANDING_PAGE"

Idempotency & Sources

The combination of external_reference + source is used as the idempotency key. This means the same external reference can be submitted from two different sources and will create two separate opt-in records. This is by design — you may want to track a lead across multiple funnel entry points.