| Name | Type | Description | Notes |
|---|---|---|---|
| action_url | String | URL to request a new PerCL script to continue with the current Call's processing. When `Redirect` invokes the `actionUrl`, an `inbound` Webhook is sent. This request therefore looks identical to the initial request (made to the `voiceUrl` of the number that was called) for an inbound Call. |
require 'freeclimb'
instance = Freeclimb::Redirect.new(
action_url: null
)