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

KeyDescriptionTypeDefaultRequiredSupport Level
cdr_urlOptional URL to send the CDR to at the end of the callstring()false
debugStore debug logs related to processing this Pivot callboolean()falsefalse
methodWhat HTTP verb to send the request(s) withstring('get' | 'post' | 'GET' | 'POST')getfalse
req_formatWhat format of Pivot will the your server respond withstring('kazoo' | 'twiml')kazoofalse
voice_urlWhat URL to request the initial Pivot callflowstring()true

On this page