We have a script that post to a Gitter channel using their API. But Gitter is migrating to Matrix soon, and they will shut down their API. Here is the code for our Gitter API client: #!/usr/bin/env bash source .env curl -X POST -i -H "Content-Type: application/json"