Klaviyo integration
This guide explains how to set up a Klaviyo integration which sends a product recommendation email when a customer who has provided ebbot with their email address completes a product guide.
Webhook
{
"token": "YOUR_PUBLIC_API_KEY_HERE",
"event": "ebbot_products",
"customer_properties": {
"$email": "{{user_external_email}}",
"source": "ebbot"
},
"properties": {
"items": {{product_ids}}
}
}Email template
Flow
Last updated
Was this helpful?

