Hi All,
Has someone successfully connected and ingested weather data to Board via an API? If so how did you do so?
Thanks in advance
Hi Gary,
You can use the REST API call procedure action that can directly connect to an external API endpoint. There are two steps involved here:-
You can find in detailed information on the REST API call in our Board Manual https://www.boardmanual.com/2023/summer/release-notes/board-2023-spring-release-release-notes/release-notes/main-features/rest-api-call-procedure-step.htm
Do reach out to the Level 3 support team via https://support.board.com if you need help configuring the same.
Thanks, Samson.
Below is an example configuration to an open-source weather API
I haven't personally used this one, but I have heard good things about Accuweather's API. Here's a link to the guide to set it all up. The information Samson provided will show you where in Board to put the appropriate links. https://developer.accuweather.com/apis
Great! Thanks a lot both