Temporal Rules
The Temporal Rules API allows you to create time-based routing rules that control call handling based on time of day, day of week, and dates.
Base URL​
https://api.audian.com:8443/v2/accounts/{ACCOUNT_ID}/temporal_rules
Overview​
Temporal rules enable automatic call routing changes based on schedule. Configure business hours, holidays, after-hours routing, and time-based call flows.
Endpoints​
| Method | Endpoint | Description |
|---|---|---|
| GET | /temporal_rules | List temporal rules |
| GET | /temporal_rules/{ID} | Get rule details |
| PUT | /temporal_rules | Create new rule |
| POST | /temporal_rules/{ID} | Update rule |
| DELETE | /temporal_rules/{ID} | Delete rule |
List Temporal Rules​
curl -X GET "https://api.audian.com:8443/v2/accounts/{ACCOUNT_ID}/temporal_rules" \
-H "X-Auth-Token: {AUTH_TOKEN}" \
-H "Accept: application/json"
Response​
{
"auth_token": "{AUTH_TOKEN}",
"data": [],
"request_id": "{REQUEST_ID}",
"status": "success"
}
See Also​
- Temporal Sets - Group temporal rules into sets
Documentation In Progress
This documentation is being expanded. Check back soon for complete API reference.