Configure application-specific field values for Zoom interactions
Use scripted extension points to enable the copying of application-specific field values to interaction records for Zoom meetings initiated from chats.
Before you begin
Role required: admin
Install the Chat Zoom Connector application. For more information, see Install a ServiceNow Store application.
About this task
You can enable the copying of any application-specific fields from a parent chat interaction record to its Zoom interaction record by using the sn_chat_zoom.ZoomInteractionExtPoint extension point. The parent chat is the chat from which the Zoom meeting was initiated.
By using extension points, you can easily integrate customizations without having to alter the base code. You can extend standard base functionality using customized scripts. For more information, see Using extension points to extend application functionality.
An implementation is available in the base system for scripted extension points. You can modify the data and add additional fields.