Call a REST API when process variable is changed in Camunda

Is there a way to invoke a REST API when someone changes a process variable from Camunda cockpit?

@mayank13 are you looking to do this with engine listener or through the BPMN?

What do you refer to as engine listener?

What do you refer to as engine listener?

You write java code that extends the engine


For a BPMN option you might be able to get away with something like this: