Bot link to specific intent with an entity value

I want to send users a bot link directly to trigger specific intent with some entity value.
is it possible?

@ohoudshafeeq ,

Please elaborate on your use-case behind this requirement.

And what is the end channel in which you will be deploying the bot?

Regards,
Yoga Ramya,
Kore Support.

@yogaramya.mendu,

I run campaigns using a product catalog. And one each product, set a link to the bot. but I want to pass product_id with bot link. so if user clicks on the link, I want to redirect user to a specific flow, not welcome message, and catch the id from link to return product details from DB and display it inside chatbot.

@ohoudshafeeq

You can pass the external data to the bot through webSDK >> customData.

However, you need to write custom script in your webpage to retrieve the productId and pass it as customData.

Let us know if you need any further information on this.

Regards,
Yoga Ramya.