How to Pass parameters from entity to the Alert task (Smart Alert)

I have created alert task and it has a parameter called cityname. By using smart Alert, I am getting the input value(cityname) through an entity from the user.

Now, how do I pass entity parameter values to alert parameters in dialog tasks.

Hi @gz291995,

Please refer the following link:

https://developer.kore.ai/docs/bots/how-tos/how-to-schedule-an-alert/

Let us know if you need any further clarification.

Regards,
Yoga Ramya

Hi @yogaramya.mendu,

From the given example in the link which u have provided , we can set the default parameter value. But I want it to be dynamic ( it will vary for every user ) .

Can you please explain how to dynamically pass the entity value as parameter to the alert task.

Thanks.

@gz291995,

You can pass the value from {{context.entities.EntityName}}.

Let us know if you are unable to add the context values as parameters.

Regards,
Yoga Ramya

Hi @yogaramya.mendu,

We are using v7.2…in that we are not able to pass the value as {{context.entities.EntityName}}.

could you please check on this.