Create a lead source
Open Directory → Lead sources. Workspace admins can create and administer sources; members can select sources they are allowed to use without seeing credentials.1
Choose the source type
Select ADF email/webhook, generic webhook, CRM/provider, or a RevDesk hosted form.
2
Name and locate it
Give the source a recognizable name and, when applicable, assign its dealership location. Leave location
empty for a workspace-wide source.
3
Map the payload
Match incoming fields to phone, name, email, country, external ID, and source. Nested JSON fields use dot
paths such as
contact.phone.4
Connect and verify
Copy the generated address and secret into the provider, then send a live test. The card shows the latest
delivery, test result, and any mapping or authentication error.
Generic webhook
Send JSON or URL-encoded form data to the source-specific endpoint:X-RevDesk-Signature (an optional sha256= prefix is accepted). The HMAC key is the source secret.
Payload mapping
Without a custom map, RevDesk recognizes common names includingphone, phone_number, mobile, name, first_name, last_name, email, external_id, lead_id, country, and source. A saved map takes priority and may point to nested values:
+14155551234. The original payload is retained with the intake attempt for troubleshooting and job context.
Responses and health
200means the delivery was accepted and reports the ingestion outcome.400means the body or mapping was invalid.401means the supplied secret or signature was invalid.403means the source is disabled.404means the intake token does not resolve, commonly after rotation.429means the source rate limit was exceeded; retry after theRetry-Afterinterval.
Rotate credentials
Admins can rotate a source from its card. Rotation issues a new intake URL token and secret immediately; the old values stop resolving. Update the sender, run a live test, and only then resume traffic. Rotation does not change the source ID, delivery history, field mapping, or connected jobs.Connect a source to jobs
A source may feed multiple jobs. Connect it from the source card or select it while creating a job. Each matching delivery opens work independently for every connected job. Team ownership belongs to the job, not the source. Admins and full-scope users may leave a job workspace-wide or choose an allowed team. Team-scoped members must choose one of their teams.Hosted and embedded forms
RevDesk hosted forms keep their published URLs:ADF sources
ADF sources can receive either ADF XML by webhook or ADF email at the address shown on the source card. Both transports resolve the same lead source, apply the saved mapping, log the attempt, and feed the same connected jobs.Speed to Lead
Turn a new source delivery into immediate follow-up.
Webhook events
Subscribe your systems to call, message, and job outcomes.