SendBlue
SendBlue is a Rust library that provides an API client for interacting with the SendBlue REST API, enabling businesses to integrate iMessage and SMS services into their applications.
Table of Contents
Description
SendBlue offers a robust API client to connect and manage SendBlue's iMessage and SMS messaging services from within Rust applications. It supports sending messages, handling callbacks, automating workflows, and various other messaging-related functionalities.
Installation
To use SendBlue in your project, add the following to your Cargo.toml
:
[]
= "1.0.0"
Then, run cargo build
to download and compile the library.
Usage
Import the necessary modules in your Rust code:
extern crate sendblue;
use *;
Sending a Message
Here's an example of how to send a message using SendBlue:
use SendblueClient;
use MessageBuilder;
async
Requirements
- Rust 1.79 or later
Contributing
We welcome contributions! Please read our contributing guidelines for more details.
License
This project is licensed under the MIT License - see the LICENSE file for details.
Contact
If you have any questions or feedback, feel free to contact me at [dominik@spitzli.dev].