Recording Ready
This webhook event is fired when a call is recorded and the mp3 file is ready to be downloaded.
Parameters
| Parameter | Type | Description |
|---|---|---|
| EventType | string | Has the value “call_recording_ready” for this event |
| call_id | string | Unique identifier of parent call where this message was received. |
| recording_id | string | An ID for the recording. |
| username | string | Username who received this voicemail. |
| call_flow | string | Call flow which this recording was made in. |
| from | string | E164 number this recording is from. |
| from_name | string | Name of caller, if present. |
| to | string | E164 number dialed when message was recorded. |
| date | datetime | ISO 8601 Formatted date string. |
| url | string | Url where the recording can be downloaded from. |