Skip to main content

Deploy a Call Flow Version

POST 

/resources/call_flow/:id/versions

Deploy a Call Flow Version

Request

Path Parameters

    id uuidrequired

    The ID of the Call Flow

Body

required

    anyOf

    document_version integer

    The current revision of the call flow.

Responses

A Call Flow Version

Schema

    id uuid
    created_at date-time
    updated_at date-time
    document_version integer

    The current revision of the call flow.

    flow_data string
    relayml string

    A SWML document. For more information on SWML, please go to https://developer.signalwire.com/swml

Loading...