Create outgoing webhook app
Creates a new outgoing webhook app for a specific integration provider. Allows setting up webhook URLs and events to be notified about.
Documentation Index
Fetch the complete documentation index at: https://ota-docs.calry.app/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Headers
Optional tenant ID to specify which tenant to operate as. If not provided, the default tenant will be used.
Path Parameters
Integration provider to create webhook for
BOOKINGSYNC, CIIRUS, GUESTY, HOSTAWAY, HOSTFULLY, HOSTIFY, INTERHOME, LODGIFY, OWNERREZ, HOSTHUB, UPLISTING, BEDS24, HOST_TOOLS, HOSTFULLYSANDBOX, HOSPITABLE, TOKEET Body
List of events that will trigger this webhook app
RESERVATION_CREATED, RESERVATION_UPDATED, RESERVATION_CANCELLED, NEW_LISTINGS_IMPORTED [
"RESERVATION_CREATED",
"RESERVATION_UPDATED"
]List of URLs that will receive webhook notifications
[
"https://example.com/webhook",
"https://api.example.com/notifications"
]Response
Webhook app created successfully
Unique identifier of the webhook app
"123e4567-e89b-12d3-a456-426614174000"
Integration provider this webhook app is configured for
BOOKINGSYNC, CIIRUS, GUESTY, HOSTAWAY, HOSTFULLY, HOSTIFY, INTERHOME, LODGIFY, OWNERREZ, HOSTHUB, UPLISTING, BEDS24, HOST_TOOLS, HOSTFULLYSANDBOX, HOSPITABLE, TOKEET "HOSTAWAY"
ID of the workspace this webhook app belongs to
"123e4567-e89b-12d3-a456-426614174000"
List of events that will trigger this webhook app
RESERVATION_CREATED, RESERVATION_UPDATED, RESERVATION_CANCELLED, NEW_LISTINGS_IMPORTED [
"RESERVATION_CREATED",
"RESERVATION_UPDATED",
"LISTINGS_IMPORTED"
]List of URLs that will receive webhook notifications
[
"https://example.com/webhook",
"https://api.example.com/notifications"
]Timestamp when the webhook app was created
"2024-01-01T00:00:00.000Z"
Timestamp when the webhook app was last updated
"2024-01-02T00:00:00.000Z"