Create an Event using Klaviyo API's

แชร์
ฝัง
  • เผยแพร่เมื่อ 3 ก.พ. 2025

ความคิดเห็น • 11

  • @TJInTech
    @TJInTech 3 หลายเดือนก่อน

    pretty cool their custom Data Store built on unified app and data layer, how about Vector data? anyone know if they have partner, or built an open source index on FAISS or other?

  • @notrub225
    @notrub225 ปีที่แล้ว +1

    Piggybacking off of @jhonjairogarcesmontes1035, would this Event API be used to subscribe a Profile to a List, or would that be a separate API?

  • @jhonjairogarcesmontes1035
    @jhonjairogarcesmontes1035 ปีที่แล้ว +1

    Hi there! Great Video Thanks
    I was wondering how can one add a email to a List ? I have a Flow that triggers when someone subscribe but I can seem to find a way to make it trigger I dont see any enpoint that does that
    Thanks

  • @JuanPerez-co9nd
    @JuanPerez-co9nd 3 หลายเดือนก่อน

    Hi Nina, it's possible to name an event without use the metric name? In your example if you name the metric (i.e. Ordered Product N1 ... etc). the metrics will reach their limit very quick. I was looking how Klaviyo add the Magento events and they name the event without add new metrics, Regards

    • @ninaephremidze9694
      @ninaephremidze9694  3 หลายเดือนก่อน +1

      hi Juan,
      You are not rate-limited based on the amount of the metric names, but rather how many profiles you pass with that event which is what we regard as unique identifier: the rate limit for this endpoint is :
      Burst: 350/s
      Steady: 3500/m
      For more on rate limits, check this doc out: developers.klaviyo.com/en/docs/rate_limits_and_error_handling

    • @JuanPerez-co9nd
      @JuanPerez-co9nd 3 หลายเดือนก่อน

      @@ninaephremidze9694 Thanks for your answer Nina but I have noticed that Klaviyo's Magento connection create personalized event names without the use of metrics
      Example:
      - Ordered "Watch - 34mm, Gold, Steel (SKU123)"
      Sep 11, 2024, 9:54 AM EST
      - Ordered "Insurance"
      Jul 31, 2024, 4:15 AM EST
      - Placed order for "$29.99"
      Jun 28, 2024, 12:59 AM EST
      In the last case (placed order), I know how to do it, is adding the variable $value = 29.99 in the create event POST. But the first two I have not found how to name the event if not using the metric attribute name, but the way, Klaviyo adds the Magento events placing all those above in the Magento metric only, not creating new metrics.
      Thanks in advance!

  • @GregDawson
    @GregDawson 9 หลายเดือนก่อน

    Thx! Question: I did the test with Replit and it successfully sent data over to Klaviyo. Now where do I put the code on the website?

  • @MilosMarinkovic87
    @MilosMarinkovic87 2 ปีที่แล้ว

    Hi Nina, so glad I came across this video. Very informative! Do you have any extra pointers about how I could connect this to Shopify data? Particularly the 'out for delivery' and 'delivered' events in Shopify?

    • @ninaephremidze9694
      @ninaephremidze9694  2 ปีที่แล้ว

      Hi Milos, very happy to hear that you found the video useful.
      I'd say the answer to your question would be that --it depends.
      Can you share what specific integration you are referring to? does the platform have a native shopify integration?
      Are you using Shopify for those metrics or any other third-party such as shipstation?
      Once I have more details, I can better help you with your question.
      In the meantime, here are the resources that might help:
      community.klaviyo.com/campaigns-flows-and-sms-30/trigger-based-flow-on-shopify-delivery-date-2123
      help.klaviyo.com/hc/en-us/articles/115005080587-How-to-personalize-and-export-Shopify-notification-emails
      help.shopify.com/en/manual/orders/notifications/email-variables
      Let me know and I will try my best to advise

    • @MilosMarinkovic87
      @MilosMarinkovic87 2 ปีที่แล้ว

      @@ninaephremidze9694 hey again! Well what I'm trying to do is import the 'out for delivery' and 'delivered' events which are not naturally integrated with Klaviyo. So essentially I want Klaviyo events that connect with those Shopify events (which I believe connect directly to the carrier and the details of tracking/delivery). And yes, I want to use Shopify directly, not the third-party app. I will have a look at those extra links you added. Thanks!

    • @ninaephremidze9694
      @ninaephremidze9694  2 ปีที่แล้ว

      @@MilosMarinkovic87 Thank you for additional details. If we don't pass those in-house metrics from Shopify, I'd recommend creating a custom event and passing it to Klaviyo using our New API's.
      developers.klaviyo.com/en/reference/create_event
      developers.klaviyo.com/en/docs/guide_to_integrating_a_platform_without_a_pre_built_klaviyo_integration
      Let me know if you have any additional questions