From 4efe2927f8248de7814a22598b076eb6e3cee768 Mon Sep 17 00:00:00 2001 From: haleychaas <31392893+haleychaas@users.noreply.github.com> Date: Mon, 9 Jun 2025 18:40:36 +0000 Subject: [PATCH] Syncing docs across source repos --- .../sending-data-slack-api-method.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/sending-techniques/sending-data-slack-api-method/sending-data-slack-api-method.md b/docs/sending-techniques/sending-data-slack-api-method/sending-data-slack-api-method.md index 5faa3d84..c1f99eca 100644 --- a/docs/sending-techniques/sending-data-slack-api-method/sending-data-slack-api-method.md +++ b/docs/sending-techniques/sending-data-slack-api-method/sending-data-slack-api-method.md @@ -35,7 +35,7 @@ Posting a message with the [`chat.postMessage`](https://docs.slack.dev/reference token: ${{ secrets.SLACK_BOT_TOKEN }} payload: | channel: ${{ secrets.SLACK_CHANNEL_ID }} - text: "howdy !" + text: "howdy <@channel>!" ``` ### Posting a message with blocks @@ -142,4 +142,4 @@ Calling [a Slack API method](https://docs.slack.dev/reference/methods) with [`@s ## Example workflows * [**Direct message the author**](/slack-github-action/sending-techniques/sending-data-slack-api-method/direct-message-author): Write to the Slack user with a matching email. -* [**Invite a usergroup to channel**](/slack-github-action/sending-techniques/sending-data-slack-api-method/invite-usergroup-to-channel): Create a channel and invite members. +* [**Invite a usergroup to channel**](/slack-github-action/sending-techniques/sending-data-slack-api-method/invite-usergroup-to-channel): Create a channel and invite members. \ No newline at end of file