Public
Like
GitHubIssuesToClay
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: v144View latest version
Extract GitHub issue authors' emails and send them to Clay for enrichment.
-
Remix this val
-
Set up a Clay workbook with a
Webhookcolumn (or use this template) -
Copy your Clay workbook's
WebhookURL -
Set that as
CLAY_WEBHOOK_URLin this val'sEnvironment variableson the left sidebar -
In main.ts, change
githubRepoto whichever repo you are scraping. -
Try it out: click Run in test.ts
- Note: You can ignore
WARNING: "GITHUB_TOKEN" is not set.- you don't need it unless you are going over GitHub's ratelimit.
- Note: You can ignore