Meraki Webhook Integration with Servicenow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2020 09:19 PM
Has anyone integrated Meraki Webhook with ServiceNow. Meraki will send a payload to Servicenow every time an event will be trigger. I can easily configure this using scripted rest API, my query is around security. Is it possible to secure using OAuth or basic auth is the only option. And there is a shared secret on Meraki, so it will be something generated by Meraki side or shared secret will be shared by our side to Meraki. Any advice around this would be highly appreciated.
- Labels:
-
Integrations
-
Scripting and Coding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2020 12:18 AM
it can be done via API key . For example scenario go through this link it will give you idea abt
how integration between Meraki and Servicenow works
https://developer.cisco.com/meraki/build/meraki-network-creator-with-servicenow-and-angular/
Mark my ANSWER as CORRECT and HELPFUL if it works.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2020 01:08 AM
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2020 02:48 AM
API key needs to be generated at Servicenow end via Oauth.
Go through this video which has Oauth explaination in nice way . You will get the direction about how to proceed.
Mark my ANSWER as CORRECT and HELPFUL if it works.