Skip to content

Commit 40029e9

Browse files
committed
docs: fix channel mention formatting
1 parent f234e85 commit 40029e9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/sending-techniques/sending-data-slack-api-method/sending-data-slack-api-method.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Posting a message with the [`chat.postMessage`](https://docs.slack.dev/reference
3535
token: ${{ secrets.SLACK_BOT_TOKEN }}
3636
payload: |
3737
channel: ${{ secrets.SLACK_CHANNEL_ID }}
38-
text: "howdy <@channel>!"
38+
text: "howdy <!channel>!"
3939
```
4040
4141
### Posting a message with blocks
@@ -142,4 +142,4 @@ Calling [a Slack API method](https://docs.slack.dev/reference/methods) with [`@s
142142
## Example workflows
143143

144144
* [**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.
145-
* [**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.
145+
* [**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.

0 commit comments

Comments
 (0)