Integration of commercial real estate database with Close CRM + AI (ChatGPT) + SMS
It is necessary to automate the process of transferring commercial real estate objects from the database on the server to the CRM system close.com. If an object has no data — retrieve it via ChatGPT API. After adding the object, automatically send an SMS to the seller or broker.
1. **Integration with the database**
* SQL or NoSQL (MySQL/PostgreSQL/MongoDB)
* Retrieve list of objects and information about them: address, area, price, contacts, etc.
2. **Integration with CRM Close.com**
* Create Lead and Contact via API
* Regular synchronization (for example, every 30 minutes)
* Duplicate check
3. **Data enrichment via ChatGPT/OpenAI API**
* If the object lacks data — obtain it using AI
* Update this data in CRM
4. **Send SMS to seller/broker**
* Via Twilio or another service (region USA)
* Automatically after adding the object
**Output:**
* Fully functional system
* Installation instructions
* Source code