vt-blog
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.
Viewing readonly version of main branch: v6View latest version
| title: | In, Val, Out |
|---|---|
| description: | Data input, enrichment val, data output |
| pubDate: | 2025-10-02:00:00.000Z |
| author: | Pete Millspaugh |
One of the most common patterns in Val Town is to take data input from some external source, do something useful with that data in a val, and send output to another external source. In, val, out.
The canonical example is a user signup alert:
- Receive a webhook when a user signs up (e.g., from Supabase or Clerk)
- Process or enrich the data in a val (e.g., with Clay)
- Notify your team (e.g., on Slack)
...
