hello
I have no programming experience at all, so please don’t shoot
Could somebody help me how to run one of the below commands in /slash option in mattermost or in outgoing webhooks?
docker exec -it apprise apprise --body=“Test Message” --tag=mytag --config=http://192.168.1.10:8010/get/apprise
or
curl -X POST -d ‘{“tag”:“mytag”, “body”:“test message”}’ -H “Content-Type: application/json” http://192.168.1.10:8010/notify/apprise
I tried to to put them into sh file and execute with post command in slash screen, but without any luck.
Thank you