Slack webhook notifications not working #725
Unanswered
MrGreenTea
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've been trying to get notified in a slack channel if Postiz posts a scheduled post. I've created a slack app and copied the webhook URL from there.
Using it with
curl
like described in the slack docs (curl -X POST -H 'Content-type: application/json' --data '{"text":"Hello, World!"}' $WEBHOOK_URL
) works fine from my terminal. But I get no notifications by Postiz and clicking on "send test" does nothing.What am I missing? What can I do?
The logs show no errors or anything. This is the last log output:
Beta Was this translation helpful? Give feedback.
All reactions