API Call Types
| Type | When It Runs | Use Case |
|---|---|---|
| Pre-Call | Before conversation starts | Load customer context |
| Mid-Call | During conversation | Check status, take action |
| Post-Call | After conversation ends | Log to CRM, create tickets |
Configuration
| Field | Description |
|---|---|
| URL | API endpoint |
| Method | GET, POST, PUT, DELETE |
| Headers | Authorization, Content-Type |
| Body | Request payload (JSON) |
| Response Mapping | Extract data to variables |

