Pivot
About Pivot
This metaflow action interrupts the running callflow to branch to a pivot action provided here.
Schema
Validator for the Pivot metaflow element
Key | Description | Type | Default | Required | Support Level |
---|---|---|---|---|---|
cdr_url | Optional URL to send the CDR to at the end of the call | string() | false | ||
debug | Store debug logs related to processing this Pivot call | boolean() | false | false | |
method | What HTTP verb to send the request(s) with | string('get' | 'post' | 'GET' | 'POST') | get | false | |
req_format | What format of Pivot will the your server respond with | string('kazoo' | 'twiml') | kazoo | false | |
voice_url | What URL to request the initial Pivot callflow | string() | true |