post https://app.hosttools.com/webhooks/message
This documents the webhook payload that Host Tools will POST to your configured webhook URL when a new post is added to a reservation
Note: This is not an API endpoint you call.
This documents the requests that Host Tools sends TO your webhook URL.
When triggered:
- New message/attachment is added to a reservation posts field
- Messages from either guests or hosts
Handling the webhook:
- Your endpoint should respond with HTTP 200 status
- Process the data asynchronously if needed
- Respond within 30 seconds