📢 What is the name of the service?
Threema
🔗 Provide some details about the service that can help with it's development.
💡 Anything else?
Generally what is Threema? Threema is a quite popular e2e-secure messenger especially in the German-speaking area (so-called DACH area).
One thing is important to note:
- Threema Gateway, which is the API solution intended for such use cases, has two modes. One is basic security, where you basically just make a REST API call and that it is.
- The other one, is e2e security, there you encrypt the message on the device/server and only the Threema message receiver can decrypt it later on their client. Of course this may be harder to implement, but all libraries Threema provides for this usually support this mode too (at least for basic text sending etc.).
- IMHO, ideally, you'd support both. Depending on what users want to do with them, both have advantages and disadvantages.
Also you likely will be interested in the Python SDK: https://gateway.threema.ch/en/developer/sdk-python
https://github.com/threema-ch/threema-msgapi-sdk-python
Other FLOSS projects that have an integration are e,g. Grafana or Mattermost (found no link, but well). Also, I guess, usually such companies are quite nice if you need some credits for developing an integration for FLOSS projects, so just ask them if needed, they may support you here.
📢 What is the name of the service?
Threema
🔗 Provide some details about the service that can help with it's development.
💡 Anything else?
Generally what is Threema? Threema is a quite popular e2e-secure messenger especially in the German-speaking area (so-called DACH area).
One thing is important to note:
Also you likely will be interested in the Python SDK: https://gateway.threema.ch/en/developer/sdk-python
https://github.com/threema-ch/threema-msgapi-sdk-python
Other FLOSS projects that have an integration are e,g. Grafana or Mattermost (found no link, but well). Also, I guess, usually such companies are quite nice if you need some credits for developing an integration for FLOSS projects, so just ask them if needed, they may support you here.