Leadmanaging Lead Post API Documentation

POST API – Connect lead data from email submission forms and create Guest Cards in LeadManaging.


Purpose

This API allows for the submission of lead data from email forms directly to LeadManaging, generating a Guest Card for each lead.


API Endpoint

https://<LM-Environment>.leadmanaging.com/application/controllers/AddLead.php
 
<LM-Environment> - PMC name in Lead Managing

HTTP Method

POST

 


Sample JSON Payload

 
{
"first_name": "tbd",
"last_name": "tbd",
"email": "tbd@tbd.tbd",
"phone": "123",
"building_name": "tbd",
"bedroom_type": "1 bdrm",
"inquiry_type": "email",
"media": "tbd",
"expected_move_in": "2023-02-02",
"comments": "tbd", "utm_url": "insertfullurlhere"
}

Important Notes

  • Phone Number: Must contain only numeric digits (no dashes, brackets, or symbols).

  • Bedroom Type: Must exactly match one of the following:

    • Bachelor

    • 1 bdrm

    • 1 bdrm + den

    • 2 bdrm

    • 2 bdrm + den

    • 3 bdrm

    • 4+ bdrm

    • Junior

  • Expected Move-In Date: Must follow the format YYYY-MM-DD (e.g., 2022-12-01).

  • Additional Form Fields: Can be included under the "comments" field (e.g., "comments": "How Many Adults: 2").

  • UTM Source Tracking: Include the full page URL in the "utm_url" field to track campaign source (e.g., "utm_url": "https://example.com/page?utm_source=google").


Support

For any questions or issues related to the API, please contact:

📧 helpme@propertyvista.com
Include “API” in the subject line.

Was this article helpful?
0 out of 0 found this helpful
Have more questions? Submit a request