whatsapp-cloud-api-rs

RWhatsapp Cloud API Rust Client
Usage example
let access_token = "<access_token>";
let to = "<to>";
let template_name = "hello_world";
let language = "en_US";
let template = new;
let message = from_template;
let client = new;
client.send_message.await?;
For more examples, please see the tests folder