Hi,
Jasmin can be integrated, but it usually requires some setup depending on your use case. It works well as an SMS gateway when connected with SMPP or HTTP APIs, but you’ll need to configure routing, connectors, and possibly an external SMSC or provider.
If you're planning to use it inside a platform like Cloudron, the main challenge would be packaging it with all dependencies (Python, Redis, etc.) and managing background services properly.
For sending SMS via API, you typically have two approaches:
Use Jasmin as a gateway with SMPP/HTTP connectors Or integrate directly with an external SMS API provider (simpler setup, less infra to manage)
It really depends on whether you want to manage the gateway yourself or just focus on sending messages via an API.
Would be interesting to see if anyone here has packaged Jasmin for Cloudron specifically.
A
africala
@africala
Posts
-
Jasmin - Open source SMS gateway