Get Verified
Add the ownly-get-verified
class to your element.
Example
<button class="ownly-get-verified">
Get Verified
</button>
Also create or update a new quick possession by adding more attributes.
Name | Attribute | Type | Required | Condition |
---|---|---|---|---|
Sales Agent ID | data-agent-id | string | false | If Sales Agent is already in Ownly |
Sales Agent Email | data-agent-email | string | false | Only if you dont define a data-aganet-id value |
Sales Agent Name | data-agent-name | string | false | Only if you define a data-agent-email value. |
Example
<button class="ownly-get-verified"
data-agent-id="a8AKEGOq"
data-agent-email="[email protected]"
data-agent-name="William Carey">
Get Verified
</button>