HTTP-Connector

Hi Everyone ! I was implementing a workflow which hit an API using “HTTP-Connector” in a service task.
The issue I am facing is that if an API is not available how to catch that thing in boundary event.

I want to send an email when there is “HTCL-02007 Unable to execute HTTP request”.

please see below diagram :

image

see this post:

[Replacing Http-Connector with Jsoup usage - #4 by dmitrysd](https://HTTP Connector Calling from External Js)

Hi @rfarooqui

You can take a look at an example of how to do this this here: GitHub - camunda-community-hub/Make-Rest-Calls-From-Camunda-Example: This is an example application which demonstrates the main ways in which a rest call can ben made by from a Camunda BPMN process.