You can use the ProcessEventListener for all types of nodes inside your processes. Inside it you can check if for that task you need to call an external service. Using that approach it's not recommended and I personally prefer to add an aditional node to make the call explicit in my process.
Greetings.