I'm finding that I'm unable to format any links using the slack_client.api_call method. The link just appears as text. Also tried putting the link in text, title, fields, and pre_text but I got the same results.
snippet as follows:
att = [{
"fallback": "fallback",
"text": "<https://honeybadger.io/path/to/event/|ReferenceError>",
}]
slack_client.api_call("chat.postMessage", parse="full", as_user=True, channel='sample-channel', text="sample-text", attachments=json.dumps(att))
I'm finding that I'm unable to format any links using the slack_client.api_call method. The link just appears as text. Also tried putting the link in text, title, fields, and pre_text but I got the same results.
snippet as follows: