cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
193
Views
0
Helpful
1
Replies

How do I send authorization from Webex Web hooks to external service

nsandela
Cisco Employee
Cisco Employee

I have a use case where I want to capture all the actions from Webex messages for reporting purpose. I have created a web-hook that captures the actions from Webex message and then trigger an external service. The external service is a google cloud function and the only way web-hook can post the data is by authenticating the cloud function using a bearer token. How do I setup the web hook for my use case? 

1 Accepted Solution

sandiban
Cisco Employee
Cisco Employee

Hi @nsandela,
Webex Webhook won't be able to make any external validation for sharing the data externally, outside of Webex scope.
It can be used only for authorizing the data and finally post it to Webex space directly.
But if you want to share that data to some external component, then basically you've to store the data in common-shared locations which can be accessed by Webex as well as Google cloud.
So, basically with the help of the Google cloud authorization (which would be definitely a separate route to access the data than Webex authorization) later, you can access those data.

But directly, you can't post the Webhook data to any third-party platform as of now.

Regards!
Sandip

View solution in original post

1 Reply 1

sandiban
Cisco Employee
Cisco Employee

Hi @nsandela,
Webex Webhook won't be able to make any external validation for sharing the data externally, outside of Webex scope.
It can be used only for authorizing the data and finally post it to Webex space directly.
But if you want to share that data to some external component, then basically you've to store the data in common-shared locations which can be accessed by Webex as well as Google cloud.
So, basically with the help of the Google cloud authorization (which would be definitely a separate route to access the data than Webex authorization) later, you can access those data.

But directly, you can't post the Webhook data to any third-party platform as of now.

Regards!
Sandip