03.14.2022
API - CRMScript triggers for quote approval
New triggers in CRMScript called before/after saving a quote approval.- SalesAfterSaveAcceptQuote
- SalesAfterSaveRejectQuote
- SalesBeforeSaveAcceptQuote
- SalesBeforeSaveRejectQuote
EventData contains all variables passed by the data handler in the Sales client. See the linked reference for a complete list of input values and examples.02.22.2022
API - SuperOffice.WebApi Agent with better testability
When using our WebAPI it’s important to be able to test your use of it.API - TicketAgent new method
The Ticket and TicketMessage POST REST APIs have a new parameter to send notifications or not. Defaults to not. This will not affect integrations.New TicketAgent methods:- SaveTicketEntityWithNotify
- SaveTicketMessageEntityWithNotify
Password validation
Password validation towards password policy has been added for change of password through the API. See also updates to password dialog.01.25.2022
API - Webhooks sent for Bulk update changes
Webhooks are a means to broadcast events that happen inside SuperOffice as they occur. A webhook payload includes information that describes what has changed and is broadcast to all applications that have subscribed to a corresponding event.This change fixed a bug and now webhooks are sent by actions performed by Bulk updates.Read more about webhooks.10.20.2021