Hello,
I have managed to get this working using this link - https://support.microsoft.com/en-us/office/create-incoming-webhooks-with-workflows-for-microsoft-tea...
Follow the instructions for 'Set up an incoming webhook workflow from a template'.
Once that's done you need to create a new template in the Meraki dashboard under the API & webhooks sections (organization wide).
Select Webhooks and then templates - 'create template'
give it a name and then paste the json code into the liquid body section and click save.
once this is working you can add more lines:
It's quite basic but it does the job, next I will try to get the actions working so that a clickable button is created which points to the device or network that had the alert.
Now create a webhook receiver using the url that was setup in the webhook workflow and use the payload template that was just created.
You should get something like this in teams:
Hope this is useful to somebody!