Versions

Added the option to Subscribe/Unsubscribe at Thread Level

Within the comments dialog options dropdown, we have added subscribe/unsubscribe wireframes. Learn more.

<VeltCommentDialogWireframe.Options.Content.Notification>
    <VeltCommentDialogWireframe.Options.Content.Notification.Subscribe />
    <VeltCommentDialogWireframe.Options.Content.Notification.Unsubscribe />
</VeltCommentDialogWireframe.Options.Content.Notification>

Added the Option to Add a Custom Initial in the User Object

Users can now add an optional custom initial within the user object. If the initial is not provided in the identify call or the Add User REST API, we will automatically create it using the name.

Added Search on Organization Names

We have added the feature to search on organization names in the contact list, if present.

Added Delete Button on the Thread Header

You can now add a delete button within the comments dialog thread header. Learn more.

<VeltCommentDialogWireframe.DeleteButton>
  <span>Delete</span>
</VeltCommentDialogWireframe.DeleteButton>

Was this page helpful?