Interact with third-party api services

Maximiliano Gibert 50 Reputation points
2023-08-04T18:21:40.4566667+00:00

Hi all.

I want to interact with a third service API (i.e. another service) via IoT Central. is it possible?

I need to have and API response and make a respective logic of this response.

Thanks in advance

Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
951 questions
Azure IoT Central
Azure IoT Central
An Azure hosted internet of things (IoT) application platform.
344 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Sedat SALMAN 13,160 Reputation points
    2023-08-04T22:19:14.56+00:00

    there is no direct method for this but you may have a workaround

    you can use custom rules to trigger a function and in your function, you can call your API

    https://learn.microsoft.com/en-us/azure/iot-central/core/howto-create-custom-rules

    https://learn.microsoft.com/en-us/azure/iot-central/core/howto-configure-rules-advanced