Collect customer data with your Chatbot, then automatically send data to customer profiles and create new audiences in Klaviyo.
Usage
Setup the app with your Klaviyo token and start sending events to your customer database:
do App(
"klaviyo",
event = "MyCustomEvent",
customer_properties = {
"$email": "john@doe.com",
"favorite_color": "yellow",
},
properties = {
"performed_action": true,
"value": 42,
"other_param": "ABCD",
}
)