How to pass context variable value in custom alert as a parameter

Hi,
I have created a custom alert service node in which I need to pass context variable value.Pleasen let me know the syntax to pass the value

Thanks
Vidhu

Dear Vidhu,

To use Entity node values as parameters, use the following syntax for accessing the Context object: https://myDomain.com/{{context.entities.topic}} for the context.entities.topic . You must use the double brackets {{ context.object }} .

Appreciate it, if you could please follow our documentation for detailed information.

https://developer.kore.ai/docs/bots/bot-builder-tool/dialog-task/working-with-the-service-node/
&
https://developer.kore.ai/docs/bots/bot-builder-tool/dialog-task/context-object/

Please let us know if this helps.

Thanks & Regards,
Kore.ai Support