Hello, Meraki API Community!
We are thrilled to announce the launch of an exciting new feature in the Meraki Dashboard API: Callbacks.
WHAT ARE CALLBACKS?
Callbacks are a modern solution for times when you find yourself wondering about the status of your long running API tasks. They allow you to initiate a process, such as pinging a device or executing a phased deployment, and then step back. No more pondering "where you are and what you do" – the callback will bring the answers to you.
HOW DO CALLBACKS WORK?
Initiate an API call with a callback, and when it’s time for your network to respond, it's as if it’s saying, "Hello, is it me you're looking for?" You receive a notification at your specified webhook URL once the operation is completed, detailed with the operation’s status and results. This means real-time updates without the constant need to query the API.
Read more...