Configure the workspace URL for contract metadata extraction notifications

  • Release version: Zurich
  • Updated July 31, 2025
  • 1 minute to read
  • Configure an extension point to update the workspace URL in email notifications, so that users can navigate to the correct workspace and view the extracted metadata.

    Before you begin

    Role required: admin

    Procedure

    1. Navigate to All > System Extension Points > Scripted Extension Points.
    2. In the API Name field, search for sn_cm_gen_ai.PopulateUrlForMetadataExtractionRequestRecordEXT.
    3. Select the record.
    4. Select the Create implementation related link.
    5. On the Script Include form, fill in the fields.
      Figure 1. Extension point for workspace URL
      Script for workspace URL in metadata extraction email notification.

      For a description of the field values, see Scripted Extension Point form fields.

    6. In the Script field, update the script to define the parent record’s table and specify the workspace URL to be included in the email notifications.
      • In the appliesTo function, add the table name of the parent record.
      • In the getWorkspaceUrl function, add the workspace URL.
    7. Select Update.

    Result

    The configured workspace URL appears in the metadata extraction email notification.

    For more information on enabling the notification for contract metadata extraction, see Enable notification for contract metadata extraction.