Skip to main content
GET
Get Flow Template

Autorizaciones

Authorization
string
header
requerido

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Parámetros de ruta

template_id
string<uuid>
requerido

Respuesta

Successful Response

Response model for flow templates.

id
string<uuid>
requerido

Template unique identifier

name
string
requerido

Template name

language
string
requerido

Language code (e.g. 'es', 'en')

template
Template · object
requerido

Flow template JSON

description
string | null

Template description

flow_category
enum<string> | null
Opciones disponibles:
post_call,
during_call,
pre_call,
call_launcher,
empty
setup_guide_url
string | null

URL to documentation or setup guide

connections
TemplateConnectionInfo · object[] | null

Connections required by this template

variables
string[]

List of <> placeholders found in the template