1 Properties
0 Total Messages
0 AI Responses Sent
0 Tenant Messages

Properties

Recent Messages

No messages yet. Send a tenant message via the API to see it here.

Tenant Message API

Webhook

Send tenant messages to this endpoint. The AI agent will respond automatically.

POST /api/messages/inbound

{
  "from_email": "tenant@example.com",
  "message": "My kitchen sink is leaking, can you send someone?"
}

Test with demo tenant:

curl -X POST https://leaselark.polsia.app/api/messages/inbound \
  -H "Content-Type: application/json" \
  -d '{"from_email":"alex@demo.leaselark.com","message":"Hi, when is my rent due?"}'