babelforce-manager-sdk 0.42.1

Rust SDK for the babelforce manager APIs — auth, user & agent management, call reporting, metrics, and task automations.
Documentation
//! Hand-written ergonomic resource namespaces over the generated clients.
pub mod agents;
pub mod applications;
pub mod auth;
pub mod automations;
pub mod babeldesk;
pub mod businesshours;
pub mod calendars;
pub mod calls;
pub mod campaigns;
pub mod conferences;
pub mod conversations;
pub mod dashboards;
pub mod dialer;
pub mod events;
pub mod expressions;
pub mod files;
pub mod integrations;
pub mod logs;
pub mod me;
pub mod metrics;
pub mod numbers;
pub mod outbound;
pub mod phonebook;
pub mod prompts;
pub mod queues;
pub(crate) mod raw;
pub mod recordings;
pub mod routing;
pub mod schedules;
pub mod sessions;
pub mod settings;
pub mod sms;
pub mod system;
pub mod tasks;
pub mod triggers;
pub mod users;