Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 590 Bytes

File metadata and controls

18 lines (12 loc) · 590 Bytes

Freeclimb::Redirect

Properties

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.

Example

require 'freeclimb'

instance = Freeclimb::Redirect.new(
  action_url: null
)