📦Feb. 2024 Release
What’s New
Billing Improvements
This release delivers a number of billing improvements:
Editing the company name and address to appear on invoices.
Calculating and adding tax (HST/GST) for Canadian companies.
Changing between monthly/yearly subscriptions.
Option to stop and resume a subscription.
Purchasing an SMS bundle now generates an invoice.
View detailed proration information before payment when updating a subscription.
Webhooks
New Service webhooks were added to Cubu:
“Before queue-up”: Triggered when queuing up for a walk-in service before the case is created and added to the queue.
“Before book appointment”: Triggered when booking an appointment before the case is created and added to the calendar.
Both webhooks allow changing the case properties (fields, tags, etc.) before it is created.
Nuget Package
An updated version of Cubu.Webhook.Types
Nuget package is available. This version includes the input and output types used by the new Service webhooks.
Make sure you are using the latest package in your webhooks project.
Last updated