Passing data to Continually
Identify your users
If you already know some information about your users, you can pass this to Continually. This data can be used inside the bot flow you create and appear on the lead overview page.
To send data, you can pass an identity
object containing attribute + value pairs, separating each pair with a comma. You can pass system fields like the name, phone, email, company and gdpr or any custom field you want.
Example:
Tell Continually that you already know the user's name, email address and his subscription plan
<script>var continuallySettings = {appID: "xyz123456", identity: {name: "Captain America", email: "captain.america@superheroes.org", subscription_plan: "Professional"}};</script>