Hi all, here’s what I’m trying to accomplish.
Everytime we make a post to your TikTok account, we’d like to send out an email blast with a link to the TikTok video as well as preview image for a Klaviyo Segment of users.
Here’s how I plan on implementing it, though I'm stuck on the Klaviyo side.
I have a webhook that fires everytime we make an upload to our tiktok account that include relevant info, e.g. TikTok URL, preview image etc.
I then need to pipe that data into Klaviyo. I had considered creating a custom metric, i.e. for each upload there will be 1 metric-event. However, each event requires a customer identifier, so I really would have to then fetch every customer in my segment, then fan out an event to each customer. A bit of engineering work to do this (would have to run it on an event bus, as we will be targeting a large segment (20k+) and would get throttled by Klaviyo’s API etc.. and this just seems like the wrong approach.
Had also considered using integromat to clone a campaign, which could work, but I would then need some way of updating the campaign details to include the new posts URL, image etc.