#Created a daily real estate dashboard th - chemist19701138
1 messages Β· Page 1 of 1 (latest)
there's something similar I'm trying to figure out how to go about doing is working finding contact information for real estate firms/agents/brokers putting them in a CSV and automating the outreach process for potenial real estate photography shoots.
Interesting use case @radiant hinge do you have a demo that you can share?
Lol iβd be happy to share. How do I do that lol
Nice. Keen to know as well
would be interested too π
nice, let me check it out as well
Hi all, I am new to this, how do I share with you?
paste screenshots, demo video or opensource code github link
Ok I will try
Here you go
Tenant-Payments Automation (Venmo/Zelle β Sheet)
High-Level Story
- Payment Event β Tenant pays via Venmo or Zelle; the platform emails a receipt to our dedicated AgentMail βrent paymentsβ alias.
- AgentMail Inbox β Email lands in AgentMail and is exposed via
GET /v0/inboxes/<alias>/messages. - Parser Job (
agentmail_parse_batch.py)
- Polls for messages newer than the last processed timestamp.
- Filters for Venmo/Zelle signatures and extracts amount, payer, subject, preview.
- Appends structured rows into the Google Sheet tracker.
- Updates the state file so each notice is processed only once.
- Analyst View β Sheet (Payments Tracker) feeds reconciliation, delinquency monitoring, etc.