You can send messages to Slack from vals.
In this guide you’ll create an incoming webhook for your Slack workspace, and send a request to it with a message payload.
Visit https://api.slack.com/apps?new_app=1, create a new app From Scratch, and choose your App Name and your workspace.
On the next page (or in the side bar), click Incoming Webhooks.
Click the Activate Incoming Webhooks toggle.
Scroll down, and click Add New Webhook to Workspace.
Select the channel which the webhook will send messages to.
You’ll be taken back to the Incoming Webhooks page (if not, you can find it via the side bar).
Copy the Webhook URL for the webhook you just created and save it as a Val Town secret as slackWebhookURL
.