Skip to main content

send_ephemeral_message

Facts

Description
Schema
Schema reference
Required scopes
No additional scopes required

Input Parameters

Output Parameters

Usage info

Sends 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 step

const 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.",
},
);