Skip to main content

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​

MethodEndpointDescription
GET/temporal_rulesList temporal rules
GET/temporal_rules/{ID}Get rule details
PUT/temporal_rulesCreate 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​

Documentation In Progress

This documentation is being expanded. Check back soon for complete API reference.