- Account
- Conferences
- Statuses
- Dids
- Groups
- Segments
- Workflows
- Call
- Make a Call
- Click2Dial
- Call Control
- 3 way call (Conf) - add a number to exsiting Call
- Call Broadcast - Make a Call and Play it an audio file
- 3 way call (Conf) - add an extension to exsiting Call
- Hold A Call
- Spy call - Create A new Call That will preform spy
- Whisper To Customer (Leg A)
- Whisper to an Agent (Leg A)
- Hangup Call
- Get Call Data
- Send DTMF keys - Leg A
- Update Call Meta
- Get Calls - Free Text
- Get Calls By Search Params
- Make a call and play file
- Environment
- Customer
- Campaign
- Campaign Number
- Provider
- Usage
- Voicemail
- User
- Service
- Tariff
- Tracing
- Announcement
- IVR
- Message
- Route
- Subscriptions
- Skill
- Schema
- Login TokenPOST
- Forgot PasswordPOST
Update
Developing
PATCH
/api/workflows/{id}
Request
Path Params
id
string
required
Example:
34f8169c-1770-44ee-995c-f720d4edc82c
Header Params
Authorization
string
optional
Example:
{{auth}}
Body Params multipart/form-data
name
string
optional
Example:
Test2
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PATCH '/api/workflows/34f8169c-1770-44ee-995c-f720d4edc82c' \
--header 'Authorization: {{auth}}' \
--form 'name="Test2"'
Responses
🟢200Success
application/json
Body
object {0}
Example
{}
Modified at 2025-05-07 18:34:36