Retrieve process instance key in custom webhook connector

I’m creating a custom inbound connector based on the webhook connector and I need the processInstanceKey to be returned in the response body. I saw in the documentation that when passing “=correlation” it should return, here in my case it didn’t work, would there be a way to return this to the custom one?

Just replace the connector template, there is a new version.
https://github.com/camunda/connectors/tree/main/connectors/webhook/element-templates

Same here!

There is no response body, and th request payload is no beeing passed to Variable Mapping.

Getting same issue. Was this resolved ? @Mauricio_Giuliatti_K Using the updated element template.

You can use the new version 8.3.3 of the connectors. They have corrected it.

Still Facing the same issue with connector version 8.3.3-rc1.
Referring to this page Docker
and same issue in [8.4.0-alpha2] as well.