curl --location --request POST 'https://slack.com/api/chat.postEphemeral' \
--header 'token;' \
--data-urlencode 'channel=' \
--data-urlencode 'user='
{
"message_ts": "1502210682.580145",
"ok": true
}
chat:write
icon_url
. Must be used in conjunction with as_user
set to false
, otherwise ignored. See authorship below.as_user
set to false, otherwise ignored. See authorship below.none
. See below.ts
value to post this message in a thread. Avoid using a reply's ts
value; use its parent's value instead. Ephemeral messages in threads are only shown if there is already an active thread.id
of the user who will receive the ephemeral message. The user should be in the channel specified by the channel
argument.as_user
set to false, otherwise ignored. See authorship below.