{"id":68760,"library":"ashwanthkumar-slack-go-webhook","title":"Slack Go Webhook","description":"A Go library for sending messages to Slack via incoming webhooks.","status":"active","version":"0.0.0-20200209025033-430dd4e66960","language":"go","source_language":null,"source_url":"https://github.com/ashwanthkumar/slack-go-webhook","tags":["slack","webhook","messaging","notification"],"install":[{"cmd":"go get github.com/ashwanthkumar/slack-go-webhook","lang":"bash","label":"Install github.com/ashwanthkumar/slack-go-webhook"}],"dependencies":[],"imports":[{"symbol":"slack","correct":"github.com/ashwanthkumar/slack-go-webhook"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/ashwanthkumar/slack-go-webhook\"\n)\n\nfunc main() {\n\twebhookURL := \"https://hooks.slack.com/services/...\"\n\tpayload := slack.Payload{Text: \"Hello from Go!\"}\n\terr := slack.Send(webhookURL, \"\", payload)\n\tif err != nil {\n\t\tfmt.Println(err)\n\t}\n}","lang":"go","description":"Send a simple text message to a Slack channel via webhook."},"warnings":[],"env_vars":null,"search_vec":"'go':2,5 'incom':13 'librari':6 'messag':9,17 'notif':18 'send':8 'slack':1,11,15 'via':12 'webhook':3,14,16","created_at":"2026-06-17T17:53:36.441124+00:00","updated_at":"2026-06-17T17:53:36.441124+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/ashwanthkumar/slack-go-webhook","github":"https://github.com/ashwanthkumar/slack-go-webhook","docs":"https://pkg.go.dev/github.com/ashwanthkumar/slack-go-webhook#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["messaging"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}