ServiceBell
Search…
5 Minute Quick Start
Controlling the Widget
Custom Visitor Identities
Listening to Events
Examples of Custom Behavior
Security and Spam Prevention
Virtual Backgrounds
Troubleshooting
Browser Compatibility
Notifications
Content-Security-Policy (CSP)
Firewalls and VPNs
Integrations
Acuity
Calendly
Chili Piper
Clearbit
Google Calendar
HubSpot
Intercom
Salesforce
Shopify
Slack
Microsoft Teams
Zapier
Zendesk
API
Introduction
Authentication
Scrub Visitor Data
Nightly Data Dumps
API Resources
Organization
Powered By
GitBook
Shopify
ServiceBell can integrate with Shopify to allow you to engage visitors on your website.
To install ServiceBell on Shopify, you can use the instructions found on our
5 Minute Quick Start
.
If you're interested in identifying logged in visitors on your Shopify site, you can use our
Identify API
.
You'll want to be sure to properly format the
ServiceBell.identify()
call to conform to Liquid syntax per the below example.
1
if
(
"{{ customer.email }}"
)
{
2
ServiceBell
(
"identify"
,
"{{ customer.email | downcase }}"
,
{
3
displayName
:
"{{ customer.name }}"
,
4
email
:
"{{ customer.email | downcase }}"
5
})
6
}
Copied!
​
Integrations - Previous
Salesforce
Next - Integrations
Slack
Last modified
4mo ago
Copy link