Notification to Webex via Webhook #1048
Unanswered
MacGovery
asked this question in
Community Q&A
Replies: 1 comment
-
I think you need to do quite a lot more for a webex notification. https://developer.webex.com/docs/api/v1/messages/create-a-message And the secret needs to be a bearer token:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
i'm struggling to set-up a Notification to a Webex Channel via a WebHook.
My command looks like:
curl -X POST -H "Content-Type: application/json" -d '{"text" : "This is a message from a Webex incoming webhook."}' "https://webexapis.com/v1/webhooks/incoming/secret"
I tried it as ChatBot and Discord Webhook. Both do not work.
What am I doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions