How to send Slack messages using Google Apps Script.
This level 2 tutorial will teach you one way to send Slack messages using Google Sheets. You will learn how to collect data from a Google Sheet, send a JSON payload, as well as learn how to use Slack's Block Kit Builder: https://api.slack.com/block-kit
In order to complete this lesson, you will need to have admin permissions to a Slack workspace. Once you have a workspace, then you will be able to access this link, which takes you to the Block Kit Builder:
https://app.slack.com/block-kit-builder
Block Kit is one of the most helpful tools I've come into contact with! This will make sending messages super accessible to new developers.
I hope you enjoy this lesson — I plan to create some follow-up tutorials that show you some ways to automate data delivery!