Actions30
- Call Actions
- Contact Actions
- Dialer Actions
- Integration Actions
- List Actions
- Report Actions
- SMS Actions
- User Actions
- Developer Feedback Actions
Overview
This node interacts with the Oki-Toki API to retrieve the recording URL of a specific call session. It is useful for scenarios where users need to access or share the audio recording of a call by providing the unique session ID. For example, customer support teams can use this node to fetch call recordings for quality assurance or training purposes.
Use Case Examples
- Retrieve the recording URL of a call by providing its session ID to share with team members.
- Automate the process of fetching call recordings for archiving or analysis.
Properties
| Name | Meaning |
|---|---|
| Session ID | The unique session ID of the call used to identify which call's recording URL to retrieve. |
Output
JSON
recording_url- The URL to access the call recording.session_id- The unique session ID of the call for which the recording URL is provided.
Dependencies
- Requires an API key credential for Oki-Toki API authentication.
Troubleshooting
- Ensure the session ID is correctly provided and corresponds to an existing call session; otherwise, the API may return an error or no recording URL.
- Verify that the API token used in the credentials is valid and has the necessary permissions to access call recordings.
- If the recording URL is not accessible, check network connectivity and API endpoint availability.
