PipedreamHQ / PipedreamHQ/pipedream
[Components] apaleo
- Dominant language
- JavaScript
- Stars
- 11.7k
- Forks
- 5.8k
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 102
Description
# apaleo
## URLs
- https://apaleo.dev/index.html
## Webhook Sources
### new-reservation-instant
#### Description
Emit new event when a reservation is created. Users can configure optional filters such as room type or booking channel.
### new-guest-checkin-instant
#### Description
Emit new event when a guest checks in. Optional configurations include filtering by property or room type.
### new-payment-instant
#### Description
Emit new event when a payment is recorded for a reservation. Users can optionally filter by payment method or status.
## Actions
### create-reservation
#### Description
Create a new reservation specifying required details like guest information, room type, check-in/out dates, and property. Optional fields include special requests and booking channel.
### update-reservation-status
#### Description
Update the status of an existing reservation (e.g., cancel, confirm, no-show). Requires reservation ID and the new status.
### add-payment
#### Description
Add a payment to a reservation by providing the reservation ID, payment amount, payment method, and currency. Optional fields include additional notes or metadata.
Contributor guide
Assessment
This issue has not been assessed yet.