Skip to main content

Webhook Events Reference

Webhooks let you subscribe to freispace API events and receive notice when an event occurs. For more information about how to set up a webhook subscription, see freispace Webhooks Overview.

Events

Bookings

  • booking.created - Occurs whenever a new booking is created.
  • booking.updated - Occurs whenever any booking's information or resources is updated.
  • booking.deleted - Occurs whenever a booking is deleted.

Projects

  • project.created - Occurs whenever a new project is created.
  • project.updated - Occurs whenever a project's information has changed.
  • project.archived - Occurs whenever a project is archived.
  • project.unarchived - Occurs whenever a project is re-activated.
  • project.deleted - Occurs whenever a project is deleted.

Quotes

  • quote.finalized - Occurs whenever a new quote is finalized.
  • quote.status_updated - Occurs whenever any quote's status is updated.

Invoices

  • invoice.finalized - Occurs whenever a new invoice is finalized.
  • invoice.canceled - Occurs whenever an invoice is canceled.

Storage Projects

  • storage_project.created - Occurs whenever a new storage project is created.
  • storage_project.updated - Occurs whenever any storage project is updated (is_active flag or storage_size_estimated)
  • storage_project.deleted - Occurs whenever a storage project is deleted.