From 3388189bb2e2c4ce444bd378f39d3b15014563b3 Mon Sep 17 00:00:00 2001 From: Paco Vu Date: Wed, 2 Oct 2024 12:51:44 -0700 Subject: [PATCH 1/2] Update ringsense4sales_for_future.md --- docs/ai/ringsense4sales_for_future.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/ai/ringsense4sales_for_future.md b/docs/ai/ringsense4sales_for_future.md index 3f483beb..2bb671b7 100644 --- a/docs/ai/ringsense4sales_for_future.md +++ b/docs/ai/ringsense4sales_for_future.md @@ -43,13 +43,13 @@ Remember, the notification events are triggered only if voice calls or video mee You can read the RingSense for Sales data of a voice call recording or of a video meeting recording if you know the `sourceRecordId`. The `sourceRecordId` value of a recording is included in the RingSense for Sales event payload. !!! notes - * The `sourceRecordId` of a voice call recording is the recording ID of a recorded call. You can get the recording ID of a call from the [call log data](https://developers.ringcentral.com/guide/voice/call-log/details). + * The `sourceRecordId` of a voice call recording is the recording ID of a recorded call. You can get the recording ID of a call from the [call log data](../voice/call-log/details.md). * Unfortunately, currently there is no API to detect the `sourceRecordId` of a video meeting recording. ## Example of API Response ```json -{!> code-samples/events/rcv-ringsense-event.json !} +{!> code-samples/ai/ringsense/ringsense-data.json !} ``` | Parameter | Type | Description | From 83ea9fa8c61a5ea012ec668d41e2f1d901c70c41 Mon Sep 17 00:00:00 2001 From: Paco Vu Date: Mon, 14 Oct 2024 07:27:41 -0700 Subject: [PATCH 2/2] Changed file name - Change extra md file to txt file to avoid validation --- ...sense4sales_for_future.md => ringsenseforsales_for_future.txt} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename docs/ai/{ringsense4sales_for_future.md => ringsenseforsales_for_future.txt} (100%) diff --git a/docs/ai/ringsense4sales_for_future.md b/docs/ai/ringsenseforsales_for_future.txt similarity index 100% rename from docs/ai/ringsense4sales_for_future.md rename to docs/ai/ringsenseforsales_for_future.txt