Create call_flow
POST/v1/call_flows
Create a new call_flow in the active tenant.
Beispiel
curl -X POST https://api.codemeta-os.de/v1/call_flows \
-H "X-Tenant-Id: $TENANT" \
-b cookies.txtconst result = await cm.call_flows.post();Antwortcodes
| HTTP | Bedeutung |
|---|---|
200 |
Default Response |