Adding custom headers to all Service Requests

Hello,

I would like to create a header/headers that I can add to every request I send with service nodes. Is there a way to intercept these requests and add a header, or do I need to add the header by hand to every single service node?

Thank you!

Hi Mate,

We are checking this and we will update you.

Regards,
Yoga Ramya.

@mate.horvath You could create global variables in the settings tab of bot builder and refer the same at request headers of service nodes using the syntax env.key.
Please refer to the below steps for more details.
Configuring global variables:
image
Configuring service node to use global variables at headers:
image
Snapshot showing that the global variable is resolved and passed to the service endpoint.
image