slack_webhook_client
Minimal Gleam client for posting data to a Slack incoming webhook
gleam add slack_webhook_client@1
import slack_webhook_client/operations.{post_webhook_request}
pub fn main() -> Nil {
post_webhook_request(...)
|> http()
}
Further documentation can be found at https://hexdocs.pm/slack_webhook_client.
Development
gleam run # Run the project
gleam test # Run the tests