Clickatell API
Clickatell API is a crate for interacting with Clickatell messaging gateways from Rust applications
Clickatell API Example
use ;
let client = new?;
let mut request = new;
request.add_message?;
request.add_message?;
let response = client.send_messages.await?;
for msg_response in response.messages
Features
- Blocking and Async One API gateway clients.
- Send text messages via SMS
- Query message status
- Account balance
Untested Features
- Send text messages via Whatsapp
Features To Implement
- Media upload, download and metadata
- Send media via Whatsapp
- Message read notifications
- Whatsapp markup
License
Copyright 2022 Farrel Lifson
Released under the MIT License. See LICENSE-MIT for details.