You can enable email collection on your channel which will then pop up a form for all users before a response is returned from the AI. This can be useful for generating leads for your business or building your newsletter.
The emails collected can be downloaded from the Users tab on your dashboard or they can be automatically sent to your other tools via a webhook (see below).
If you have a website where you already authenticate users, you can pass an additional attribute data-user
with the logged in user’s email to the embed code, which will then skip asking the user for the email again. In this way, you can have an embed behind an existing login that does not ask users for their email again, while still collecting emails on a public page.
Example:
<div id="sentiyen-iframe-wrapper" data-id="CHANNEL_ID" data-user="[email protected]"></div>