Lead
{
"job_id": "string",
"data": {}
}
Lead Events
Some PMSs support events associated with a lead. In this case, consult the documentation for the specific PMS endpoint to see what fields and event types are available. Events often have varying payloads per PMS, so please see the vendor specific endpoint for details on the vendor specific requirements.
Body
The last name associated with the lead
The first name associated with the lead
The primary email address associated with the lead
'Primary phone number associated with the lead. Defaults to the HOME phone type
The type of the prospect's primary phone number. The value passed in here must be one of 'HOME', 'WORK', 'MOBILE', FAX'.
HOME
, WORK
, MOBILE
, FAX
'Secondary phone number associated with the lead. Defaults to the MOBILE phone type
The type of the prospect's secondary phone number. The value passed in here must be one of 'HOME', 'WORK', 'MOBILE', FAX'.
HOME
, WORK
, MOBILE
, FAX
The first address line associated with the lead
Second line of the street address for the prospect.
The city associated with the lead
The state associated with the lead
The zip code associated with the lead
The country associated with the lead
The primary lead source. This is from a set list of values that you can get from the PMS for your specific integration.
The Propify unique identifier for the property
The external ID of the lead source from the integration vendor
The middle name associated with the lead
The date of birth associated with the lead
Notes associated with the lead
Response
The ID of the job created to handle this operation
Returned data from the operation. This is dependent on the vendor specific endpoint's returned data.