Val Town Blog 10月02日
Val Town集成Clay API Proxy提升用户丰富度
index_new5.html
../../../zaker_core/zaker_tpl_static/wap/tpl_guoji1.html

 

Val Town为团队推出新功能,通过集成Clay API Proxy实现用户数据实时丰富。开发者只需调用clay()函数,即可在单个请求中获取LinkedIn、公司等关键信息,显著提升销售效率。该方案解决了传统工具Webhook分步调用的复杂问题,让团队能快速识别并跟进潜在客户,实现从匿名邮件到ICP(理想客户画像)的精准转化。

💡 Val Town通过Clay API Proxy实现单一请求获取丰富数据,简化了从电子邮件到完整客户画像的转换流程,使开发者无需处理多个Webhook即可获取LinkedIn、公司等关键信息。

🚀该集成显著提升了销售团队对潜在客户的识别效率,通过实时数据丰富,让从注册到初步接触的过程更加流畅,加速了ICP匹配和跟进流程。

🤝团队协作得到强化,新用户加入时即可显示丰富信息,支持实时标记、线程创建和全局通知,使销售团队能更直观地管理客户互动和跟进状态。

📊数据驱动决策成为可能,通过Val Town平台积累的丰富客户数据,团队可快速分析新用户加入趋势、ICP匹配度和跟进责任分配,形成销售直觉和策略优化依据。

⚙️除了云端集成方案,Val Town还提供自托管替代方案,允许企业为自有Clay账户创建API,满足不同团队的定制化需求。

This post is for our fellow engineers & founders doing GTM / sales.

I used to think doing enrichment was for big companies with massive outboundsales functions.

Before launching Val Town for Teams (coming this week!), we set a goal: find 10pre‑sales customers. All of a sudden, I was spending all my time looking forteams who could be the right fit.

Our best channel was obviously new users signing up for Val Town. However,scrolling through emails and hoping we recognize someone quickly becameunsustainable. (And really it only works forcelebrities anyways.)

Clearbit vs Clay vs Val Town

Clearbit used to be the obvious answer, but post‑HubSpot acquisition, it's nolonger an option for small new customers.

Clay is great, but we wanted to use it like an API so anyone on our team coulduse it programatically, without Clay knowledge or set-up.

We asked on X, the CEO explained how we could do it.

Introducing: Clay API Proxy

We turned Clay into an API / SDK on Val Town via ourClay API Proxy.

The hard part was that Clay enrichments are triggered by one webhook, but youget the results from another webhook. We wanted the developer experience to be asingle request that gets back the enriched data as the response.

Here's how we built it:

    Your val imports and calls our clay() "sdk" function with an email orGitHub usernameOur proxy authenticates you as a Val Town userWe generate a request id, and forward the payload to Clay with that idClay enriches, and POSTs the result back using the id. We save the result toSQLite.While your original request is still open, we poll sqlite for it.When it returns, we give you the JSON back in the normal request/responsepattern.

Enriching emails with Clay is now as simple as:

import { clay } from "https://esm.town/v/charmaine/clay-proxy/sdk.ts";const result = await clay({  email: "steve@val.town",  source: "user_signup",});console.log(result);

Which returns:

{  "email": "steve@val.town",  "person": "Steve Krouse",  "linkedin": "https://www.linkedin.com/in/stevekrouse",  "company": "Val Town",  "funding": "Seed round",  "totalFunding": "$7 million",  "employeeCount": "6"}

How this helps

User enrichment is a big part of how we successfully found our first 10pre-sales customers.

Our users are no longer a long list of anonymous emails. We are able to moreefficiently spend our time interacting with ourICP (Ideal Customer Profile)as soon as they sign up, instead of combing through endless dashboards in searchof a unicorn.

    We see new users joining in real-time, with their enriched profilesAnyone can start a thread, tag the right person, or notify everyone else thatthey've already reached out. For example:Warm intros were easy to trackThe team then starts building intuition about: how many new users joined, arewe attracting ICP, who owns follow‑ups etc.

Then what?

Once you have this data on Val Town, there's lots you can do.

Here are some templates:

We've been loving these experiments, and would love to help more engineers scalethe traditional GTM function.

Pricing

Clay credits aren't free, so we can't let just anyone use our proxy. We'veallowlisted a couple of friendswho we know are good for it, and can bill them later. If you wanted to getstarted, shoot me an email at charmaine@val.town and I'll personally help youget set up.

We also havea self-hosted alternative, ifyou'd like to create an API for your own Clay account.

Fish AI Reader

Fish AI Reader

AI辅助创作,多种专业模板,深度分析,高质量内容生成。从观点提取到深度思考,FishAI为您提供全方位的创作支持。新版本引入自定义参数,让您的创作更加个性化和精准。

FishAI

FishAI

鱼阅,AI 时代的下一个智能信息助手,助你摆脱信息焦虑

联系邮箱 441953276@qq.com

相关标签

Val Town Clay API Proxy 用户丰富 销售自动化 API集成 客户画像 工程团队
相关文章