2026-04-044 min
AI-Powered Guest Communication via API — What is Coming
Every vacation rental host spends hours responding to guest messages. With Repull Phase 2, your app can generate AI-powered responses in one API call.
What is coming
// Generate a response to a guest message
const response = await fetch('/v1/ai/respond-to-guest', {
method: 'POST',
headers: { 'Authorization': 'Bearer sk_live_KEY', 'X-Workspace-Id': 'WS' },
body: JSON.stringify({
guest_message: 'Hi! Can we check in early? Our flight lands at 11am.',
reservation_id: '456',
}),
})
// Response:
{
"data": {
"draft": "Hi! Thanks for letting us know about your early arrival. I have checked the cleaning schedule and the property should be ready by noon. I will confirm with our cleaning team and send you the access code once it is prepared. Safe travels!",
"confidence": 0.92,
"tone": "friendly-professional",
"language": "en"
}
}Planned AI endpoints
| Endpoint | What it does | |----------|-------------| | `POST /v1/ai/respond-to-guest` | Generate context-aware guest response drafts | | `POST /v1/ai/classify-intent` | Classify message intent (early check-in, complaint, question, etc.) | | `POST /v1/ai/generate-listing` | Optimize listing titles and descriptions | | `POST /v1/ai/review-response` | Draft professional review replies | | `POST /v1/ai/price-suggestion` | Dynamic pricing recommendations | | `POST /v1/ai/chat` | Natural language queries about your properties |
Why this matters
No other vacation rental API offers AI operations. Calry, Merge, and Channex are all data pipes. Repull is the first to combine unified data access with AI-powered operations.
How to prepare
- 1. [Sign up](/register) and start with the Data API
- 2. Connect your PMS via the [Connect Widget](/docs/connect-widget)
- 3. When AI endpoints launch, they will work on the same data — no additional setup
The AI uses per-property knowledge bases, learns from corrections, and supports multiple languages. It is the same AI that powers Vanio AI — battle-tested with thousands of real guest conversations.