You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/sending-techniques/sending-data-slack-api-method/sending-data-slack-api-method.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ Posting a message with the [`chat.postMessage`](https://docs.slack.dev/reference
35
35
token: ${{ secrets.SLACK_BOT_TOKEN }}
36
36
payload: |
37
37
channel: ${{ secrets.SLACK_CHANNEL_ID }}
38
-
text: "howdy <@channel>!"
38
+
text: "howdy <!channel>!"
39
39
```
40
40
41
41
### Posting a message with blocks
@@ -142,4 +142,4 @@ Calling [a Slack API method](https://docs.slack.dev/reference/methods) with [`@s
142
142
## Example workflows
143
143
144
144
* [**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