Do Not Unsubscribe

A new attribute, called doNotUnsubscribe (type boolean), has been added to prevent that the subscription will get unsubscribed, also if the endpoint is not reachable for more time of the max time of attempts set for the given server. 

Alerts Menu Item

       Webhooks 

     Notifications

Template_msg

The possibility for the user to define a message template that should be used when sending notifications for a webhook subscription is introduced.

In order to use this, the user when creating a webhook subscription should provide the necessary input to the field/attribute “templateMsg". Make sure the placeholders are indicated by a '?' followed by the field/attribute directly accessible from the root object type on which the subscription is being made.

For example, when creating a subscription on Bank object , the user can use template_msg like ‘Bank with Name ?bankName is changed by ?changedById’ .

This would result in the below notification for the user (example data, for reference only)