Files
github-actions[bot]github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>Eden Zimbelman
53861e0291 chore: release (#645)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Eden Zimbelman <[email protected]>
2026-07-15 16:32:41 -07:00
..
2026-07-15 16:32:41 -07:00
2026-07-15 16:32:41 -07:00

Technique 2: Slack API method

A token, such as a bot or user token, must be used to call one of the Slack API methods with this technique.

Setup

For details on how to setup this technique in GitHub Actions, read the setup section of the docs.

Example workflows

  1. Direct message the author: Write to the Slack user with a matching email.
  2. Invite a usergroup to channel: Create a channel and invite members.

Direct message the author

Send a direct message to the user that pushed the most recent commits.

This example uses the email of the pusher to find the user to send a message to.

Related files:

Invite a usergroup to channel

Create a channel after a bug is reported and add members of a usergroup.

This example chains multiple Slack API methods together to help fix bugs fast.

Related files: