Meraki Webhook Integration with Servicenow

KushalT
Tera Contributor

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.

 

3 REPLIES 3

Ct111
Giga Sage

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.

KushalT
Tera Contributor

Thanks @creativethinker , I already had a look. Could you please suggest who will generate this API key and how exactly I will authenticate the payload at ServiceNow side using this API Key. And what exactly is shared secret on Meraki, it will be generated by the Meraki side or it is our piece of work?

 

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.

https://developer.servicenow.com/app.do#!/document/content/app_store_doc_rest_integrate_newyork_t_En...

 

Mark my ANSWER as CORRECT and HELPFUL if it works.