Sync data through third party app REST API

Hi,
Is it possible to have a monday.com dashboard fed by data synced from a third party app REST API ?
If yes, a few links with practical examples would be great, as I am brand new to this and I have been unable to find any so far.
Thanks
Pierre

Hey @A424854,

You could definitely do that! To avoid running into CORS-related issues, I would recommend querying the data on your server, storing it within your database, and then visualizing the results in your Dashboard widget app. If you query straight from the app hosted on monday.com, this might not be a best practice solution.

I’m afraid I do not have any example apps I could share that are using this approach, but perhaps other community members would be able to shed more light on this :slight_smile:

-Alex