Identify a user in Email or SMS campaigns

When you are sharing a chatbot via its unique link, it may be required to identify which user is interacting with the chatbot. This way, you can avoid repeating questions like "What is your name?" or "What is your email address?".

Set the Data using Custom Fields

First, you need to define the keys that identify the user. Go to Settings of your chatbot, then click on Data Collection. Click on add custom field button and provide the keys as custom fields.

Let's say you wish to pass two keys to the URL from your campaign, name and email. Then both these keys must be set as custom fields.

Click 'SettingsData CollectionSettings for data collection.Save response on our serverUse it for strict compliance with data protection regulations.Custom fieldsCollect custom data using URL parameters or...'Pass Parameters to URL

Make sure your chatbot link is constructed in the following manner:

https://chatbot.page/A78qR0?name=john&[email protected]

As long as these keys match, the chatbot will be able to pick them up and store these data points in the Response section. Therefore you will see the same reflected in the email notifications.

You can also do the same, programmatically using the collectchat.set method.



Still need help?

Contact us

Customize