<Callback />

fetch and execute remote CallFlow xml

GET

Path Parameters

Name
Type
Description

method

string

GET / POST Default: GET

url

string

remote callflow xml url

<?xml version="1.0" encoding="UTF-8"?>
<Response>
    <Say>Thank you for entering the code 5</Say>
    <Dial>
        <Number>911</Number>
    </Dial>
</Response>
<Callback url="https://api.opentact.org/rest/call_flow" />

Last updated

Was this helpful?