SlackNotification.options-exclamation-mark

You're seeing just the function options-exclamation-mark, go back to SlackNotification module for more information.
Link to this function

options!(client, url, opts)

Specs

Perform a OPTIONS request.

See request!/1 or request!/2 for options definition.

options!("/users")
options!("/users", query: [scope: "admin"])
options!(client, "/users")
options!(client, "/users", query: [scope: "admin"])