Inject variables

You can inject variables like page title and URL in custom messages (e.g. preset message in WhatsApp, Email subject & body).

Example usage

The following variables can be used

Name Variable
Customer name (needs to be set, see below) {{name}}
Page Title {{page_title}}
URL {{page_url}}

Set customer data

It is possible to prefill email and name fields. This way customers don't have to repeat their email to reach out.

To enable this, you only need to add a hidden field to your page. You should fill the value(s) in your website/application.

<input type="hidden" value="test@test.com" id="boei_prefill_customer_email" />
<input type="hidden" value="Mr Test" id="boei_prefill_customer_name" />

Feedback Questions

Last updated: Feb 22, 2023