Integrating REST APIs with Camunda 8 webhooks

How can I call a REST API within Camunda 8’s webhook and return the data received from the API response?

Can you explain more about what data you want to retrieve from the process?

@Niall
I would like to know how to retrieve data from another REST API within Camunda 8’s webhook and ensure that the webhook waits for the API response before processing it.

I am using the Intermediate Webhook connector.