Clay Icon

Integrating Clay with Webflow for Automated Landing Pages

·
·

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.

  • Avatar of Ben K.
    Ben K.
    ·
    ·

    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!!

  • Avatar of Amit S.
    Amit S.
    ·
    ·

    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.

  • Avatar of Joe R.
    Joe R.
    ·
    ·

    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

  • Avatar of Bo (.
    Bo (.
    ·
    ·

    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!

  • Avatar of Ben K.
    Ben K.
    ·
    ·

    Amazing - thanks Bo (. Joe R. . That’s probably beyond my skill set so I’ll give one of the guys to take a look. Thanks again.

  • Avatar of Channeled
    Channeled
    APP
    ·
    ·

    Hi Ben K.! This thread was recently closed by our Support team. If you have a moment, please share your feedback:

  • Avatar of Channeled
    Channeled
    APP
    ·
    ·

    Thank you so much for sharing your feedback Ben K.!

  • Avatar of Andrea M.
    Andrea M.
    ·
    ·

    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?

  • Avatar of Arturo O.
    Arturo O.
    ·
    ·

    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!

  • Avatar of Andrea M.
    Andrea M.
    ·
    ·

    Hey Arturo, I was asking to the poster. I haven't replied to the right thread probably. This

  • Avatar of Bo (.
    Bo (.
    ·
    ·

    Ah gotcha!! Thanks for the info! Amit S. curious if you have an answer for Andrea M. here?

  • Avatar of Channeled
    Channeled
    APP
    ·
    ·

    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!

  • Avatar of Dan K.
    Dan K.
    ·
    ·

    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?

  • Avatar of Bo (.
    Bo (.
    ·
    ·

    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!

  • Avatar of Channeled
    Channeled
    APP
    ·
    ·

    Hey there - just wanted to check in here to see if you needed anything else! Feel free to reply back here if you do.

  • Avatar of Richard H.
    Richard H.
    ·
    ·

    does anyone know if this works with the free version of Webflow? i dont get it to work 😞

  • Avatar of Bo (.
    Bo (.
    ·
    ·

    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! 😊

  • Avatar of Richard H.
    Richard H.
    ·
    ·

    thanks Bo! now I understand, after 10 hours, why it doesnt work 🙂

  • Avatar of Richard H.
    Richard H.
    ·
    ·

    so Core plan?

  • Avatar of Bo (.
    Bo (.
    ·
    ·

    To access Webflow’s CMS API, you need the CMS Site plan ! https://webflow.com/pricing

  • Avatar of Channeled
    Channeled
    APP
    ·
    ·

    Hey there - just wanted to check in here to see if you needed anything else! Feel free to reply back here if you do.

  • Avatar of Channeled
    Channeled
    APP
    ·
    ·

    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!

  • Avatar of Richard H.
    Richard H.
    ·
    ·

    Does anyone know if we can also connect Adobe Experience Manager and Clay to get the same?

  • Avatar of Stefano
    Stefano
    ·
    ·

    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 :)

  • Avatar of Channeled
    Channeled
    APP
    ·
    ·

    Hey there - just wanted to check in here to see if you needed anything else! Feel free to reply back here if you do.

  • Avatar of Channeled
    Channeled
    APP
    ·
    ·

    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!