Record workflow activity
The Record workflow activity records audio from a user on a Notify call.
Note:
The Record workflow activity records Notify call but not the Notify
conference call. To record the Notify conference call, you can set the
Record activity variable on the Join Conference Call workflow activity.
Input Variables
Input variables determine the initial behavior of the activity.
| Variable | Description |
|---|---|
| Max duration (in seconds) | Enter the maximum duration, in seconds, allowed for a recording. |
| Timeout (in seconds) | Enter the amount of time to wait before ending a recording automatically when the caller is silent. |
| Finish Key | Specify the key a caller can press on their phone to end the recording. |
Scratchpad Entries
The activity uses the workflow scratchpad to store persistent values.
The record activity adds the recording variable to the workflow scratchpad. This variable stores metadata about the recording, such as URl, ID, and duration. You can access the following values from this variable.
| Value | Description |
|---|---|
| recording.recordingDuration | The duration of the recording, in seconds. |
| recording.from_number | The caller's phone number, including country code. |
| recording.notify_number | The Notify phone number used to respond to the call, including country code. |
| recording.recordingID | The ID used by the telephony provider to identify the recording. |
| recording.recordingURL | The URL from the telephony provider to access the recording. |