urgent Help studiox http-webhook http-request question
i am implementing a task where i am connecting VAPI with UiPath and want to get response at end of flow whether my task was successful or there is something missing or error message in else case.also if there is another solution please tell me. Please help me it is VERY URGENT.
Hi @saram
Could you please describe your requirement in more detail?
I am mostly curious about a simple diagram of the steps you want to take, one after another.
How I currently understand it:
Step 1
Do an API call with HTTP Request activity (WebAPI package) to call your VAPI endpoint and immediately receive your response with payload that will indicate if the HTTP Request was successful or not
Am I misunderstanding something?
vapi request → UiPath http webhook-> run Flow → response to vapi in Json at end
1 Like
This is possible with an Integration Service connector HTTP Webhook:
See this sample use case over here, I think it might be roughly what you want to try to achieve (just a different example):