Skip to content

Unable to format links #31

Description

@vsimon

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))

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions