01-16-2024 03:35 PM
Hi, I'm using a webhook that supports shared secrets, but the secret needs to be passed in via a configured http header (which IMO is the superior way to do this vs including the secret in the payload). Is there a way to have the meraki webhook include the shared secret in a header? Optionally, configuring the header name would be nice, but as long as I can figure out what the header name is to provide it to the receiving webhook, that would be sufficient.
Thanks.
Solved! Go to Solution.
01-17-2024 04:04 AM
You can probably use the template tools to create the request in the form you need, see...
https://developer.cisco.com/meraki/webhooks/payload-templates-overview/
As an example, I've used it to put authentication info into the header for Splunk integration...
https://community.meraki.com/t5/Developers-APIs/Dashboard-Webhooks-to-Splunk/m-p/198696
01-17-2024 04:04 AM
You can probably use the template tools to create the request in the form you need, see...
https://developer.cisco.com/meraki/webhooks/payload-templates-overview/
As an example, I've used it to put authentication info into the header for Splunk integration...
https://community.meraki.com/t5/Developers-APIs/Dashboard-Webhooks-to-Splunk/m-p/198696
01-17-2024 06:59 AM
This did exactly what I wanted. Thanks!
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide