In the previous recipe, you learned how to integrate different connectors using Logic Apps. In this recipe, we will implement the same solution that we implemented in the previous recipe by just moving the conditional logic that checks the followers count to Azure Functions.
Integrating Logic Apps with serverless functions
Getting ready
Before moving on, we will perform the following steps:
- Create a SendGrid account (if not created already), grab the SendGrid API key, and create a new key in the Application settings of the function app.
- Install Postman to test the HTTP trigger. You can download Postman from https://www.getpostman.com/.