/chat.unfurl
POST
/chat.unfurl
chat
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://slack.com/api/chat.unfurl' \
--header 'token;' \
--data-urlencode 'channel=' \
--data-urlencode 'ts='
Response Response Example
200 - response
{
"ok": true
}
Request
Header Params
token
stringÂ
required
links:write
Body Params application/x-www-form-urlencoded
channel
stringÂ
required
ts
stringÂ
required
unfurls
stringÂ
optional
user_auth_message
stringÂ
optional
user_auth_required
stringÂ
optional
true
or 1
to indicate the user must install your Slack app to trigger unfurls for this domainuser_auth_url
stringÂ
optional
Responses
Modified at 2023-08-15 05:39:45