Skip to main content
POST
Create a general lead

Authorizations

Authorization
string
header
required

JWT token issued from the RenovationFind Manager Portal

Body

application/json

Form for creating a new general lead. At least one of email or phone is required.

customerName
string
Maximum string length: 200
email
string
Maximum string length: 200
phone
string
Maximum string length: 30
jobAmount
number<double>
Required range: x <= 100000000
postalCode
string
Maximum string length: 10
jobDescription
string
Maximum string length: 5000
referrerVendorId
integer<int64>
notifyCustomer
boolean
createLeadInPipedrive
boolean

Response

Lead created

success
boolean
data
object

Full general lead representation with all details including customer info, job details, vendor relations, location, financial info, and communications.

message
string