Send an ephemeral message (one that only the recipient can see)
Facts Schema IDSchema.slack.functions.SendEphemeralMessage
slack#/functions/send_ephemeral_message
The ID of the user to show the ephemeral message to
U111AAA111
The conversation ID for the channel you are sending the message to
C123456
D123ABC456
The textual message to send to ephemerally (previously accepted as text
)
The
ts
identifier of an
existingmessage to
send this message to as a reply.
1355517523.000005
The channel-specific unique identifier for this message, also serves as a confirmation that the message was sent.
Usage guideSends an ephemeral message to a specific channel. This lets a user see what your workflow has to say without everyone in the conversation having to see it or it becoming part of the conversation's record.
Example workflow stepconst sendEphemeralMessageStep = ExampleWorkflow.addStep(
Schema.slack.functions.SendEphemeralMessage,
{
channel_id: "C082T4F6S1N",
user_id: "U0J46F228L0",
message: "Someone in this conversation is not accurately representing reality. Converse further with care.",
},
);
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4