A trio of related requests for the Public API, all in the vein of "property managers interact with guests and take notes in a Conversation, and I want a way to automatically copy notes onto a Guest Setup task that the cleaner can see".
1) Ability to look up Conversation/Reservation Notes.
- For instance, if I'm on https://my.hospitable.com/inbox/thread/{conversationId}, I can add Notes to keep track of things about this conversation or reservation.
- I can find reservation details here: https://public.api.hospitable.com/v2/reservations/{reservationId}
- And the full conversation here: https://public.api.hospitable.com/v2/reservations/{reservationId}/messages
- Neither of those include the Notes field (which is included in the internal/non-public API: https://api.hospitable.com/v1/reservations/?timezones=false&thread_id={reservationId}&with_cancelled=true&with_scheduled_messages_paused_status=true)
2) List Tasks with Notes
- There are no APIs on the Public Side for Tasks, but this Internal API lists all Tasks and would get what weβre looking for: https://api.hospitable.com/v1/operations/tasks/?starts_or_ends_between=2025-05-19_2025-06-30&timezones=false&pagination=false&property_ids={propertyIdList}
3) Update Tasks
- Unsurprisingly, the next step is being able to Update an individual task (AKA: https://api.hospitable.com/v1/operations/tasks/{taskId}?timezones=false)
Please authenticate to join the conversation.
Backlog
π‘ Feature requests
Public API
10 months ago
Get notified by email when there are changes.
Backlog
π‘ Feature requests
Public API
10 months ago
Get notified by email when there are changes.