Webhooks
Content Availability
This webhook is called when checking a product’s availability during proposal creation.
The request URL contains the search parameters start
, end
, and an optional attendees
.
The body of the POST
request that we’ll call contains the following fields:
Check Availability for a product
The response we expect from your side is a json object with the following format:
Response
If availability is not applicable for a specific product, return an object with
an empty data field. Otherwise you can either set available
or quantity
, depending
on if it’s a single resource, or numbered.
Once a block has been added to a proposal and opened in the sidebar, the row
property
will be included in the call.