Hello every - I just saw the latest Clay case study from Verkada - https://www.clay.com/blog/verkada-case-study - and I’m really interested in how they auto-generated personalised landing pages. It says: “I can click a button and generate 600 landing pages right now because of the way we’ve connected Clay to Webflow. We can reference someone’s job title, company logo, and more.” I would LOVE to know how it’s possible to hook up Clay to Webflow. If anyone has links to any tutorials I’d be most greateful, thanks.
I know it's possible to connect Webflow to Clay, and have Webflow form submissions come into a Clay tables. But I need it to go the other way. Have a Clay table containing prospects... columns with name, job title, page url or slug, introduction, etc... and then when a cell/table is updated it sends the info presumably into the Webflow CMS, and auto publishes? I've had a quick look at Zapier because I think this might be the only way of doing it. If anyone has done this, or if I'm missing a tutorial out there on the web (I can't find any), I'd love to know more. Thanks!!
If the solution is anything else apart from what you’ve outlined, I would be surprised too. I do know of some software (search for landing page personalisation) that allows you to published personalised landing pages.
You can directly call Webflow’s API endpoints using the CMS endpoints. For example, here’s a Create Collection Item endpoint: https://docs.developers.webflow.com/data/reference/create-item
Hey Ben, thanks for reaching out! 😊 Yes, everything is done through the Webflow API. For more details on how to work with the HTTP API, you can check out this guide: HTTP API Clay 101. Let me know if you have any questions!
Hi, how does the goldmine work? I understand people who purchase it on Gumroad get access to a list of affiliates and use your links (or the user’s new links? Which would make more sense) so you can earn money while the user promotes your links? I might have understood wrongly. I am not sure I get why the price increases every 5 sales?
Hey Andrea, thanks for the inquiry! Happy to help. Could you elaborate a bit more about what information you're looking for? We don't post on Gumroad, so curious about this. Thanks!
We haven't heard back from you in a bit, so we're going to go ahead and close things out here - feel free to let us know if you still need something!
Hey Ben K. Joe R. Did you every get this beaut fully working? I just managed it and it's super cool. I find the pull is super sensitive and given up changing or adding columns. My one question has anyone managed to get an image URL pull through to display as an image in Webflow using the API and if so how did you do it?
Hi Ben, Thanks for reaching out! Here's a simple guide to displaying images in Webflow using URLs: First, you'll need a collection in Webflow with a field for your image URLs. You can use either a Plain Text Field or an Image Field - both work fine. For the image URL to work, make sure it's a direct link to the actual image file. Then you can use Webflow's API to add or update your images: To push images via API, use this endpoint: https://api.webflow.com/collections/{collection_id}/items For new items, use POST. For updates, use PUT. You'll need these headers: { "Authorization": "Bearer YOUR_API_TOKEN", "Content-Type": "application/json", "accept-version": "1.0.0" } And here's what your request body should look like: { "fields": { "name": "Example Item", "image_url_field": "https://example.com/image.jpg", "_archived": false, "_draft": false } } Once that's done, just bind your field to a design element in the Webflow Designer. Head to your collection page/section and bind the text/image field - Webflow will handle displaying the image automatically. Publish your site to see the changes live! Let me know if you run into any issues or need help with anything else!
Hey there - just wanted to check in here to see if you needed anything else! Feel free to reply back here if you do.
does anyone know if this works with the free version of Webflow? i dont get it to work 😞
Hey! Unfortunately the Webflow integration won't work with their free plan - you'll need at least their CMS Site plan to use the API features. The free version just doesn't give you the API access needed to connect with Clay. Let me know if you'd like to explore other options that might work better for your setup! 😊
thanks Bo! now I understand, after 10 hours, why it doesnt work 🙂
so Core plan?
Hey there - just wanted to check in here to see if you needed anything else! Feel free to reply back here if you do.
We haven't heard back from you in a bit, so we're going to go ahead and close things out here - feel free to let us know if you still need something!
Does anyone know if we can also connect Adobe Experience Manager and Clay to get the same?
Hi, thank you for reaching out. Could you please clarify what you mean? Are you trying to connect Adobe Experience Manager to Clay? Let me know and I will be happy to help :)
Hey there - just wanted to check in here to see if you needed anything else! Feel free to reply back here if you do.
We haven't heard back from you in a bit, so we're going to go ahead and close things out here - feel free to let us know if you still need something!