Skip to main content
Question

Miro rest api web hooks

  • October 24, 2021
  • 4 replies
  • 262 views

Hello. I’m trying to make miro → discord integration and I need to setup webhook to get updates from miro board to notify people on discord about certain events. Is it currently possible (couldn’t find any webhook mention in Miro API)?

Is there any plans to add webhooks to Miro API in near future? My team is currently migrating from Trello to Miro and this is the only inconvenience we’ve met that we can’t move our discord notifications system from Trello to Miro.

Was it helpful?

4 replies

Max Harper
Forum|alt.badge.img+6
  • Miro Hero
  • 373 replies
  • October 24, 2021

Anthony Roux
Mironeer
Forum|alt.badge.img+1
  • Mironeer
  • 215 replies
  • October 25, 2021

Hi @andrejj,

 

We don’t have webhooks for the moment, this is something we plan to work on in the near future. As of today, the only way would be to use scheduler (cron?) to call the get all widgets API and compare with the previous state or check the date of the modifiedAt parameter. This is clearly not ideal and the webhooks will solve this issue but we don’t have an ETA yet.


  • Author
  • New Here
  • 1 reply
  • October 25, 2021
Anthony Roux wrote:

Hi @andrejj,

 

We don’t have webhooks for the moment, this is something we plan to work on in the near future. As of today, the only way would be to use scheduler (cron?) to call the get all widgets API and compare with the previous state or check the date of the modifiedAt parameter. This is clearly not ideal and the webhooks will solve this issue but we don’t have an ETA yet.

Looking forward to webhooks introduction.

Btw is there any ETA for adding a way to read widget’s tags using REST API?


Horea Porutiu
Mironeer
Forum|alt.badge.img+1

Hi @andrejj,

I know it’s a bit late but I’ve created a video tutorial on how to set up webhooks and a quick demo of how the webhook events will look like when they’ve been implemented. 

Hope it helps! 


Reply