How do I integrate asp.net Custom WebHook API with Azure Logic App

Manoj Singh 41 Reputation points
2022-07-22T13:25:19.98+00:00

Hi,

I'm implementing C# WebAPI for custom WebHook to integrate with LogicApp workflow. WebAPI is having action which will send message to serviebus queue, this message is been picked-up by azure function and will process the same and send response to queue. Once the response is received webhook will send the confirmation to the initial requestor.

I've developed all the pieces but not sure how do I integrate/bring them together as flow using logic apps.

Any help is appreciated.

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Kamlesh Kumar 3,871 Reputation points
    2022-07-23T03:51:16.843+00:00

    Hi @Manoj Singh ,

    Welcome to Microsoft Q&A Platform. Thank you for the question.

    You can integrate all the steps like flow where you can use trigger point based on your requirement, if you want schedule based then use Schedular or else you can use the Request/Response or any other trigger. Then in next step call your API and here I assume you already tested it. Next step when message arrived in queue then using the function process it and here you can call the function inside logic app with require input. Here I am assuming you are sending the response to queue using function only. Then next step check the status of function, if it was succeeded then send a response to your initial HTTP request.

    223951-image.png

    Flow:

    223942-image.png

    Regards,
    Kamlesh Kumar

    Please don't forget to click on 205836-130616-image.png or upvote 205759-130671-image.png button whenever the information provided helps you. Original posters help the community find answers faster by identifying the correct answer. Here is How

    Want a reminder to come back and check responses? Here is how to subscribe to a Notification

    If you are interested in joining the VM program and help shape the future of Q&A: Here is how you can be part of Q&A Volunteer Moderators


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.