
Public
Like
enrich-new-users
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: v59View latest version
Demo showing how to enrich new user signups with Clay and send notifications to Slack.
slack.ts
- Send Slack notificationtest.ts
- Test script to simulate new user sign upwebhook.ts
- Receives webhooks when you get a new user
- Remix this val
- Get your Slack webhook url (instructions)
- Set it as
SLACK_WEBHOOK_URL
in this val's Environment variables in the left sidebar - Run
test.ts
to see the complete flow - Check your Slack channel for the enriched user notification