{"id":18508929,"url":"https://github.com/bst27/go-contact","last_synced_at":"2026-05-17T09:45:53.039Z","repository":{"id":144319068,"uuid":"287504526","full_name":"bst27/go-contact","owner":"bst27","description":"Forward contact forms via webhook.","archived":false,"fork":false,"pushed_at":"2020-08-14T10:15:11.000Z","size":172,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-06T10:57:41.943Z","etag":null,"topics":["contact-form","gin-gonic","go","golang","ifttt","telegram","webhook"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bst27.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-08-14T10:14:24.000Z","updated_at":"2020-08-14T10:16:30.000Z","dependencies_parsed_at":"2024-06-19T11:06:31.875Z","dependency_job_id":"28b7091e-bdb2-412b-8c78-7330b4391b66","html_url":"https://github.com/bst27/go-contact","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bst27/go-contact","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bst27%2Fgo-contact","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bst27%2Fgo-contact/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bst27%2Fgo-contact/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bst27%2Fgo-contact/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bst27","download_url":"https://codeload.github.com/bst27/go-contact/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bst27%2Fgo-contact/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279018118,"owners_count":26086280,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-14T02:00:06.444Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["contact-form","gin-gonic","go","golang","ifttt","telegram","webhook"],"created_at":"2024-11-06T15:15:52.781Z","updated_at":"2025-10-14T06:13:11.971Z","avatar_url":"https://github.com/bst27.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"![go-contact](https://raw.githubusercontent.com/bst27/go-contact/master/website/banner.png)\n\n# About\nThis app forwards contact forms via webhook. It receives form submissions via http and forwards them to a defined\nwebhook target. You can receive form submissions in [Telegram](https://telegram.org/) easily using this\napp and [IFTTT](https://ifttt.com/) - and much more.\n\n# Usage\n```\n./go-contact -url \"\u003cURL\u003e\"\n```\n```\n  -debug\n    \tEnable debug mode\n  -messageKey string\n    \tThe webhook target will receive the message value of a form submission with this key in the json data (default \"message\")\n  -nameKey string\n    \tThe webhook target will receive the name value of a form submission with this key in the json data (default \"name\")\n  -port int\n    \tPort to listen to for form submissions (default 8080)\n  -url string\n    \tURL to receive form submissions (webhook target)\n\n```\n\n# Example\nExecute the application with the following config:\n```\n./go-contact -url \"http://localhost/webhook-receiver\" -port 8085 -nameKey \"value1\" -messageKey \"value2\"\n```\n\nIt will start the app and listen on port 8085. After a contact form submission is received it will be forwarded\nby the following http post request to your defined url:\n```\nPOST /webhook-receiver HTTP/1.1\nHost: localhost\nContent-Length: 45\nContent-Type: application/json\n\n{\n  \"value2\": \"Hi there\",\n  \"value1\": \"Max\"\n}\n```\n\n\n# Build\nTo build executables for multiple platforms you can use the build script at `scripts/build.sh`.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbst27%2Fgo-contact","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbst27%2Fgo-contact","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbst27%2Fgo-contact/lists"}