For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Log inSign up
Support
  • Core
    • Overview
    • Variables
    • Versioning
  • Nodes
    • Overview
    • AI Agent
    • Answer Call
    • Conditions
    • Execute SWML
    • Forward to Phone
    • Gather Input
    • Handle Call
    • Hang Up Call
    • Play Audio or TTS
    • Request
    • Send SMS
    • Set Variables
    • Start Call Recording
    • Stop Call Recording
    • Unset Variables
    • Voicemail Recording
LogoLogoSignalWire Docs
Log inSign up
Support
On this page
  • Node Settings
  • Example
Nodes

Stop Call Recording

|View as Markdown|Open in Claude|
Was this page helpful?
Edit this page
Previous

Unset Variables

Next
Built with

Stops the specified recording action. Reference the recording URL in other nodes in the Flow using the variable %{record_call_url}. You can also access the recording URL from the call log details in your RELAY Space.

Node Settings

Recording Name
string

The name of the recording to stop. This should be connected to a Start Call Recording node and match the recording name.

Example

You can pair this node with a Request node to send the recording URL to the webhook of your choice.

Please note that any later recordings in the Flow will overwrite the %{record_call_url} variable, so the Request node should immediately follow this Stop Call Recording node or use Set Variables to save this URL for a later request.

Record a call and save the URL to a variable.

Record a call and save the URL to a variable.