CompletableFuture clients for Torpedo’s email and SMS API.
Install
Create a client
Send email
Send a batch
Send SMS
Async calls
Pagination
Errors and retries
429, and 5xx responses three times by default. Every send has one idempotency key that is reused across retry attempts. Configure .timeout(Duration) and .maxRetries(int) on the client builder.