Query params in Webhook Detach endpoint

:bullseye: What is your goal?

Hi,
I am trying to add query parameters in webhook detach endpoint from Input parameters but query parameters are not getting appended in detach endpoint.

:thinking: What is the problem & what have you tried?

Have tried passing in qs node

:camera_with_flash: Screenshots (scenario flow, module settings, errors)

In the Custom Apps help on attached webhooks, it notes that if you need additional parameters to be available to the detach RPC you need to define those in the response.data collection.

When the detach RPC is called it only has access to parameters in the webhook collection - the parameters arenโ€™t persisted.

1 Like